Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
chore(release): 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hervé TINANT committed Jul 13, 2017
1 parent 1cee587 commit b3a0203
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.10.0"></a>
# [0.10.0](https://github.com/Crazyht/crazy-select/compare/v0.9.8...v0.10.0) (2017-07-13)


### Bug Fixes

* can select parent on simple tree with onlySelectParent=true ([7f76f9f](https://github.com/Crazyht/crazy-select/commit/7f76f9f))
* click on show more open dropdown ([2dbf891](https://github.com/Crazyht/crazy-select/commit/2dbf891))
* **demo:** same id between continent & country (Africa & Afghanistan) ([06027a8](https://github.com/Crazyht/crazy-select/commit/06027a8))


### Features

* add default options for allowFilter ([4e255ad](https://github.com/Crazyht/crazy-select/commit/4e255ad))
* add default options for allowParentSelection ([55d172c](https://github.com/Crazyht/crazy-select/commit/55d172c))
* add default options for idField, textField & childrenField ([2e6a6c1](https://github.com/Crazyht/crazy-select/commit/2e6a6c1))
* Allow unshow more items ([0001181](https://github.com/Crazyht/crazy-select/commit/0001181))



<a name="0.9.8"></a>
## [0.9.8](https://github.com/Crazyht/ngx-tree-select/compare/v0.1.5...v0.9.8) (2017-07-12)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-tree-select",
"version": "0.9.8",
"version": "0.10.0",
"description": "Library QuickStart package.json from the documentation, supplemented with testing support",
"main": "./bundles/ngx-tree-select.umd.js",
"module": "./ngx-tree-select.es5.js",
Expand Down

0 comments on commit b3a0203

Please sign in to comment.