Wykres commitów

3164 Commity (checkbox-switch-fix)

Autor SHA1 Wiadomość Data
Cory LaViska 7ff09070ad fix required content color; closes #1882 2024-02-23 11:47:04 -05:00
Cory LaViska 12ce0217e5 update changelog 2024-02-23 11:43:38 -05:00
RoyDust 1a2969a74b
fix:fix multi-select tag not changing with size (#1886)
Co-authored-by: xiongwei <xiongwei@sobey.com>
2024-02-23 11:42:49 -05:00
Cory LaViska 033fec9471 update changelog 2024-02-21 13:29:40 -05:00
Cory LaViska 8272619663 Merge branch 'cyantree-issue-1815_fix-submenu-closing' into next 2024-02-21 13:28:09 -05:00
cyantree 298892b10a fix race condition in `submenu-controller` (#1815) 2024-02-21 00:27:32 +01: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 07b13d489a reorder 2024-02-20 14:07:28 -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 f2a42565e2 prettier 2024-02-20 13:48:47 -05:00
Cory LaViska 23f09dfa79 update changelog 2024-02-20 13:46:09 -05:00
stefanholzapfel 6e288a80a3
feat(sl-popup): Add contextElement property to VirtualElement interface (#1874) 2024-02-20 13:44:53 -05:00
Cory LaViska 9b19c4c782 update changelog 2024-02-20 12:51:59 -05:00
cyantree 6440387432
fix `sl-rating` sometimes not resetting correctly when using `precision` and leaving with the mouse (#1877)
Co-authored-by: cyantree <cyantree@users.noreply.github.com>
2024-02-20 12:49:53 -05:00
Cory LaViska f3be76840f 2.14.0 2024-02-15 10:00:04 -05:00
Cory LaViska 1056a10f8e update version 2024-02-15 09:59:53 -05:00
Cory LaViska f9a73567f7 update lock file 2024-02-15 09:56:24 -05:00
Burton Smith 6bc06d5d95
update install event from `postinstall` to `prepare` (#1868) 2024-02-12 12:29:06 -05:00
Cory LaViska 7571f8c534 remove styles from template 2024-02-09 10:27:09 -05:00
Cory LaViska 1bf3e5a2b7 add missing import to template 2024-02-09 10:20:18 -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 775f30107f fix help text a11y 2024-02-09 09:57:54 -05:00
Cory LaViska 9ee1617696 update changelog 2024-02-09 09:33:14 -05:00
Alessandro 7e38e93ab2
fix(carousel): remove check for scrolling (#1862) 2024-02-09 09:28:45 -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
Ahmad Alfy 4185430989
locale: add Arabic translation (#1852) 2024-02-08 15:17:54 -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
clintcs 9451c3b8de
add switch help text (#1800) 2024-02-08 12:54:21 -05:00
Konnor Rogers a5e9b942e3
fix animated image documentation for CSS part (#1838) 2024-02-08 12:46:31 -05:00
Cory LaViska 380d56fa40
remove html from getTextLabel() (#1840) 2024-02-08 12:42:59 -05:00
Cory LaViska 83fe1ff28e 2.13.1 2024-01-24 11:55:27 -05:00
Cory LaViska a4c49e95a9
no more tomatoes (#1836) 2024-01-24 10:29:45 -05:00
Cory LaViska beea96b373 2.13.0 2024-01-23 11:29:13 -05:00
Cory LaViska 6751b21283 remove unused import 2024-01-23 11:29:05 -05:00
Cory LaViska e37139b7cf remove old test 2024-01-23 11:26:59 -05:00
Cory LaViska 1f87f429ed don't ignore 2024-01-23 11:24:02 -05:00
Cory LaViska afc6dc1923 whitespace 2024-01-23 11:12:47 -05:00
Cory LaViska e2a64486d0 ignore types 2024-01-23 11:12:30 -05:00
Cory LaViska 8473d06822 prettier 2024-01-23 11:10:09 -05:00
Cory LaViska cb15749500 update changelog 2024-01-23 11:08:57 -05:00
Luke Warlow 0a319c3646
Use close watcher when supported in place of escape key handlers (#1788)
* Use close watcher when supported in place of escape key handlers

* Update src/components/select/select.component.ts

---------

Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
2024-01-23 11:07:46 -05:00
Matin 1d626c1357
internals: refactor stop animations resolve mechanism (#1780)
* internals: refactor stop animations resolve mechanism

* remove cancel/finish listeners from stop animations function
2024-01-23 10:48:35 -05:00
YassSSH caf47069c0
Fixing the initial values on doc (#1785)
This commit replaces the string-based 'value' prop with an array in the documentation example related to multiple selection in Shoelace's React components.
2024-01-23 10:45:48 -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
Alessandro 9f640aa0a2
fix(carousel): fix issues with safari (#1748)
* fix(carousel): fix scrollend polyfill

* fix(carousel): refactor mouse dragging

* chore: revert original mouse dragging implementation

* fix: add workaround for safari

* chore: add unit tests

* chore: minor changes

* chore: revert change

* chore: skip test case

* chore: revert changes to docs

* chore: remove leftover
2024-01-23 10:39:48 -05:00
Burton Smith b1908d73dc
add vue types (#1797)
* add vue types

* run prettier

* add postinstall script for playwright

* Update docs/pages/frameworks/vue.md

---------

Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
2024-01-23 10:34:36 -05:00
clintcs 1a77e603f8
Add Radio Group `help-text` slot documentation (#1818) 2024-01-23 10:27:22 -05:00