Wykres commitów

2870 Commity (f84d6939bdd61ddc1277c04f4c2284e70b44724c)

Autor SHA1 Wiadomość Data
Cory LaViska f9ae8327f6 fix menu focus color 2023-02-28 09:46:49 -05:00
Cory LaViska 7f3076d195 Merge branch 'next' of https://github.com/shoelace-style/shoelace into next 2023-02-27 16:40:55 -05:00
Cory LaViska 1fa79e64ae fix track color in dark mode 2023-02-27 16:40:53 -05:00
Bünyamin Eskiocak dde1010465
Fixed clipped calendar toggle in Firefox (#1213)
* fixed clipped calendar toggle in firefox

* changelog

---------

Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
2023-02-27 12:04:32 -05:00
Cory LaViska 3a3a7347bc link to event 2023-02-27 11:15:57 -05:00
Cory LaViska 77c9750206 fix sl-tab-show event when closing 2023-02-27 11:13:59 -05:00
Cory LaViska 3d2e618be8 fix term 2023-02-24 16:08:06 -05:00
Cory LaViska 79feaae7fc adjust attribution 2023-02-24 15:56:31 -05:00
Cory LaViska b0f7dfb86b update comment 2023-02-24 15:55:02 -05:00
Cory LaViska e1979b8f38 reorder custom properties 2023-02-24 15:54:57 -05:00
Cory LaViska 7e9ae32b9b add carousel terms 2023-02-24 15:48:39 -05:00
Cory LaViska 480a1df246 reorder 2023-02-24 15:24:39 -05:00
Cory LaViska ff798adb49 update examples 2023-02-24 15:10:54 -05:00
Cory LaViska 70a64262e9 add svg part 2023-02-24 12:51:46 -05:00
Cory LaViska 5f65896150 update localize 2023-02-24 12:35:25 -05:00
Cory LaViska c69db4919b wip; improve carousel docs 2023-02-23 16:50:18 -05:00
Cory LaViska a526e8a956 cleanup 2023-02-23 15:00:27 -05:00
Cory LaViska 4970ba065e set a default aspect ratio 2023-02-23 15:00:02 -05:00
Cory LaViska 0292ed30c5 update example 2023-02-23 14:59:48 -05:00
Cory LaViska b64b1c2536 fix test 2023-02-23 14:49:49 -05:00
Cory LaViska 8f9eb012ba sort imports 2023-02-23 14:42:58 -05:00
Cory LaViska c8fd9f19d2 ignore lorem ipsum 2023-02-23 14:40:05 -05:00
Cory LaViska 603aa93322 update and fix typos 2023-02-23 14:39:05 -05:00
Cory LaViska 74203de094 sort imports 2023-02-23 14:23:38 -05:00
Cory LaViska 4fa4682a45 Merge branch 'alenaksu-feat/carousel' into next 2023-02-23 14:20:01 -05:00
Cory LaViska 34e0fb2fc1 Merge branch 'feat/carousel' of github.com:alenaksu/shoelace into alenaksu-feat/carousel 2023-02-23 14:13:19 -05:00
Cory LaViska 50972f2b38 update changelog and comment 2023-02-23 11:33:31 -05:00
Cory LaViska 652ce6c9f1 Merge branch 'mpharoah-mpharoah/typescript-events' into next 2023-02-23 11:26:47 -05:00
Cory LaViska 8412b150b2 Merge branch 'mpharoah/typescript-events' of github.com:mpharoah/shoelace into mpharoah-mpharoah/typescript-events 2023-02-23 11:24:19 -05:00
Justin Fagnani 22b8ef4edf
Fix a few spelling issues (#1192) 2023-02-23 11:15:20 -05:00
Cory LaViska 0865dede6f fix heading 2023-02-23 11:11:19 -05:00
Cory LaViska d638d811ad remove unused type 2023-02-23 11:04:51 -05:00
Cory LaViska bc58472b7b fix skipped tests 2023-02-23 11:02:26 -05:00
Cory LaViska 226c856b1e update scroll controls when adding tabs; fixes #1208 2023-02-23 10:12:36 -05:00
Cory LaViska a127b8722e fix autoload timing issues 2023-02-22 14:18:43 -05:00
Cory LaViska 9c573fb454 add autoloader to docs 2023-02-22 14:18:36 -05:00
Cory LaViska a346d18930 add autoloader docs 2023-02-22 14:18:19 -05:00
Cory LaViska a32488baeb add autoloader prototype 2023-02-22 14:18:04 -05:00
Cory LaViska a4131caeda add subpath 2023-02-22 14:16:11 -05:00
Cory LaViska 6c62a4f4c0 use passive listeners 2023-02-22 12:54:33 -05:00
Cory LaViska 5b12de1edf fixes #1205 2023-02-21 11:54:39 -05:00
Cory LaViska f79a670ca3 fix padding in Chrome; closes #1197 2023-02-17 09:56:52 -05:00
Cory LaViska e1ec60af62 2.1.0 2023-02-16 16:40:34 -05:00
Cory LaViska dcbcc4c050 bump version 2023-02-16 16:39:11 -05:00
Cory LaViska 0eb3375bb9 welcome back, null 2023-02-16 16:30:13 -05:00
Cory LaViska c26a8810c8 add crude inline error example; closes #1191 2023-02-16 16:22:46 -05:00
Cory LaViska 872227e345 reformat and add comment 2023-02-16 15:19:24 -05:00
dhellgartner f22c529eab
Avoid null logs on resize observer errors (#1196)
* Resize observer sometimes throws errors which
are nothing to worry about, see also the corresponding
comment on tab-group.test.ts
* Unfortunately, the web testing library installs an
error event handler which takes precedence before the
event handlers installed in the tests
(see node_modules/@web/browser-logs/dist/logUncaughtErrors.js)
* the only possibility to avoid these null logs is to install
an error event handler at an even earlier place

Co-authored-by: Dominikus Hellgartner <dominikus.hellgartner@gmail.com>
2023-02-16 15:13:57 -05:00
dhellgartner 3430b33c3e
Alert test (#1189)
* Improved tests for SlAlert

* added more test for coverage
* Grouped tests in multiple subgroups

* remove executing only one tests

* Fix the now executing tests

---------

Co-authored-by: Dominikus Hellgartner <dominikus.hellgartner@gmail.com>
2023-02-16 15:04:11 -05:00
Cory LaViska 1bc2a6ef76 expose rel; fixes #1200 2023-02-16 12:15:59 -05:00