Urara-Blog/node_modules/.pnpm-store/v3/files/75/b4789347a8d3a757e0d764451a953ba1adcbd6ec6fe1700d00b9a7c8fa8f71e7355ee9ea08e08458379523d6c034b56af462763dfe3fdaa2027e67f936155f
2022-08-14 01:14:53 +08:00

34 lines
1.1 KiB
Text

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.1.0](https://github.com/metonym/svelte-search/releases/tag/v1.1.0) - 2021-03-15
**Features**
- add `removeFormAriaAttributes` prop to remove form `role` and `aria-labelledby` (default is `false`)
## [1.0.0](https://github.com/metonym/svelte-search/releases/tag/v1.0.0) - 2020-12-31
**Breaking Changes**
- Combine `debounce` and `debounceValue`; default `debounce` value is `0`
- Use value for `e.detail` for dispatched "type" event
- Add `autofocus`, `ref` props
- Remove `name`, `clear`, `focus` props
- Use `SvelteComponentTyped` in TypeScript definitions
## [0.2.0](https://github.com/metonym/svelte-search/releases/tag/v0.2.0) - 2020-11-17
- Add TypeScript definitions
## [0.1.1](https://github.com/metonym/svelte-search/releases/tag/v0.1.1) - 2020-04-13
- Add id for label element
## [0.1.0](https://github.com/metonym/svelte-search/releases/tag/v0.1.0) - 2020-04-12
- Initial release