Skip to content

Commit

Permalink
Merge pull request #28 from helpscout/release-1.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
jgritman authored Mar 15, 2019
2 parents 33b4d76 + f6963f2 commit 0f78793
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Beacon.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Beacon"
s.version = "0.73"
s.version = "1.0.0"
s.summary = "The Help Scout Beacon SDK"
s.license = { :type => 'Commercial', :text => 'Help Scout. All rights reserved.' }

Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

To install Beacon, see the [documentation](https://developer.helpscout.com/beacon-2/).


## 1.0.0 Release

* New `reset` method on `HSBeacon` to clear the current state
* New `suggestWithItems` method that also allows for URL-based custom suggestions
* New `HSBeaconDelegate` methods for intercepting Beacon open and close events
* Improved VoiceOver support - translations for button accessibility labels and the navigation tabs now respond correctly in VoiceOver mode
* The `HSBeaconSettings` object is now available on the `HSBeaconContactForm` object when calling `prefill`.
* Fixes for layout bugs on iPad where UI elements would render offscreen.
* The `color` attribute of `HSBeaconSettings` is now a strong reference.
* The name and email fields are now always shown on the contact form unless the `login` method is called. This allows users who have manually entered these values to correct mistakes when sending a new email.

## 1.0.0 beta (build 73)

* We've fixed the message history for secure mode users that broke in build 0.69. Sorry for the trouble!
Expand Down
5 changes: 5 additions & 0 deletions Example/Beacon/en.lproj/BeaconLocalizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@

"OK"="OK";

/* Accessibility labels for buttons */
"backButtonAccessibilityLabel"="Back";
"closeButtonAccessibilityLabel"="Close";
"attachmentButtonAccessibilityLabel"="Attach File";

/* Attachment Picker Errors */

"This application is not entitled to access iCloud"="This application is not entitled to access iCloud";
Expand Down

0 comments on commit 0f78793

Please sign in to comment.