Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit eb294c6

Browse files
committed
chore(release): 1.1.0
1 parent 9b79bc6 commit eb294c6

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.1.0](https://github.com/crutchcorn/react-native-button-toggle-group/compare/v1.0.3...v1.1.0) (2020-07-05)
6+
7+
8+
### Features
9+
10+
* added `value` input prop ([9b79bc6](https://github.com/crutchcorn/react-native-button-toggle-group/commit/9b79bc6bbf5a2055af890336faec6defab1b58b0)), closes [#1](https://github.com/crutchcorn/react-native-button-toggle-group/issues/1)
11+
12+
This change allows you to set a `value` that you can use to forcibly update the UI's displayed
13+
selected item. However, this does not introduce a breaking change. This means that `onSelect`
14+
_will_ visually update the UI, THEN the `value` update will take over and update the UI.
15+
16+
Keep in mind that we _will_ be changing this behavior in the next version release.
17+
If you are not currently using `value`, I suggest updating to it, as it will be required
18+
in the next major semver update.
19+
520
### 1.0.3 (2020-07-05)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-button-toggle-group",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "An animated button toggle group for string selection",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)