militant_gnome
ce3dd9fdbf
HeaderUtilities files updated
2024-02-24 14:15:08 -08:00
militant_gnome
87ffe98328
HeaderGlobalAction ref type specified explicitly in JSDoc, docs rebuilt
2024-02-24 14:15:01 -08:00
militant_gnome
bf60e0c0f3
Revert "HeaderGlobalActions: type definition, doc and test updated"
...
This reverts commit 733ab2ccedcb4da95257d11d7bfd68de25044d9c.
2024-02-24 14:15:01 -08:00
Eric Liu
321813f828
Demo tooltip position in header utilities example
2024-02-24 14:11:53 -08:00
Eric Liu
6ef0f0640c
Also apply icon slot logic for link buttons
...
Without this, a button link with an icon prop would not be rendered.
2024-02-24 14:06:04 -08:00
militant_gnome
db5e273170
HeaderUtilities files updated
2024-02-24 14:06:04 -08:00
militant_gnome
f27c533516
HeaderGlobalAction ref type specified explicitly in JSDoc, docs rebuilt
2024-02-24 14:06:04 -08:00
militant_gnome
e75c730cad
Revert "HeaderGlobalActions: type definition, doc and test updated"
...
This reverts commit 733ab2ccedcb4da95257d11d7bfd68de25044d9c.
2024-02-24 14:06:04 -08:00
militant_gnome
bc4a3cd439
Button ref binding and restProps spreading fixed
2024-02-24 14:06:03 -08:00
militant_gnome
18130e0f75
Docs built
2024-02-24 14:06:03 -08:00
militant_gnome
256332b16a
HeaderGlobalActions: type definition, doc and test updated
2024-02-24 14:06:03 -08:00
militant_gnome
cf2aa24552
HeaderGlobalAction now uses Button component instead of native button
2024-02-24 14:06:03 -08:00
militant_gnome
24c6d0a2fc
Button: "icon" named slot added as an alternative to the icon prop
2024-02-24 14:06:03 -08:00
Eric Liu
c6af8bdafe
docs(image-loader): add "Dynamic image source" example
2024-02-24 13:40:02 -08:00
Eric Liu
0f318aac77
fix(image-loader): updated src
should update the image
...
Fixes #1677
The `ImageLoader` image should correctly update if `src` changes.
2024-02-24 13:40:02 -08:00
metonym
4e6bfd0612
docs(code-snippet): add "Custom show more/less text" example ( #1918 )
2024-02-24 10:39:14 -08:00
Eric Liu
1901bcddb6
docs(code-snippet): add "Hidden copy, show more buttons" example
2024-02-24 10:24:59 -08:00
Eric Liu
79b0f8dbf0
docs(code-snippet): add "Hidden show more button" example
...
Related #1536
2024-02-24 10:24:59 -08:00
Eric Liu
4085536189
fix(code-snippet): showMoreLess={false}
should hide button
...
Fixes #1536
If `showMoreLess` is explicitly `false` for multi-line code snippets, the button should not be shown at all.
2024-02-24 10:24:59 -08:00
metonym
17f4c49519
v0.82.10
2024-02-12 14:09:40 -08:00
mmamedel
90dbd1562b
fix(slider): dispatch on:input
event ( #1906 )
...
Fixes #1643
The dispatched `on:change` event in `Slider` only fires when the slider thumb is released. `on:input` fires when actively dragging the thumb, and should fire on every increment (e.g., 1, 2, 3).
2024-02-10 20:44:39 -08:00
Eric Liu
5c95891079
chore(deps-dev): bump svelte, svelte-check
2024-02-10 20:33:42 -08:00
Eric Liu
c35036011e
chore(examples): bump deps
2024-02-10 20:31:01 -08:00
metonym
5a758b5c60
v0.82.9
2024-02-07 14:40:41 -08:00
metonym
4ad522c197
fix(context-menu): prevent on:contextmenu
default behavior only when opening menu ( #1911 )
...
Fixes #1909
2024-02-07 14:37:44 -08:00
metonym
6590457574
fix(types): improve e.detail
type for dispatched events ( #1907 )
...
* fix(types): improve `e.detail` type for dispatched events
* Run "yarn build:docs"
* test: assert new types
2024-02-01 10:56:34 -05:00
Enrico Sacchetti
f1cafd4959
build: set up separate publish jobs ( #1887 )
2024-01-12 13:44:20 -05:00
Gregor Wassmann
3bd943d12c
chore: linting ( #1885 )
2024-01-11 06:55:39 -08:00
Eric Liu
6aa0ef61ad
v0.82.8
2024-01-09 20:19:40 -08:00
Eric Liu
d3e5b3dd54
chore: re-install sveld and run yarn build:docs
2024-01-09 20:15:04 -08:00
Ryan Marx
59018728df
fix(button): forward on:focus
event ( #1878 )
...
Fixes #1830
2024-01-09 20:09:11 -08:00
metonym
1600775968
style(docs): color-scheme
reflects theme ( #1874 )
2023-12-30 10:35:44 -08:00
Eric Liu
fe0b0c2b18
v0.82.7
2023-12-17 09:45:39 -08:00
metonym
479225711a
fix(radio-button): allow value
type to be a number ( #1868 )
2023-12-17 09:42:28 -08:00
Eric Liu
1d82eb67a0
v0.82.6
2023-12-16 17:43:52 -08:00
metonym
053beeef7c
fix(package): include types in exports map ( #1865 )
...
Fixes #1863
2023-12-16 17:42:57 -08:00
metonym
42519690b7
chore(docs): upgrade deps
...
Modernize the docs set-up to use Vite 5 so that the exports map works.
2023-12-16 14:06:46 -08:00
metonym
64b39be524
chore(examples): bump deps
2023-12-16 13:39:25 -08:00
Eric Liu
2dde45a831
v0.82.5
2023-12-16 09:24:44 -08:00
Hyunseung
7bef3fae62
chore: add exports
field to package.json ( #1864 )
...
Add an `exports` field to resolve a Vite development warning. The `package.json#svelte` entry field is deprecated and will eventually no longer be used.
2023-12-16 09:19:57 -08:00
Eric Liu
292881dc3e
chore: remove types/README.md [ci skip]
...
Avoid publishing this file as part of the package since this is not relevant to consumers of the library.
2023-12-07 19:08:00 -08:00
metonym
6c9cf9e043
fix(header-search): blur input when active
is false ( #1857 )
2023-11-23 07:41:22 -08:00
Eric Liu
decf966dd7
v0.82.4
2023-11-21 11:59:20 -08:00
metonym
192f6a775c
fix(header-search): blur input when deactivating ( #1855 )
2023-11-21 11:55:32 -08:00
metonym
d4e590fb07
docs: rework keyboard shortcuts to focus search bar ( #1854 )
2023-11-21 11:48:22 -08:00
metonym
f630007220
v0.82.3
2023-11-21 10:18:02 -08:00
metonym
e667352329
fix(header-search): "Escape" should close empty search bar ( #1853 )
2023-11-21 10:17:19 -08:00
metonym
b0b51a818a
docs: "/" or "CMD+K" should focus search bar ( #1852 )
2023-11-21 10:16:21 -08:00
Eric Liu
5d8e9aceb4
v0.82.2
2023-11-20 13:44:58 -08:00
metonym
e5e13a9e78
docs: implement rudimentary full-text search ( #1849 )
2023-11-20 13:39:06 -08:00