We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b99cac commit f39c1caCopy full SHA for f39c1ca
CHANGELOG.md
@@ -5,6 +5,11 @@
5
### New Features
6
7
* [#13]: Add `checkModel` property to specify which nodes should be stored in the `checked` array
8
+* [#126]: Add `iconsClass` property and allow `'fa5'` to fully support Font Awesome 5 icons
9
+
10
+### Bug Fixes
11
12
+* [#127]: Change TypeScript definition of TreeNode's `label` property to `React.ReactNode` to better align with the PropType
13
14
## [v1.5.0](https://github.com/jakezatecky/react-checkbox-tree/compare/v1.4.1...v1.5.0) (2019-01-25)
15
0 commit comments