Wykres commitów

2235 Commity (40cb38e0a06070a21648849b33a5c44c35ad67eb)

Autor SHA1 Wiadomość Data
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
Buni48 46c225d50f
removed intl safari support notice (#954) 2022-10-14 08:34:11 -04:00
Cory LaViska 0a3656efc5 prettier 2022-10-03 16:19:22 -04:00
Greg Leaver 0aca600063
Fix `<sl-range>` docs to have correct closing tag in examples. (#928)
A couple of the examples had `</sl-input>` instead of `</sl-range>`
2022-10-03 16:15:04 -04:00
Cory LaViska 38f05ff010 ts 2022-09-21 10:30:23 -04:00
Cory LaViska 3d4cbbf6ba fix path 2022-09-21 10:27:37 -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 03fe71353a 2.0.0-beta.83 2022-09-19 08:50:51 -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
ErikOnBike bdf8c4e669
Fix workaround for Safari which still has old property name in sl-progress-ring (#914) 2022-09-16 15:14:38 -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 a7fdb23577 fix tooltip alignmen 2022-09-12 07:51:03 -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
Cory LaViska aae74dbaf7 reorder and update changelog 2022-09-05 12:56:00 -04:00
Buni48 6c716db037
added expand button part for tree item (#893); fixes #890 2022-09-05 12:52:41 -04:00
Cory LaViska 7c0c0fa244 use event phase constants 2022-09-05 12:27:47 -04:00
Jared White ffd32e52ef
Avoid bubbling events for sl-include (#897)
* Avoid bubbling events for sl-include

I ran into an issue where icons inside of an HTML include were dispatching `sl-load` events, which was causing my `sl-include` event handler to run multiple times. By adding these guards, we ensure only events immediately dispatched by the element itself will be handled.

* Use the correct event variable
2022-09-05 12:23:47 -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 69547d4800 remove unused styles 2022-08-31 16:19:42 -05:00
Patrick McElhaney 9fc4185f87
Better descriptions for checkbox attributes (#894)
The description for the checkbox's value attribute is currently "the checkbox's value attribute." I think we can do better than that, especially considering anyone who hasn't worked with old-school HTML forms that POST to the URL in the `action` attribute is unlikely to know why a checkbox has a value and that value is not boolean. 

While I was here I improved a couple of other descriptions. If there's an interest, I can expand this PR to update all of the properties in all controls where the description is tautological.
2022-08-31 16:14:34 -05:00
Justin Fagnani 08b5da7c56
Change LitElement and site to Lit and lit.dev (#889) 2022-08-30 23:28:45 -05:00
Cory LaViska 05e026876a fix transition in Firefox 2022-08-30 17:51:51 -05:00
Cory LaViska 8d0d0ac4e0 forEach 2022-08-30 16:59:40 -05:00
Cory LaViska 972d629883 remove 404 from search 2022-08-30 16:59:24 -05:00
Cory LaViska ce12020fca remove clearable 2022-08-30 16:09:49 -05:00
Cory LaViska 29b149cd26 fix sidebar buttons 2022-08-30 16:08:51 -05:00
Cory LaViska 7de37b9315 remove date 2022-08-30 16:08:40 -05:00
Cory LaViska 237cda3b63 fixes #884 2022-08-30 11:56:34 -05:00
Cory LaViska 51c4abb72b remove log 2022-08-30 11:49:17 -05: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
Christian Oliff 5eccce625a
Update node.js.yml (#883) 2022-08-26 09:46:35 -04:00
Cory LaViska 0c3a25d2ad prettier 2022-08-26 09:21:02 -04:00
Rich Klein d225aaa2ff
Update Laravel integration guide to reflect v9.1 (#865)
Laravel 9.1 now uses Vite as the default bundler instead of webpack.
2022-08-26 09:18:28 -04:00
Christian Oliff c6b7c24ed7
Update .editorconfig (#880) 2022-08-26 09:16:57 -04:00
Cory LaViska 827c36bb1d update tree; fixes #879 2022-08-26 09:12:51 -04:00
Cory LaViska d9f48a5f2a update examples 2022-08-26 09:11:09 -04:00
Cory LaViska ccbdc6c014 fix docs 2022-08-25 17:36:06 -04:00