File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments