Wykres commitów

1482 Commity (1af711bc89365a50e24da1d23c2bff777b1b8b57)

Autor SHA1 Wiadomość Data
dhellgartner c71da4a075
Split panel tests (#1343)
* Added tests for sl-split-panel

test for horizontal arrangement

* Added tests for sl-split-panel

tests for vertical arrangement

---------

Co-authored-by: stefanie.hellgartner <stefanie.hellgartner@in-tech.com>
2023-05-25 12:25:48 -04:00
Cory LaViska d609fa87b4 reflect size; fixes #1348 2023-05-25 10:47:44 -04:00
ErikOnBike 6144e5eff4
Replace .map with .forEach when return value not used. See issue #740 (#1349) 2023-05-24 10:34:42 -04:00
Stefan Bauer 05aeb78b01
Update de.ts (#1339)
"Gleiten" is a verb and means glide, "Slide" must be translated with "Folie" (like in previousSlide, nextSlide)
2023-05-17 16:51:34 -04:00
Yuki Nishijima 22010a1f9b
Add better support for Turbo Drive (#1338) 2023-05-17 16:50:34 -04:00
Erick Almeida e0fd6b210e
Fix Portuguese translation strings (#1336) 2023-05-16 07:55:17 -04:00
Konnor Rogers be1c38f0e5
tests: add regression tests for checkbox and toggle focus behavior (#1330)
* add regression test for checkbox focusing

* change number of checkboxes / switches

* change max-height to 400px so it fails

* re-add positon: relative;
2023-05-10 16:54:44 -04:00
Cory LaViska b1bdedd3a3 add submenu-icon part 2023-05-04 10:17:41 -04:00
Cory LaViska 3a212030c0 Merge branch 'mpharoah/sl-rating-perf' of github.com:mpharoah/shoelace into mpharoah-mpharoah/sl-rating-perf 2023-05-02 10:02:13 -04:00
Cory LaViska 9c3e344ae0 reorder properties 2023-05-02 10:01:25 -04:00
Cory LaViska db147e77b0 Merge branch 'KonnorRogers-patch-1' into next 2023-05-02 10:00:14 -04:00
Cory LaViska 0384b03528 add checkbox + exported parts; #1318 2023-05-01 13:43:42 -04:00
Konnor Rogers fc06de7b11
feat: support variable height elements inside <sl-button> 2023-04-28 22:31:42 -04:00
Cory LaViska 5ada0a7093 update radio size when group size changes 2023-04-27 13:18:21 -04:00
Matt Pharoah 56a160464f Fixed clipPath 2023-04-21 08:56:43 -04:00
Matt Pharoah 3dc9430932 Improve performance of sl-rating by not render all icons twice 2023-04-20 17:01:12 -04:00
Cory LaViska 9c5e184d82 fixes #1302 2023-04-14 12:48:57 -04:00
Cory LaViska 385b5451c8 add size to radio group; fixes #1301 2023-04-14 12:20:17 -04:00
Cory LaViska 0e7487257b spell check and reorder static function 2023-04-13 14:16:03 -04:00
Matt Pharoah eab0e3219f
Improve performance of sl-icon by caching later (#1286)
* Improve performance of sl-icon by caching later

* Fixed error handling

* Don't use requestInclude in sl-icon

* Separate sl-icon errors into cacheable and retryable errors
2023-04-13 14:12:59 -04:00
Cory LaViska cf89c901a2 no roles on slots; fixes #1287 2023-04-13 12:52:03 -04:00
Cory LaViska 902b08cc0f revert role and don't use <header> for buttons 2023-04-13 12:47:48 -04:00
Cory LaViska caf9a09efa fix typos 2023-04-13 12:47:18 -04:00
dhellgartner 65734dc993
Slot aria attributes (#1296)
* Fix acessability issue

* Additionally adapted the test

* Added more accessability tests

* Updated the testing documentation

to take the fact that accessability checks cover only
rendered content into account

---------

Co-authored-by: Dominikus Hellgartner <dominikus.hellgartner@gmail.com>
2023-04-13 12:45:52 -04:00
Alessandro c137f83df6
fix(carousel): clickable elements don't work on chrome (#1266)
* fix(carousel): clickable elements don't work on chrome

* fix: update implementation
2023-04-13 11:55:40 -04:00
Cory LaViska d3a0a38dce don't show hover when focused; fixes #1282 2023-04-13 10:31:24 -04:00
Cory LaViska 5cf6a37ee2 wait until registered to set initial state; fixes #1292 2023-04-13 09:51:07 -04:00
Cory LaViska 63194abf93 prettier + changelog 2023-04-05 09:21:25 -05:00
Konnor Rogers e196b0915a
fix: split-panel divider now focusable in Edge / Chrome (#1289) 2023-04-05 09:18:57 -05:00
Cory LaViska d2369d1de8 fix @since 2023-04-04 16:22:24 -05:00
Christophe Eymard 91ffaa1a2d
stop holding a reference to a Promise when it is resolved (#1284) 2023-04-03 16:23:59 -05:00
Cory LaViska a8f87e0d5e Merge branch 'sloth30799' of github.com:sloth30799/shoelace into sloth30799-sloth30799 2023-03-31 14:37:54 -04:00
dhellgartner b4d24dd9af
Added a basic test for animation (#1274)
Did not manage to check
that the properties are correctly passed
to the animation api at this point so this
stays a blackbox test

Co-authored-by: Dominikus Hellgartner <dominikus.hellgartner@gmail.com>
2023-03-31 11:59:07 -04:00
Thomas Blum 3766d5ce27
Fixed wrong property value (#1272) 2023-03-31 11:52:03 -04:00
Cory LaViska 6d3505aefa fix property name 2023-03-28 11:31:42 -04:00
Cory LaViska b22650ff51 Merge branch 'next' of https://github.com/shoelace-style/shoelace into next 2023-03-27 09:31:46 -04:00
Cory LaViska 23a7f65b49 fix variable name case 2023-03-27 09:31:43 -04:00
Han Ye Htun f4fba8eab4 added tests 2023-03-24 00:05:10 +06:30
Christophe Eymard 1734bf54a7
replaced Set with WeakSet (#1249) 2023-03-23 12:13:13 -04:00
Han Ye Htun d03ca4ab95 Avatar Initials visible when image has a transparent background(#1256) 2023-03-22 21:46:23 +06:30
Han Ye Htun 2443c046aa Avatar Initials visible when image has a transparent background(#1256) 2023-03-22 00:50:01 +06:30
dhellgartner 7b2f6f230d
Added tests to the sl-animated-images component (#1246)
Co-authored-by: Dominikus Hellgartner <dominikus.hellgartner@gmail.com>
2023-03-20 13:59:54 -04:00
Alessandro db931c12be
fix: prevent expand button to shrink (#1245) 2023-03-20 11:24:58 -04:00
Cory LaViska 8f5893931b Merge branch 'fix/tree-item/clickable-label-elements' of github.com:alenaksu/shoelace into alenaksu-fix/tree-item/clickable-label-elements 2023-03-14 11:57:36 -04:00
Cory LaViska 234ff2619d fixes #1243 2023-03-14 11:16:39 -04:00
Alessandro b37be46ba3
fix(tree-item): move label outside of checkbox 2023-03-13 19:52:12 +00:00
Jared White 0e6e2abd28
Export autoload discover function and support shadow roots (#1236)
* Export autoload discover function and support shadow roots

* run prettier
2023-03-13 11:47:37 -04:00
Alessandro 7bf0f647b3
fix(carousel): change the way slide position is computed (#1235) 2023-03-13 10:56:00 -04:00
Martin Alix 708127f96d
Update French for `Slide #` (#1231) 2023-03-09 16:10:06 -05:00
Cory LaViska 7240f4f8f4 Merge branch 'next' into autoload 2023-03-07 14:05:26 -05:00