Wykres commitów

658 Commity (a32488baebe6183ec94e81b2916b7f191d143bbc)

Autor SHA1 Wiadomość Data
Cory LaViska 0b0a571d17 update changelog 2022-11-29 10:01:53 -05:00
Cory LaViska e7a4a5135d improve screen reader experience 2022-11-29 09:25:45 -05:00
Cory LaViska ebf12860be update changelog 2022-11-28 16:17:43 -05:00
Bünyamin Eskiocak 4b81778e46
moved changelog entry to correct version (#1033) 2022-11-28 16:14:16 -05:00
Cory LaViska 83b73e823d update changelog; #1030 2022-11-28 11:56:13 -05:00
Cory LaViska 09f741e930 update changelog 2022-11-24 13:36:21 -05:00
Cory LaViska 3dd19a7f62 fixes #1024 2022-11-24 13:29:34 -05:00
Cory LaViska 0b7eae0c20 update changelog 2022-11-23 10:48:02 -05:00
Cory LaViska 7f9b0bd5a2 fixes #1024 2022-11-23 10:38:04 -05:00
Cory LaViska 6579a95999 fixes #1024 2022-11-23 10:32:27 -05:00
Cory LaViska 200d4385ec update version 2022-11-22 15:23:57 -05:00
Cory LaViska 6c7d7f4b7e revert dist 2022-11-22 13:01:15 -05:00
Cory LaViska c40b3a86a9 add support for extended language codes 2022-11-22 08:55:34 -05:00
Cory LaViska 8b2c090bac fixes #1018 2022-11-21 16:18:44 -05:00
Cory LaViska ade05a6262 Merge branch 'next' of https://github.com/shoelace-style/shoelace into next 2022-11-21 12:41:15 -05:00
Bünyamin Eskiocak a706e69be6
Added stepUp, stepDown and showPicker functions (#1013)
* added stepUp and stepDown to sl-range

* step function & default props tests for sl-range

* stepUp, stepDown & showPicker functions for input

* step functions & default props tests for sl-input

* made name and placeholder default to empty string

* updated changelog

Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
2022-11-21 12:41:09 -05:00
Bünyamin Eskiocak bc6a813c46
Added `formenctype` to `<sl-button>` (#1009)
* added formenctype to sl-button

* updated changelog

Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
2022-11-21 12:37:54 -05:00
Cory LaViska 599373c24a use attr not prop 2022-11-18 10:45:47 -05:00
Cory LaViska daebd08475 add validation states to all form controls; closes #1011 2022-11-18 09:56:05 -05:00
Cory LaViska 23414fe411 fix callout 2022-11-16 14:59:35 -05:00
Cory LaViska c8061fdee9 update deps 2022-11-16 14:57:21 -05:00
Cory LaViska 66012a57c8 remove unused properties; #1007 2022-11-16 10:21:38 -05:00
Cory LaViska d79d7da299 various improvements in forced-colors mode 2022-11-14 16:12:24 -05:00
Cory LaViska 96cac8da85 improve color picker for WHC 2022-11-14 13:00:30 -05:00
Cory LaViska a788e976c9 update docs/changelog 2022-11-14 09:50:35 -05:00
Cory LaViska 9db6f256e5 update icons 2022-11-14 09:11:12 -05:00
Cory LaViska 40cb38e0a0 point module paths to dist; fixes #725 2022-11-10 15:28:08 -05:00
Bünyamin Eskiocak e399bd19a2
updated changelog (#1005) 2022-11-10 12:34:36 -05:00
Cory LaViska f64f144b4b fixes #985 2022-11-10 12:27:03 -05:00
Cory LaViska db1c2ee5cc update changelog 2022-11-10 11:30:51 -05:00
Cory LaViska c6a43ba4c2 remove base from icons 2022-11-10 11:30:42 -05:00
Cory LaViska 2d478c36fa fixes #963 2022-11-09 16:53:53 -05:00
Cory LaViska f140007758 fixes #992 2022-11-09 16:07:34 -05:00
Cory LaViska f03b09a410 fixes #965 2022-11-09 15:27:51 -05:00
Cory LaViska c626706e27 update changelog 2022-11-09 11:54:51 -05:00
Cory LaViska 5eeb98d39d fixes #925 2022-11-09 11:34:50 -05:00
Cory LaViska 5fd682d83a fixes #990 2022-11-09 09:50:58 -05:00
Cory LaViska 49193c972f fixes #999 2022-11-08 12:15:14 -05:00
Cory LaViska c027c0a527 use margin instead of padding 2022-11-07 12:31:13 -05:00
Cory LaViska 8160c33aa4 update deps 2022-11-07 12:06:34 -05:00
Cory LaViska 7d0226e3c4 make sl-show|hide cancelable 2022-11-03 10:33:10 -05:00
Buni48 4e1cf11461
Added turkish, british and austrian translations (#989)
* turkish translation

* austrian translation

* british translations

* updated changelog

* Update src/translations/en-gb.ts

Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
2022-11-02 08:37:22 -05:00
Cory LaViska e29b2f12fb fix typo 2022-10-28 11:16:12 -04:00
Cory LaViska ab754e9409 add transition duration custom prop 2022-10-28 09:57:41 -04:00
Cory LaViska 9a64ea0670 update changelog 2022-10-27 13:00:17 -04:00
Buni48 0ff144a787
Fixed button group inner border disappears (#980)
* fixed button group inner border disappears

* updated changelog

* show border on active
2022-10-27 12:55:20 -04:00
Buni48 5458a0e8f5
Added tests to menu-item & menu-label (#935)
* added tests to menu-item & menu-label

* updated changelog

* aTimeout instead of setTimeout
2022-10-14 08:55:09 -04:00
Buni48 0e67f85995
Fixed applying border radius to card header (#934)
* fixed applying border radius to card header

* updated changelog

Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
2022-10-14 08:36:11 -04:00
Buni48 808003f3df
Added checked state part for radio & radio button (#933)
* added checked state part for radio & radio button

* updated changelog
2022-10-14 08:35:00 -04:00
Cory LaViska c877e16c14 improve badge font size 2022-09-20 10:25:01 -04:00
Cory LaViska acce8eb146 increase badge padding 2022-09-20 10:19:35 -04:00
Cory LaViska 8915282082 update version 2022-09-19 08:46:31 -04:00
Cory LaViska 28003ac430 downgrade Floating UI for perf reasons 2022-09-19 08:39:11 -04:00
Cory LaViska f2dcad82a9 fixes #916 2022-09-19 08:19:04 -04:00
Cory LaViska 69ff4f0bbc refactor emit into ShoelaceElement 2022-09-16 16:21:40 -04:00
Cory LaViska a1c93fd30f fixes #913 2022-09-16 15:27:10 -04:00
Cory LaViska 854e576c2c fixes #912 2022-09-16 15:11:02 -04:00
Cory LaViska cf32064e8c add issue number 2022-09-12 08:53:32 -04:00
Cory LaViska 1f91d4cb79 add missing part 2022-09-12 08:50:16 -04:00
Cory LaViska 39d1bbed2c fixes #905 2022-09-09 09:38:54 -04:00
Cory LaViska e2e152c373 update changelog 2022-09-05 12:56:05 -04:00
Buni48 6c716db037
added expand button part for tree item (#893); fixes #890 2022-09-05 12:52:41 -04:00
Cory LaViska 27868b56e8 fixes #891 2022-09-02 15:19:35 -04:00
Cory LaViska 346f13e5a5 fix arrow placement 2022-09-02 11:28:49 -04:00
Cory LaViska 3a6890af81 fixes #886 2022-08-30 09:17:46 -05:00
Cory LaViska 7cc2c89f92 remove responsive media 2022-08-26 10:43:12 -04:00
Cory LaViska bb55c93b1a upgrade exp components 2022-08-26 10:33:45 -04:00
Cory LaViska a3d00a92a0 fixes #882 2022-08-26 10:28:18 -04:00
Cory LaViska 827c36bb1d update tree; fixes #879 2022-08-26 09:12:51 -04:00
Cory LaViska 4cc5baaa0b fixes #876 2022-08-25 16:24:13 -04:00
Cory LaViska c2bbb0e8a4 fix arrow 2022-08-25 16:09:27 -04:00
Cory LaViska bab5749788 update version 2022-08-25 10:00:03 -04:00
Cory LaViska ee31f3f682 fix disabled tab tabbing 2022-08-25 09:42:55 -04:00
Cory LaViska 105bb08ee1 fixes #872 2022-08-25 09:37:20 -04:00
Cory LaViska ca64d26d77 fixes #871 2022-08-25 09:18:36 -04:00
Cory LaViska dfdd7c75c2 fixes #869 2022-08-25 08:48:23 -04:00
Cory LaViska 098db9c3fa add arrow-placement 2022-08-24 15:06:16 -04:00
Cory LaViska 2696b1a9ec fixes #867 (for real this time) 2022-08-23 10:55:49 -04:00
Cory LaViska 322f23ba56 revert fix 2022-08-23 10:42:16 -04:00
Cory LaViska 326816e7b7 fixes #867 2022-08-23 09:00:03 -04:00
Cory LaViska af9905acff fix flip fallbacks and add example 2022-08-22 17:11:21 -04:00
Cory LaViska 1996037acc update auto-size; fixes #860 2022-08-19 14:21:30 -04:00
Cory LaViska f0a3972ef6 add sync 2022-08-19 09:17:44 -04:00
Cory LaViska c8f42c5bde fixes #862 2022-08-18 08:43:37 -04:00
Cory LaViska 20e9e3c320 tree updates 2022-08-17 16:22:03 -04:00
Cory LaViska 48f864475e fix tree single select behavior 2022-08-17 12:33:33 -04:00
Cory LaViska 32f24a881e make dir/lang reactive everywhere 2022-08-17 11:37:37 -04:00
Cory LaViska 0163edd8a3 improve RTL 2022-08-17 10:48:40 -04:00
Cory LaViska d850b0f507 update changelog 2022-08-17 09:29:15 -04:00
Cory LaViska 87e252940d fixes #858 2022-08-17 08:50:07 -04:00
Cory LaViska 70f59aa4ba add support for external anchors 2022-08-15 16:26:10 -04:00
Cory LaViska 237230961a fixes #854 2022-08-15 12:16:21 -04:00
Cory LaViska b669ab7b74 fixes #855 2022-08-15 11:02:36 -04:00
Cory LaViska 040e8ce5e1 update deps 2022-08-11 09:59:02 -04:00
Cory LaViska c94db27f07 fix rating a11y 2022-08-11 09:17:34 -04:00
Cory LaViska b3b3956ff5 improve spinner a11y 2022-08-10 16:52:39 -04:00
Cory LaViska 6fc71601dd fix attribute 2022-08-10 16:25:27 -04:00
Cory LaViska d0820178c9 remove background on hover 2022-08-10 11:12:07 -04:00
Cory LaViska a8e8325ea7 fix popup 2022-08-10 11:01:13 -04:00
Cory LaViska 308c8228aa fix tooltip 2022-08-09 16:29:55 -04:00
Cory LaViska 8e57d0075c update version 2022-08-09 16:14:25 -04:00
Cory LaViska 1c0ffa7a24 fix changelog 2022-08-09 16:06:28 -04:00
Cory LaViska 014354efde fix typo 2022-08-09 16:01:33 -04:00
Cory LaViska 2093568981 use popup in dropdown 2022-08-09 15:28:01 -04:00
Cory LaViska bcc9081247 update changelog 2022-08-09 10:52:31 -04:00
Cory LaViska 8c667791fa fix menu item alignment 2022-08-08 11:08:13 -04:00
Cory LaViska cea69beca9 update radio group, radio, radio buton 2022-08-03 11:55:24 -04:00
Cory LaViska 36d1e7c52e fixes #845 2022-08-02 08:26:03 -04:00
Andreas 2a1895a125
🔨 fix missing kbd closing tag (#846) 2022-08-02 07:51:00 -04:00
Cory LaViska b2986e89b0 Revert "update changelog"
This reverts commit 8b2ddc984b.
2022-08-01 12:01:30 -04:00
Cory LaViska 2bf68e8a32 revert 2022-08-01 12:00:30 -04:00
Cory LaViska 8b2ddc984b update changelog 2022-08-01 11:41:56 -04:00
Cory LaViska 4dbc3d2c8f Revert "fix checked handling"
This reverts commit 98746c86e4.
2022-08-01 11:25:09 -04:00
Cory LaViska f6fbde3c96 update order 2022-08-01 10:34:50 -04:00
Cory LaViska caf25773f0 Merge branch 'feat/tree-view' of github.com:alenaksu/shoelace into next 2022-08-01 10:21:53 -04:00
Cory LaViska 72fb9c7293 update changelog 2022-08-01 09:25:50 -04:00
Cory LaViska 98746c86e4 fix checked handling 2022-07-29 08:25:36 -04:00
Cory LaViska 1a7fbbfab4 fixes #839 2022-07-27 16:45:39 -04:00
Cory LaViska 47388d4a3f update deps 2022-07-27 16:17:23 -04:00
Cory LaViska ce09869ea2 various updates 2022-07-26 15:53:24 -04:00
Cory LaViska ed76d8aecc update changelog 2022-07-26 08:04:02 -04:00
Cory LaViska 8ee811af58 fixes #837 2022-07-21 15:29:58 -04:00
Cory LaViska f34ffdac55 fix color selection 2022-07-21 10:12:29 -04:00
Cory LaViska d7e7ff6101 fix tooltip hoist position 2022-07-21 10:08:04 -04:00
Cory LaViska 7a77be017e improve menu a11y 2022-07-20 16:53:59 -04:00
Cory LaViska 864d567572 improve tab accessibility 2022-07-20 15:29:19 -04:00
Cory LaViska 673dc29dfe update changelog 2022-07-20 10:46:29 -04:00
Cory LaViska c39c4a9e9f update floating ui to 1.0.0 2022-07-20 08:28:16 -04:00
Cory LaViska b6f25e09d2 fixes #815 2022-07-19 09:34:42 -04:00
Cory LaViska 7e581e6ad7 fix tab divider 2022-07-19 09:05:22 -04:00
Cory LaViska 36fa84e4b0 update changelog 2022-07-19 08:33:39 -04:00
Cory LaViska d9f719196a update bootstrap-icons 2022-07-18 08:18:01 -04:00
Cory LaViska e6838e0a1f update version 2022-07-15 09:59:49 -04:00
Cory LaViska acbee743a0 update deps 2022-07-14 09:11:16 -04:00
Cory LaViska fa179fa30b fixes #824 2022-07-11 09:18:29 -04:00
Cory LaViska 389b78f748 remove :focus-visible shim 2022-07-07 09:43:27 -04:00
Cory LaViska 99368b9fdd fixes #821 2022-07-06 09:48:30 -04:00
Cory LaViska a5a4621e25 update changelog 2022-07-06 08:39:11 -04:00
Cory LaViska 96ab3146be fixes #814 2022-07-05 08:58:11 -04:00
Cory LaViska 3c920cfed2 update text 2022-07-01 20:33:26 -04:00
Oliver Salzburg db7caf1997
docs: Note that releases are not on a schedule (#810) 2022-07-01 20:25:24 -04:00
Cory LaViska 8a8fd7f5a9 break it 2022-06-29 08:10:48 -04:00
Cory LaViska 3b3cb6d61d fixes #786 2022-06-29 08:09:25 -04:00
Cory LaViska d10f628f1d update version 2022-06-28 18:15:18 -04:00
Cory LaViska 615da18dc9 update changelog 2022-06-28 18:08:35 -04:00
Cory LaViska 0d19c46d18 update changelog 2022-06-24 09:09:20 -04:00
Cory LaViska 25c00c80b7 fix label color 2022-06-24 08:46:44 -04:00
Cory LaViska de9da437f1 fix password autocomplete/correct/capitalize 2022-06-24 08:36:51 -04:00
Cory LaViska 153fe15ed3 fix label alignment 2022-06-24 08:22:13 -04:00
Cory LaViska b58374aff1 fixes #798 2022-06-23 16:57:30 -04:00