Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @weave-design/multi-downshift-v1.0.0 (2023-02-24)

### Bug Fixes

* **behavior:** allow falsy controlled values ([afa7ffe](afa7ffe))
* **behavior:** bump [@hig](https://github.com/hig)/utils dependents to v0.2.1 ([48b74d0](48b74d0))
* **behavior:** correct multiple selection logic ([3249f5f](3249f5f))
* defaultSelectedItems prop not working ([831aa33](831aa33))
* Forcing semantic release by editing readmes ([d39b61f](d39b61f))
* **package:** update [@hig](https://github.com/hig)/utils to version 0.4.0 ([c62b949](c62b949))
* trigger onChange when same option clicked back to back ([f7f317d](f7f317d))

### Code Refactoring

* Major Release - React 17 Upgrade ([96a3214](96a3214))

### Features

* add [@hig](https://github.com/hig)/multi-downshift package ([b0e5140](b0e5140))
* **behavior:** add support to be used as a controlled component ([5e02989](5e02989))
* update to Downshift 6.0.0 ([ff46de1](ff46de1))
* updating peer dependencies release ([0a8a2b6](0a8a2b6))

### BREAKING CHANGES

* This release includes upgrading to React 17 and all associated libraries. The components have also had structural changes, utilizing stateless components and hooks. There should be no change in look or behavior of components. The code usage is the same so if you’re already on react 17 you can bump the version directly. If you’re on an old version of react you’ll need to upgrade your project’s react first to 17 and then the HIG components. This upgrade also means no more fixes for the react 15 version but it will still be available for download from NPM. You can fork the repo and make fixes with the older version if there is something critical past this release date.
* initialSelectedItems was returning the correct default items but was not being used, using this instead of defaultSelectedItems which was always returning empty and now is a redundancy and therefore has been remove.
  • Loading branch information
hig-bot committed Feb 24, 2023
1 parent d5d95ba commit c473c08
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions packages/multi-downshift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# @weave-design/multi-downshift-v1.0.0 (2023-02-24)


### Bug Fixes

* **behavior:** allow falsy controlled values ([afa7ffe](https://github.com/Autodesk/hig/commit/afa7ffe))
* **behavior:** bump [@hig](https://github.com/hig)/utils dependents to v0.2.1 ([48b74d0](https://github.com/Autodesk/hig/commit/48b74d0))
* **behavior:** correct multiple selection logic ([3249f5f](https://github.com/Autodesk/hig/commit/3249f5f))
* defaultSelectedItems prop not working ([831aa33](https://github.com/Autodesk/hig/commit/831aa33))
* Forcing semantic release by editing readmes ([d39b61f](https://github.com/Autodesk/hig/commit/d39b61f))
* **package:** update [@hig](https://github.com/hig)/utils to version 0.4.0 ([c62b949](https://github.com/Autodesk/hig/commit/c62b949))
* trigger onChange when same option clicked back to back ([f7f317d](https://github.com/Autodesk/hig/commit/f7f317d))


### Code Refactoring

* Major Release - React 17 Upgrade ([96a3214](https://github.com/Autodesk/hig/commit/96a3214))


### Features

* add [@hig](https://github.com/hig)/multi-downshift package ([b0e5140](https://github.com/Autodesk/hig/commit/b0e5140))
* **behavior:** add support to be used as a controlled component ([5e02989](https://github.com/Autodesk/hig/commit/5e02989))
* update to Downshift 6.0.0 ([ff46de1](https://github.com/Autodesk/hig/commit/ff46de1))
* updating peer dependencies release ([0a8a2b6](https://github.com/Autodesk/hig/commit/0a8a2b6))


### BREAKING CHANGES

* This release includes upgrading to React 17 and all associated libraries. The components have also had structural changes, utilizing stateless components and hooks. There should be no change in look or behavior of components. The code usage is the same so if you’re already on react 17 you can bump the version directly. If you’re on an old version of react you’ll need to upgrade your project’s react first to 17 and then the HIG components. This upgrade also means no more fixes for the react 15 version but it will still be available for download from NPM. You can fork the repo and make fixes with the older version if there is something critical past this release date.
* initialSelectedItems was returning the correct default items but was not being used, using this instead of defaultSelectedItems which was always returning empty and now is a redundancy and therefore has been remove.

# [@hig/multi-downshift-v2.2.0](https://github.com/Autodesk/hig/compare/@hig/[email protected]...@hig/[email protected]) (2022-05-20)


Expand Down

0 comments on commit c473c08

Please sign in to comment.