Skip to content

Commit

Permalink
v10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Apr 8, 2024
1 parent 22d51cf commit 6addf54
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [v10.3.0](https://github.com/janosh/svelte-multiselect/compare/v10.2.0...v10.3.0)

> 8 April 2024
- `MultiSelect` fix form validation not resetting when `required` prop changes [`#286`](https://github.com/janosh/svelte-multiselect/pull/286)
- Update readme.md [`#283`](https://github.com/janosh/svelte-multiselect/pull/283)
- Housekeeping [`#282`](https://github.com/janosh/svelte-multiselect/pull/282)
- Improve docs around Events [`#280`](https://github.com/janosh/svelte-multiselect/pull/280)
- Add props `style`, `inputStyle`, `liOptionStyle`, `liSelectedStyle`, `ulSelectedStyle`, `ulOptionsStyle` [`#279`](https://github.com/janosh/svelte-multiselect/pull/279)
- Add props `liUserMsgClass` and `liUserMsgActiveClass` [`#274`](https://github.com/janosh/svelte-multiselect/pull/274)
- link check treat 403 http status as alive, update deps [`1b04c15`](https://github.com/janosh/svelte-multiselect/commit/1b04c15eb71ba608c863562cb81e66bc24d21baf)

#### [v10.2.0](https://github.com/janosh/svelte-multiselect/compare/v10.1.0...v10.2.0)

> 21 September 2023
- Breaking: rename `focusInputOnSelect` to `closeDropdownOnSelect` [`#267`](https://github.com/janosh/svelte-multiselect/pull/267)
- Fix empty `event.detail.options` payload on `removeAll` [`#266`](https://github.com/janosh/svelte-multiselect/pull/266)
- update deps [`58cee43`](https://github.com/janosh/svelte-multiselect/commit/58cee43adc8bb4a25befb0d804a73752e1d4ced5)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://janosh.github.io/svelte-multiselect",
"repository": "https://github.com/janosh/svelte-multiselect",
"license": "MIT",
"version": "10.2.0",
"version": "10.3.0",
"type": "module",
"svelte": "./dist/index.js",
"bugs": "https://github.com/janosh/svelte-multiselect/issues",
Expand Down

0 comments on commit 6addf54

Please sign in to comment.