Releases: rinku-k/rn-checkbox-list
Releases · rinku-k/rn-checkbox-list
1.2.0
What's Changed
- Bump ajv from 6.10.2 to 6.12.6 by @dependabot in #37
- Bump plist from 3.0.1 to 3.0.4 by @dependabot in #38
- Bump async from 2.6.3 to 2.6.4 by @dependabot in #39
- Bump simple-plist from 1.1.0 to 1.3.1 by @dependabot in #40
- Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #41
- Update README.md by @javatutorials2016 in #43
- react-native updated to 0.70.6 and dependencies updated by @sameer-j in #45
- #44 Fixed by @sameer-j in #46
New Contributors
- @javatutorials2016 made their first contribution in #43
Full Changelog: 1.1.0...1.2.0
1.1.0
RN update to 0.62.3
No changes in feature
Fixing item disappear issue
Fix
Fixing issue of item disappearing when selecting all and deselect one item.
Default UI for iOS
No breaking changes
iOS
- Checkbox styling had to be passed in
checkboxProp
. Now the default UI is similar to android. It can now be overridden by passing external styles like before. - Added example file to illustrate how a style can be overridden.
- Updated README.md file with iOS screenshots
Support for iOS and Windows
No breaking changes
Feature
- Added support for iOS and Windows
checkboxProp
- helps you to change checkbox styling (Ex. Circular or square checkbox in iOS)- Allows you to add more props for RN Checkbox
Checkbox for Android
Stable release for Android -
Feature
- Select one-by-one or select all at once
- Customisable checkbox colors
- Provide selected items and selected ids
- Added Support for default selected items
- Custom loader component
Name | Type | Default | Description |
---|---|---|---|
listItems | object array | [] | List of checkboxes |
selectedListItems | object array | [] | List of selected items(subset of listItems) |
headerName | string | '' | Shows header with the given name |
listItemStyle | object | {} | Each check list style |
headerStyle | object | {} | Header check list style |
onChange | function | null | Fires on each checkbox select or deselect |
onLoading | function | null | When the list is empty and a loader needs to be shown |
theme | string | #1A237E | Custom theme color for checkbox |