Skip to content

Commit

Permalink
chore(release): 11.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [11.0.0-beta.1](v10.2.4...v11.0.0-beta.1) (2024-05-22)

### Bug Fixes

* NDS Select props are broken ([#1408](#1408)) ([bc42a90](bc42a90))

### BREAKING CHANGES

* removes the ability to pass custom props to the Select component.

* feat: remove react-windowed-select
* feat: Roll our own windowing Select
* chore: Inline react-select license
* chore: remove smoothscroll-polyfill: https://caniuse.com/css-scroll-behavior
  • Loading branch information
semantic-release-bot committed May 22, 2024
1 parent bc42a90 commit 7746135
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [11.0.0-beta.1](https://github.com/nulogy/design-system/compare/v10.2.4...v11.0.0-beta.1) (2024-05-22)


### Bug Fixes

* NDS Select props are broken ([#1408](https://github.com/nulogy/design-system/issues/1408)) ([bc42a90](https://github.com/nulogy/design-system/commit/bc42a90748515b71bc0a5e559720a7692745d654))


### BREAKING CHANGES

* removes the ability to pass custom props to the Select component.

* feat: remove react-windowed-select
* feat: Roll our own windowing Select
* chore: Inline react-select license
* chore: remove smoothscroll-polyfill: https://caniuse.com/css-scroll-behavior

## [10.2.4](https://github.com/nulogy/design-system/compare/v10.2.3...v10.2.4) (2024-05-09)


Expand Down

0 comments on commit 7746135

Please sign in to comment.