flowbite-svelte 0.21.10 → 0.21.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.21.11](https://github.com/themesberg/flowbite-svelte/compare/v0.21.10...v0.21.11) (2022-07-18)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * add on:change to Input component requested by https://github.com/themesberg/flowbite-svelte/pull/127 ([af5e64d](https://github.com/themesberg/flowbite-svelte/commit/af5e64d84b45f424b6166ff4fa1b5634a6f387d0))
11
+
5
12
  ### [0.21.10](https://github.com/themesberg/flowbite-svelte/compare/v0.21.9...v0.21.10) (2022-07-17)
6
13
 
7
14
 
@@ -20,6 +20,7 @@ function setType(node) {
20
20
  {...$$restProps}
21
21
  bind:value
22
22
  bind:this={ref}
23
+ on:change
23
24
  use:setType
24
25
  class={classNames(
25
26
  inputClass,
@@ -11,6 +11,8 @@ declare const __propDef: {
11
11
  ref?: HTMLElement;
12
12
  };
13
13
  events: {
14
+ change: Event;
15
+ } & {
14
16
  [evt: string]: CustomEvent<any>;
15
17
  };
16
18
  slots: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowbite-svelte",
3
- "version": "0.21.10",
3
+ "version": "0.21.11",
4
4
  "description": "Flowbite components for Svelte",
5
5
  "main": "index.js",
6
6
  "author": {