Sam
|
9efe5255d2
|
feat!: TextInput v11 Styles (#1889)
* Initial commit
* Fixes [FluidForm] TextInput error icon is misplaced #1667
* Contributes to [TextInput] helperText enhancements #1633
* Adopts Standardize props and events #1621
* Added slots for Standardize props and events #1621
* Added pointer events, updated skeleton TextInput v11 #1888
* Address a bug in the word counter regex
* Update src/TextInput/TextInput.svelte
Correcting type attribute definition for HTML attributes
Co-authored-by: Enrico Sacchetti <esacchetti@gmail.com>
* Update src/TextInput/TextInput.svelte
Correcting type attribute definition for HTML attributes
Co-authored-by: Enrico Sacchetti <esacchetti@gmail.com>
* Update src/TextInput/TextInput.svelte
Explicitly define default value for `size`
Co-authored-by: Enrico Sacchetti <esacchetti@gmail.com>
* Adopted suggested changes
* Updated `TextInput.test`; added forgotten files from previous
---------
Co-authored-by: Samuel Janda <hi@simpleprogramming.com.au>
Co-authored-by: Enrico Sacchetti <esacchetti@gmail.com>
|
2024-03-23 16:47:54 -07:00 |
|
Eric Liu
|
2f026f792a
|
feat(typescript)!: support svelte 4 (#1773)
Closes #1753
The minimum Svelte version required for TypeScript users is now 3.55.
|
2023-07-19 09:44:56 -07:00 |
|
Eric Liu
|
7fdc2ef7f0
|
fix(types): allow data-* attributes for props forwarded to HTML elements (#1741)
* chore(deps-dev): upgrade `sveld` to v0.18.1
* Run "yarn build:docs"
* test: assert that `data-*` attributes are valid
|
2023-07-08 16:41:44 -07:00 |
|
metonym
|
ea38cd2568
|
feat(types): support sveltekit:prefetch , sveltekit:noscroll attributes in type definitions (#1234)
* chore(deps-dev): upgrade sveld to 0.14.0
* Run "yarn build:docs"
|
2022-04-09 14:13:56 -07:00 |
|
Eric Liu
|
3203e7a61f
|
Upgrade sveld to v0.10 (#856)
* chore(deps-dev): upgrade sveld to v0.10.2
* feat(types): regenerate types using sveld@0.10.2
* fix(types): update @extends to use .svelte extension
|
2021-10-16 12:34:29 -07:00 |
|