Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# @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