Cory LaViska
|
9399df6e19
|
adjust small spacing in select
|
2024-06-03 09:54:11 -04:00 |
|
Ahmad Alfy
|
b98deb877e
|
fix(select) display of option group title (#2046)
Fixes #2044
|
2024-06-03 09:52:11 -04:00 |
|
Konnor Rogers
|
f256d7aa8a
|
Implement roving tabindex for tabs (#2041)
* implement roving tabindex tabs
* implement roving tabindex tabs
* prettier
* implement roving tabindex tabs
* prettier
* remove test.only
* remove unncessary syncing
* Fix manual tab activations not working with roving tabindex
* prettier
* remove unnecessary extra code
* update changelog
* update changelog
* prettier
|
2024-05-30 12:49:13 -04:00 |
|
Cory LaViska
|
f757d514e4
|
remove unused
|
2024-05-28 16:37:29 -04:00 |
|
Cory LaViska
|
07d2144395
|
remove unused
|
2024-05-28 16:32:58 -04:00 |
|
Cory LaViska
|
c042c8fe34
|
fix ltrs
|
2024-05-28 15:28:10 -04:00 |
|
Cory LaViska
|
975115a923
|
use a more reliable rtl detection
|
2024-05-28 15:18:43 -04:00 |
|
cptKNJO
|
06a27dd899
|
fix: registering sl-radio twice (#2016)
|
2024-05-14 13:29:18 -04:00 |
|
Konnor Rogers
|
9767e84d26
|
fix empty target in radio-group click (#2009)
* fix empty target in radio-group
* Update src/components/radio-group/radio-group.component.ts
Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
* add changelog entry
* prettier
---------
Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
|
2024-05-10 12:31:00 -04:00 |
|
Cory LaViska
|
8726910160
|
fixes #1979 (#2008)
|
2024-05-10 11:13:11 -04:00 |
|
Cory LaViska
|
d478ccb2da
|
fixes #2001 (#2007)
|
2024-05-10 10:44:02 -04:00 |
|
Cory LaViska
|
d94acc6e06
|
fixes #2005 (#2006)
|
2024-05-10 10:16:57 -04:00 |
|
Fiqri Syah Redha
|
eb42671ef3
|
locale: add Bahasa Indonesia translation (#2003)
|
2024-05-06 14:45:28 -04:00 |
|
Christian Schilling
|
3ad6364678
|
Fixed a bug in <sl-textarea> that may throw errors on disconnectedCallback in test environments (#1985) (#1986)
|
2024-04-22 11:40:54 -04:00 |
|
Susanne Kirchner
|
0daa5d8dee
|
Fix invalid css on button style (#1975)
|
2024-04-12 12:07:48 -04:00 |
|
Konnor Rogers
|
16d5575307
|
Fix: split panel properly recalculates when going from hidden to shown (#1942)
* fix: split-panel now properly calculates it size when it goes from hidden to being shown.
* chore: add changelog note
* prettier
|
2024-04-11 14:09:56 -04:00 |
|
Konnor Rogers
|
a427433701
|
fix: scrollbar gutters and dialog scrolling on open (#1967)
* fix: scrollbar gutters and dialog scrolling on open
* prettier
* fix check for current scrollbarGutter property
* prettier
|
2024-04-11 13:52:41 -04:00 |
|
Cory LaViska
|
d0b71adb81
|
update tooltip styles; fixes #1947 (#1948)
|
2024-03-28 11:01:21 -04:00 |
|
Cory LaViska
|
1534f47d34
|
skip for now
|
2024-03-25 14:04:40 -04:00 |
|
Cory LaViska
|
eb08be0fce
|
update tests
|
2024-03-25 13:36:40 -04:00 |
|
Cory LaViska
|
dfc4cb6248
|
fix toggle
|
2024-03-25 13:36:35 -04:00 |
|
Cory LaViska
|
c1eda83e5b
|
prettier
|
2024-03-25 13:17:59 -04:00 |
|
Konnor Rogers
|
ff2e0486b4
|
use data attributes (#1928)
|
2024-03-25 13:14:50 -04:00 |
|
Sebi
|
4aa5e9c1f2
|
Fixed Firefox select-test (#1921)
* - added firefox as a test target
- fixed failing firefox select-test
* reverted the firefox test target, since the color-picker test still fails
|
2024-03-25 11:47:45 -04:00 |
|
Alessandro
|
31f2600816
|
fix(carousel): synchronize slides after scroll (#1923)
* fix(carousel): synchronize slides after scroll
* chore: leftovers
|
2024-03-25 11:22:28 -04:00 |
|
Nic Newdigate
|
5a89439e14
|
dropdown: add optional sync property to align popup width to trigger slot element width (#1935)
Co-authored-by: Nic Newdigate <nic.newdigate@vivantio.com>
|
2024-03-25 11:20:23 -04:00 |
|
Cory LaViska
|
2878957ef5
|
fix clear button clicks (#1911)
|
2024-03-25 11:16:32 -04:00 |
|
Konnor Rogers
|
cd5a6486da
|
fix(tree) icons rendering as null (#1922)
* fix icons rendering as null
* prettier
* prettier
* Update docs/pages/resources/changelog.md
---------
Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
|
2024-03-25 11:15:51 -04:00 |
|
Konnor Rogers
|
7a62a87b9b
|
apply mutator to spritesheets (#1927)
* apply mutator to spritesheets
* prettier
* Update docs/pages/resources/changelog.md
---------
Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
|
2024-03-25 11:14:04 -04:00 |
|
Cory LaViska
|
0ac61a6a22
|
prettier
|
2024-03-25 11:13:01 -04:00 |
|
Matt Walkland
|
acf76cf359
|
Expose spinner part on tree item (#1937)
* Expose spinner part on tree item
* Add spinner__base to exportparts of tree-item
|
2024-03-25 10:59:50 -04:00 |
|
cyantree
|
2a4b3ee2e9
|
fix form selection when element is detached (#1806) (#1881)
Co-authored-by: cyantree <cyantree@users.noreply.github.com>
|
2024-03-06 10:34:59 -05: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 |
|
Amadej Glasenčnik
|
c88b38f194
|
Add Slovenian translation (#1893)
|
2024-02-29 11:32:38 -05:00 |
|
Susanne Kirchner
|
9cbb0b8a95
|
Add missing form-control styles import (#1897)
|
2024-02-29 11:14:58 -05:00 |
|
Cory LaViska
|
2128e62109
|
fix required content color; closes #1882 (#1889)
|
2024-02-23 11:47:41 -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 |
|
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 |
|
stefanholzapfel
|
6e288a80a3
|
feat(sl-popup): Add contextElement property to VirtualElement interface (#1874)
|
2024-02-20 13:44:53 -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
|
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 |
|
Alessandro
|
7e38e93ab2
|
fix(carousel): remove check for scrolling (#1862)
|
2024-02-09 09:28:45 -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 |
|