Wykres commitów

127 Commity (59d91f4ec961315bc622c68629202a2b88c6e525)

Autor SHA1 Wiadomość Data
Cory LaViska 59d91f4ec9
Update docs/pages/resources/changelog.md 2024-03-18 11:57:39 -04:00
konnorrogers 37b25b8809 prettier 2024-03-15 16:42:32 -04:00
konnorrogers 27c0cc81c5 apply mutator to spritesheets 2024-03-15 16:40:19 -04:00
Konnor Rogers 3bc8495874
Fixes scroll lock layout shift (#1895)
* fix scroll lock layout shift

* changelog entry

* changelog entry

* prettier

* add notes about browser support
2024-03-06 09:07:14 -05:00
Cory LaViska 7f87887477 update changelog 2024-02-29 11:33:09 -05:00
Cory LaViska e2bce65c02 update changelog 2024-02-29 11:17:40 -05:00
Cory LaViska 2128e62109
fix required content color; closes #1882 (#1889) 2024-02-23 11:47:41 -05:00
Cory LaViska 12ce0217e5 update changelog 2024-02-23 11:43:38 -05:00
Cory LaViska 033fec9471 update changelog 2024-02-21 13:29:40 -05:00
Cory LaViska e1102ba9cf prevent tab group safari twitch; fixes #1839 2024-02-20 14:58:11 -05:00
Cory LaViska b589938443
fixes #1709 (#1879) 2024-02-20 14:18:05 -05:00
Cory LaViska e9405d33a8
Fix close behavior when select is in a shadow root; fixes #1859 (#1878)
* fix close behavior when select is in a shadow root

* add pr
2024-02-20 13:55:50 -05:00
Cory LaViska 23f09dfa79 update changelog 2024-02-20 13:46:09 -05:00
Cory LaViska 9b19c4c782 update changelog 2024-02-20 12:51:59 -05:00
Cory LaViska 1056a10f8e update version 2024-02-15 09:59:53 -05:00
Cory LaViska 02ce4dbf4e
Import styles more efficiently (#1861)
* import styles more efficiently; fixes #1692

* remove scale transition
2024-02-09 10:12:47 -05:00
Cory LaViska 9ee1617696 update changelog 2024-02-09 09:33:14 -05:00
Cory LaViska dafb35c6e2 update changelog 2024-02-08 15:20:18 -05:00
Cory LaViska a36bbe2fc4 update changelog 2024-02-08 15:19:51 -05:00
Cory LaViska e6d3d8317a
Add checkbox help text (#1860)
* add help text to sl-checkbox to match sl-switch

* add missing import
2024-02-08 14:51:00 -05:00
Cory LaViska 380d56fa40
remove html from getTextLabel() (#1840) 2024-02-08 12:42:59 -05:00
Cory LaViska a4c49e95a9
no more tomatoes (#1836) 2024-01-24 10:29:45 -05:00
Cory LaViska cb15749500 update changelog 2024-01-23 11:08:57 -05:00
Konnor Rogers 773255881b
fix dialog focus trapping behavior (#1813)
* fix dialog focus trapping behavior

* add changelog entry

* prettier

* remove duplicate 'disabled' check in tabbable

* fix dialog stuff

* prettier

* fix logic around checking active elements

* prettier

* prettier

* remove cusrtom-elements.mjs

---------

Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
2024-01-23 10:45:20 -05:00
Cory LaViska 478c8bdf69 update changelog; #1748 2024-01-23 10:42:46 -05:00
Cory LaViska ac5e2d2d43 update changelog 2024-01-23 10:19:07 -05:00
Cory LaViska e231f8a4a1
fixes #1823 (#1826) 2024-01-23 10:17:01 -05:00
Cory LaViska 6b9e78f05d
fixes #1795 (#1822) 2024-01-23 10:16:38 -05:00
Cory LaViska b79c72725b
fixes #1805 (#1821) 2024-01-23 10:15:58 -05:00
Cory LaViska 92bde9c66b
fixes #1730 (#1820) 2024-01-23 10:15:33 -05:00
Cory LaViska a21ab1d044 update changelog; #1787 2023-12-13 12:00:37 -05:00
Konnor Rogers 7891dbef93
Add missing extensions (#1770)
* fix(typescript): add missing extension to imports in typescript

This is required for the types to work with the new
`--module-resolution=node16`.

The list of places to fix was obtained by a crude script:

```sh
rg -g'**/*.ts' -g'!**/*.test.ts' ' from\s+.\.' | rg -v '\.js'
```

References #1765

* add missing extensions

* revert tsconfig

* prettier

* fix test files for NodeNext

* prettier

* changelog entry

* prettier

* prettier

* prettier

---------

Co-authored-by: Andrey Lushnikov <aslushnikov@gmail.com>
2023-12-08 12:30:31 -05:00
Konnor Rogers b4ed398240
Account for elements with tabbable controls (#1755)
* account for elements with tabbable controls

* prettier

* add changelog entry

* prettier
2023-12-08 12:10:00 -05:00
Cory LaViska 1710cfb8bc update; #1700 2023-12-06 17:06:18 -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 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
Cory LaViska ee18f3a449 update changelog 2023-11-17 09:51:21 -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
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
Cory LaViska 2a1f48c332 update changelog 2023-11-03 10:25:59 -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
Cory LaViska b7a4a228d6 update changelog 2023-10-25 13:08:51 -04:00
Cory LaViska 207a660738 update version 2023-10-25 10:34:17 -04:00
Cory LaViska d07f8e01ad update changelog 2023-10-23 11:00:11 -04:00
Cory LaViska f28ea9b834 update version 2023-10-20 09:07:22 -04:00
Cory LaViska e5da26fe6d
fix empty react index; closes #1659 (#1663) 2023-10-19 10:30:16 -04:00
Cory LaViska b1b54a5a34
Fix placeholder color in sl-select (#1667)
* fix placeholder color in sl-select

* add issue number
2023-10-19 09:33:09 -04:00