Wykres commitów

3197 Commity (next)

Autor SHA1 Wiadomość Data
Cory LaViska 59ef323f38 moar prettier 2023-12-06 16:23:39 -05:00
Cory LaViska e1417b8e1a prettier 2023-12-06 16:21:14 -05:00
Cory LaViska bb20126b17 Merge branch 'next' of https://github.com/shoelace-style/shoelace into next 2023-12-06 16:17:12 -05:00
Ryan 3de99eee0a
Add .d.ts files to theme style.js files (#1767) 2023-12-06 16:16:52 -05:00
Cory LaViska 0d043767ec Merge branch 'menu-item-loading' of github.com:mitchray/shoelace into next 2023-12-06 13:57:49 -05:00
Cory LaViska b7eccb1bff
Make sure `<sl-select>` closes when focusing out (#1764)
* fixes #1763

* fix comment

* 🤷🏻‍♂️

* whatever wtr
2023-12-06 11:58:49 -05:00
Konnor Rogers dd27db5196
Further improve tabbable performance (#1750)
* improve tabbable performance

* improve tabbable performance

* add PR #

* prettier

* change to getSlottedChildrenOutsideRootElement

* prettier
2023-12-01 12:06:16 -05:00
Cory LaViska 3e38da210e remove unused style 2023-12-01 10:29:16 -05:00
Cory LaViska 4864ab808d
Fixes `setRangeText()` in `<sl-input>` and `<sl-textarea>` (#1752)
* fix setSelectionRange(); fixes #1746

* remove comment

* remove console.log
2023-12-01 10:06:48 -05:00
Cory LaViska e2b7327d98
Improve tooltip accessibility (#1749)
* always close on escape, even when not focused; #1734

* use fallbacks instead of defaults

* add words

* add safe trapezoids / hover bridge; fixes #1734

* oh, webkit

* remove unused import

* cleanup just in case
2023-12-01 10:02:46 -05:00
Mitch Ray 1a8403b9b2 Reduce size 2023-11-25 09:51:08 +11:00
Konnor Rogers bfa7c4cda9
Run web test runner with production modules (#1736)
* Run web test runner with production modules

* prettier
2023-11-21 11:19:06 -05:00
Cory LaViska 7fae62b806 prettier 2023-11-20 21:09:07 -05:00
Cory LaViska 15c6733949 temporarily disable FF in Web Test Runner 2023-11-20 21:04:57 -05:00
Cory LaViska 1e57a632d9 fix a11y error 2023-11-20 21:04:46 -05:00
Cory LaViska ffe492c503 revert 2023-11-20 20:38:09 -05:00
Cory LaViska 21e2c7a473 try node 20 2023-11-20 20:31:24 -05:00
Cory LaViska b6c9b64ec0 restore ff tests 2023-11-20 19:59:39 -05:00
Cory LaViska 00435ac682 more ff test skips 2023-11-20 19:47:58 -05:00
Matt Obee 4699f99107
Fix 'controlled' typo (#1735) 2023-11-20 19:45:10 -05:00
Rikard Kling 025da5e59f
Small typo (#1728) 2023-11-20 17:09:09 -05:00
Cory LaViska d99b90dee1 2.12.0 2023-11-20 12:17:51 -05:00
Cory LaViska 66c5e4cba2 skip ff 2023-11-20 12:15:17 -05:00
Cory LaViska d7d9242d58 skip because ff 2023-11-20 12:14:11 -05:00
Cory LaViska 02ad181775 skip because firefox 2023-11-20 12:11:58 -05:00
Cory LaViska 024c6e2e48 update deprecated properties 2023-11-20 11:57:54 -05:00
Cory LaViska 3fdbefa2d4 fix 2023-11-17 14:25:56 -05:00
Cory LaViska 2b45c546e8 update playwright install cmd 2023-11-17 14:17:00 -05:00
Cory LaViska a36ae4e482 update playwright version for webkit 2023-11-17 14:03:33 -05:00
Cory LaViska 3b2eb9bb5c re-enable webkit tests 2023-11-17 14:03:22 -05:00
Cory LaViska 1bf490aed0 temp disable webkit 2023-11-17 13:48:45 -05:00
Cory LaViska 1564df829b update WTR 2023-11-17 13:38:58 -05:00
Cory LaViska facb5504a4 prettier 2023-11-17 10:07:57 -05:00
Cory LaViska ee18f3a449 update changelog 2023-11-17 09:51:21 -05:00
folini96 c3c770b0e0
Add italian translations (#1727)
Co-authored-by: Andrea Folini <andrea.folini@skillbill.it>
2023-11-17 09:50:46 -05:00
Nick Lemmon a1888c628f
removes duplicative style declaration in the skeleton component (#1722) 2023-11-14 13:15:22 -05:00
Cory LaViska 13c3e88384 Merge branch 'next' of https://github.com/shoelace-style/shoelace into next 2023-11-13 15:56:26 -05:00
Cory LaViska e0701fe3fc add two-way binding info back 2023-11-13 15:56:23 -05:00
Konnor Rogers 35c2ad886d
Fix nested dialogs (#1711)
* fix nested dialog focus

* fix nested dialog focus

* fix nested dialog focus

* prettier

* remove index.html

* fix tests

* prettier
2023-11-13 14:13:42 -05:00
Coridyn e786aa86b5
Fix React .d.ts files to import from valid path; fixes #1713 (#1714) 2023-11-13 11:09:11 -05:00
Konnor Rogers 5221419816
Fix form controls entering / leaving a form (#1708)
* fix dynamic form controls

* update comment

* add form.checkValidity()

* prettier
2023-11-07 10:39:57 -05:00
Konnor Rogers f015dc9169
fix form controls to read from property instead of attribute (#1707)
* fix form controls to read from properties and attributes

* update changelog

* prettier

* update changelog

* prettier

* small comment fix
2023-11-07 10:28:01 -05:00
Mitch Ray a2b7816010 Keep text shown 2023-11-04 10:05:09 +11:00
Cory LaViska 2a1f48c332 update changelog 2023-11-03 10:25:59 -04:00
Henry Wilkinson 8ddef1a0bd
Updates copy button with Bootstrap Icons 1.11 (#1702) 2023-11-03 10:25:18 -04:00
Mitch Ray 468b0b9e66 Add loading attribute to menu-item 2023-11-03 08:12:27 +11:00
Cory LaViska 6590dd4004 upgrade jet brains plugin and stop writing to package.json 2023-11-02 08:49:58 -04:00
Konnor Rogers 12a45eb65d
only emit sl-change when you stop dragging (#1689)
* only emit sl-change when you stop dragging

* only emit sl-change when you stop dragging

* prettier

* add changelog entry

* update changelog

* update changelog

* update changelog
2023-10-31 14:09:10 -04:00
Konnor Rogers 5e620a8bb3
fix issues with no translation errors for bundled components (#1696) 2023-10-31 13:33:16 -04:00
Cory LaViska b9fa2a60fe 2.11.2 2023-10-25 13:09:11 -04:00