Skip to content

Commit f3d6eaa

Browse files
committed
feat: version 2.0.0 is ready
1 parent 10d7694 commit f3d6eaa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+323
-22938
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [2.0.0] - 2024-10-01
6+
7+
### Added
8+
9+
- Multiple selection support with the new `multiple` prop
10+
- "Always selected" mode with the new `alwaysSelect` prop to ensure one option is always selected
11+
- Custom spacing between checkboxes with the new `spacing` prop
12+
- Individual item container styling with the new `itemContainerStyle` prop
13+
- Support for string IDs (previously only number IDs were supported)
14+
- Support for array of initial selections for multiple mode
15+
- Improved TypeScript typings
16+
- Comprehensive documentation
17+
18+
### Changed
19+
20+
- Enhanced the layout system with flexWrap for better handling of multiple items
21+
- Improved animation performance with `useNativeDriver`
22+
- Better handling of item selection state
23+
- More consistent rendering across different device sizes
24+
- Better support for different React Native versions
25+
- Updated `react-native-bouncy-checkbox` dependency to version 4.1.2 or higher
26+
- Added documentation for using the `useBuiltInState` prop for external state control
27+
28+
### Fixed
29+
30+
- Fixed issue where checkbox wouldn't respect the initial selection
31+
- Fixed type conflicts between string and number IDs
32+
- Fixed layout issues in different orientations
33+
- Fixed state management when switching between items
34+
- Fixed TypeScript errors related to missing `useBuiltInState` prop definition
35+
36+
## [1.0.0] - 2023-05-15
37+
38+
### Initial Release
39+
40+
- Basic horizontal and vertical checkbox group
41+
- Single selection support
42+
- Customizable styling
43+
- Animation effects

0 commit comments

Comments
 (0)