Skip to content

Commit 1341ee3

Browse files
committed
chore: update changelog for 0.8.2
1 parent 704412f commit 1341ee3

1 file changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
11
# Changelog
22

3+
## 0.8.2 - 2021-12-13
4+
5+
### Added
6+
7+
- onChangeSearchText event #210
8+
9+
### Fixed
10+
11+
- Various types fixes
12+
13+
- all props that return components are now `ReactNode`. #253
14+
- `icons` individual icon objects are now optional and allow any extra properties you wish to be added to your icon component. #253 #232
15+
- added types for some useful internal methods.
16+
17+
- Fix TypeError: undefined is not an object (evaluating 'item[subKey]') with unpopulated items. #237
18+
319
## 0.8.1 - 2020-11-03
420

521
### Fixed
622

7-
- React NAtive's UIManager.setLayoutAnimationEnabledExperimental causing tests fail. This version has fix for it. \n Details:
8-
```sh
9-
TypeError: _reactNative.UIManager.setLayoutAnimationEnabledExperimental is not a function
10-
```
23+
- React Native's UIManager.setLayoutAnimationEnabledExperimental causing tests fail. This version has fix for it. \n Details:
24+
25+
```sh
26+
TypeError: _reactNative.UIManager.setLayoutAnimationEnabledExperimental is not a function
27+
```
1128

1229
## 0.8.0 - 2020-10-01
1330

0 commit comments

Comments
 (0)