From 6addf547d654fab1a77bdeb56a87dc906e7d22a6 Mon Sep 17 00:00:00 2001 From: Janosh Riebesell Date: Mon, 8 Apr 2024 10:17:38 +0200 Subject: [PATCH] v10.3.0 --- changelog.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index d2746b1..0c3b8ae 100644 --- a/changelog.md +++ b/changelog.md @@ -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) diff --git a/package.json b/package.json index a7d0ded..73d32a6 100644 --- a/package.json +++ b/package.json @@ -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",