Releases: joemasilotti/bridge-components
Releases · joemasilotti/bridge-components
v0.5.0
v0.4.0
What's Changed
- Include full PRO license
- Update title in Menu Component by @marcoroth in #23
New components
- Theme Component - Toggle the device's dark/light mode appearance, styling native elements.
- Biometrics Lock Component - When enabled, locks the app when it is backgrounded until the user authenticates via biometrics.
New Contributors
- @marcoroth made their first contribution in #23
Full Changelog: 0.3.1...v0.4.0
v0.3.1
What's Changed
- Fix errors due to weak references by @domchristie in #17
- Bumped iOS requirement to Hotwire Native iOS v1.2 or later
- Updated iOS demo app to use Hotwire Native v1.2
New Contributors
- @domchristie made their first contribution in #17
Full Changelog: v0.3.0...v0.3.1
v0.3.0
This release adds the following new components:
1 free component
- Haptic Component - Vibrate the device via the haptic engine. Thanks @williamkennedy!
What's Changed
- Fixed broken stripe links in README files. by @Evertvandenbruel in #12
- Add haptic feedback by @williamkennedy in #14
New Contributors
- @Evertvandenbruel made their first contribution in #12
- @williamkennedy made their first contribution in #14
Full Changelog: v0.2.0...v0.3.0
v0.2.0
This release adds the following new components:
1 paid component
Gain access to these components by purchasing a Pro license.
- Document Scanner Component - Presents a camera that digitizes physical documents with native APIs.
v0.1.0 - Initial Release
This is the initial public release of Bridge Components. It contains:
7 free components
- Alert Component - Displays a native alert dialog to confirm an action.
- Button Component - Adds a native button to the navigation bar on iOS and action bar on Android.
- Form Component - Replaces a form's submit
<button>
with a native one that disables during submission. - Menu Component - Adds a native button that renders a native menu powered by
UIMenu
on iOS andDropdownMenu
on Android. - Review Prompt Component - Prompts the user for a review on the App Store on iOS and Google Play on Android.
- Share Component - Adds a button that presents a native share sheet.
- Toast Component - Render a native, floating message that disappears after a few seconds.
4 paid components
Gain access to these components by purchasing a Pro license. Use code EARLYACCESS
for 25% off through the end of next week.
- Barcode Scanner Component - Presents a camera that scans barcodes and QR codes using a native camera capture.
- Location Component - Prompts the user for their precise location with a single system dialog.
- Notification Token Component - Gets the user's push notification permission status and notification token.
- Permissions Component -Gets the status of the user's granted permissions, like location and push notifications.