Cory LaViska
95dd7a36d1
Merge branch 'next' into konnorrogers/fix-select-regression
2024-12-02 13:22:23 -05:00
Chris Krawietz
94a1043fb8
refactor turbo.js query selector ( #2293 )
...
Updated esm import of turbo from hotwire & fixed spelling of querySelector
2024-12-02 13:21:07 -05:00
Konnor Rogers
5fa62bc5bf
Fix improper tag references in sl-select ( #2287 )
...
* fix improper tag references in sl-select
* update changelog
* prettier
* remove cem
* update changelog
* update changelog
2024-11-26 16:28:14 -05:00
Cory LaViska
8cbd07b401
prettier / changelog
2024-11-15 13:50:20 -05:00
Volodymyr Lisivka
604526f465
Ukrainian translation for shoelace ( #2270 )
...
* Ukrainian translation is added.
* Update message with numerals in uk.ts
2024-11-15 13:49:12 -05:00
Cory LaViska
c232214445
fix tabindex when readonly; fixes #2271 ( #2272 )
2024-11-15 12:12:54 -05:00
Cory LaViska
620edc2efd
Merge branch 'next' of https://github.com/shoelace-style/shoelace into next
2024-11-12 11:08:07 -05:00
Cory LaViska
8a3006d1c9
update changelog
2024-11-12 11:08:06 -05:00
Alessandro
51473c608e
fix(carousel): out of order slides when inside sl-resize-observer ( #2260 )
...
* fix: sync slides after complete initialization
* chore: leftover
2024-11-12 11:07:05 -05:00
Cory LaViska
3178dc6278
prettier
2024-11-12 11:05:59 -05:00
Cory LaViska
fc1ab67a34
update changelog
2024-11-12 11:03:56 -05:00
Anders Engan
4580c5bc7c
Adds Norwegian translations ( #2268 )
...
* Add translations for norwegian bokmål
* Add translations for norwegian nynorsk
2024-11-12 11:03:01 -05:00
Cory LaViska
8db6580987
prevent clicks while dragging; fixes #2196 ( #2259 )
2024-11-05 11:43:32 -05:00
konnorrogers
001b9f9784
prettier
2024-11-04 16:13:06 -05:00
konnorrogers
487b8cb620
add changelog entry
2024-11-04 16:12:45 -05:00
konnorrogers
2a1ae03101
prettier
2024-11-04 16:01:45 -05:00
konnorrogers
7b303371e0
prettier
2024-11-04 15:58:58 -05:00
Enrico Gruner
569acdb7c9
fix possibly leaking eventlisteners ( #2257 )
2024-11-04 15:51:19 -05:00
Joseph
b70fa163e1
Fix customizing custom property link ( #2252 )
2024-11-04 14:18:47 -05:00
Andreas
a675671353
Fix typos in tag.md ( #2248 )
2024-11-04 14:18:15 -05:00
konnorrogers
e2744e5774
prettier
2024-11-04 13:48:06 -05:00
konnorrogers
52cde6d515
prettier
2024-11-04 13:35:04 -05:00
konnorrogers
bcfbe2bc8a
fix value not clearing with clear / tag removal
2024-11-04 13:34:43 -05:00
konnorrogers
2817c82952
prettier
2024-11-04 13:30:58 -05:00
konnorrogers
bb0e8e41ce
prettier
2024-11-04 13:05:11 -05:00
konnorrogers
2363f1c2ce
fix select regressions
2024-11-04 13:02:44 -05:00
Cory LaViska
9919e435bb
wait longer for CI
2024-11-01 12:58:12 -04:00
Cory LaViska
f7e9688fe0
update twitter username
2024-10-30 10:11:10 -04:00
Cory LaViska
73c469ff45
Styles fixes ( #2238 )
...
* fix invalid rule
* fixes #2107
2024-10-28 14:05:32 -04:00
Cory LaViska
fa716029a7
fix test
2024-10-28 13:55:38 -04:00
Cory LaViska
80c3d8784b
improve range/tooltip perf; fixes #2064 ( #2237 )
2024-10-28 13:39:12 -04:00
Cory LaViska
aca0f3d64a
update option label on change; fixes #1971 ( #2236 )
2024-10-28 13:02:57 -04:00
Joshua Brink
2e73b3d6c5
fix property naming ( #2233 )
2024-10-28 12:52:05 -04:00
Cory LaViska
8737d6cb33
fix directionality check ( #2235 )
2024-10-28 11:39:16 -04:00
Cory LaViska
18861f20e2
update changelog
2024-10-28 10:46:54 -04:00
Cory LaViska
86a3e89761
align enter key with aria apg window splitter ( #2234 )
2024-10-28 10:45:05 -04:00
Cory LaViska
09024cfee5
fix typo
2024-10-24 16:30:31 -04:00
Cory LaViska
c7b04406b8
2.18.0
2024-10-24 16:27:39 -04:00
Cory LaViska
b21f51d6dd
update version
2024-10-24 16:27:29 -04:00
Alessandro
ae30d40e62
poc: more responsive carousel pagination dots ( #2220 )
...
* chore(carousel): more responsive dots
* chore: minor change
* chore: update
* chore: update
* chore: minor change
2024-10-24 16:25:14 -04:00
Cory LaViska
ee79a46751
update changelog
2024-10-24 16:24:26 -04:00
dhellgartner
bb7e840fac
Issue 2117: Fix sl-select throws exception if a sl-input in the same form receives a new value with autofill in MS Edge ( #2221 )
...
* Issue 2117: Created a test to reproduce the issue
Note: Test is currently fainling before the actual fix
* Issue 2117: Check for the existenc of the key
* Bug is caused by an incorrect event triggered by Edge
* The event is missing the key property
* To fix the bug, check for the existence of the property
before checking the length property
* Issue 2117: Reset delay in test
---------
Co-authored-by: Dominikus Hellgartner <dominikus.hellgartner@gmail.com>
2024-10-24 16:22:47 -04:00
Cory LaViska
e89cbc7c03
Merge branch 'next' of https://github.com/shoelace-style/shoelace into next
2024-10-23 16:07:29 -04:00
Cory LaViska
f238fca436
update changelog
2024-10-23 16:07:27 -04:00
Daniel Liebner
8ca1fc7749
SlTooltip call `super.disconnectedCallback()` ( #2226 )
2024-10-23 16:04:31 -04:00
Konnor Rogers
b4a3b32bb0
add changelog entry ( #2219 )
...
* add changelog entry
* prettier
2024-10-16 11:33:19 -04:00
Susanne Kirchner
b14498822b
sl-tab-group throws error if unmounted too fast ( #2218 )
...
* Add check for undefined element on disconnect
* Fix prettier error
2024-10-16 10:53:11 -04:00
Cory LaViska
2c66c859d6
More resilient directionality checks ( #2189 )
...
* more resilient directionality checks; fixes #2188
* update check
* prettier
---------
Co-authored-by: Konnor Rogers <konnor5456@gmail.com>
2024-10-10 14:05:56 -04:00
Christian Schilling
5a3d46ae00
Add ability to focus sl-radio-group dynamically ( #2192 )
...
* Add ability to focus sl-radio-group dynamically
* Adjusted to review findings
* add changelog entry
* prettier
* add extra timeout for safari
* prettier
---------
Co-authored-by: konnorrogers <konnor5456@gmail.com>
2024-10-10 14:00:14 -04:00
Konnor Rogers
4f78930e99
add more resilient lazy loading to sl-select ( #2204 )
...
* add more resilient lazy loading to sl-select
* prettier
* add more resilient lazy loading to sl-select
* remove unnecessary assertions
* remove unnecessary assertions
* fix bad logic
* prettier
* add changelog entry
* prettier
2024-10-10 13:40:15 -04:00