Wykres commitów

1214 Commity (6284ed034713261a90635249eed237f2ed1602a3)

Autor SHA1 Wiadomość Data
Cory LaViska 1ff05c4b3d fixes #1061 2022-12-08 14:42:04 -05:00
Cory LaViska 066abe4e52 wait longer 2022-12-08 11:16:08 -05:00
Cory LaViska e9134ddcf6 fixes #1051 2022-12-08 10:54:05 -05:00
Cory LaViska 0237851aa1 fix failing test 2022-12-08 09:01:33 -05:00
Cory LaViska b1e48406f3 #1053 2022-12-08 08:51:03 -05:00
Cory LaViska 4ca51cf11e cleanup 2022-12-07 17:43:48 -05:00
Cory LaViska c6df057e15 fixes #917 2022-12-07 17:40:46 -05:00
Cory LaViska 936ec5a23a fix focus visible 2022-12-06 15:32:06 -05:00
Cory LaViska d291506284 update docs 2022-12-06 14:12:36 -05:00
Cory LaViska 3877351fdc fix wrong values for buttons in form submission 2022-12-06 14:04:34 -05:00
Cory LaViska 7885572ebd jsdoc exported functions 2022-12-06 11:48:57 -05:00
Cory LaViska 2ee926023c fix translate arg 2022-12-06 11:41:51 -05:00
Cory LaViska 69e557cd8c convert to static method 2022-12-06 11:37:44 -05:00
Cory LaViska f2efa73e20 improve documentation 2022-12-06 11:18:14 -05:00
Cory LaViska a0f83c3b2b fix border radius bug 2022-12-05 09:38:42 -05:00
Cory LaViska 80a16ee42a remove slot wrappers 2022-12-02 17:03:59 -05:00
Cory LaViska 31b05fedd3 fix mislabeled slot 2022-12-01 16:39:39 -05:00
Cory LaViska c62ee3e207 refactor icon animation 2022-12-01 16:02:36 -05:00
Cory LaViska c6a044416a remove transform from animations 2022-12-01 15:38:59 -05:00
Cory LaViska d2f1b50ad0 fix tree item bug 2022-12-01 15:29:46 -05:00
Cory LaViska 1f1bae77dd don't use transform 2022-12-01 15:28:02 -05:00
Cory LaViska 829e22dc1e stop using transform 2022-12-01 15:26:46 -05:00
Cory LaViska 8b28ee818f improve custom icons 2022-12-01 15:25:09 -05:00
Cory LaViska fb0adb9ccb fix description 2022-12-01 13:28:04 -05:00
Cory LaViska efea514f5a add summary-icon slot + example; #1046 2022-12-01 13:23:09 -05:00
Cory LaViska fda9bd52a3 move up 2022-11-30 15:45:21 -05:00
Cory LaViska 01f8ce6b03 fix typo 2022-11-30 15:43:43 -05:00
Cory LaViska e10651565f fix typos 2022-11-30 15:43:36 -05:00
Bünyamin Eskiocak 35aa56d334
Added title attribute (#1043)
* added title attribute

Fixes #1042

* added tests for title

* also some other tests

* clarify why title was added
2022-11-30 15:42:56 -05:00
Tao Cumplido 31e1f2fc59
fix sl-selection-change event not emitted when all items are deselected (#1038)
also added more tests
2022-11-30 08:18:56 -05:00
Cory LaViska ee30f7a10b fix indicator animation bug 2022-11-29 16:06:52 -05:00
Cory LaViska a50909d474 fixes #1037 2022-11-29 15:52:13 -05:00
Cory LaViska 63115d51e5 fixes #1036 2022-11-29 14:47:23 -05:00
Cory LaViska 026036a14b fix border when hovering over icon; #1035 2022-11-29 14:22:50 -05:00
Cory LaViska 22e09a778b update test to account for removed attrs 2022-11-29 11:30:11 -05:00
Cory LaViska 488088d5f0 add header-actions slot 2022-11-29 11:17:15 -05:00
Cory LaViska 0c18880e5c replace icon x => x-lg 2022-11-29 11:03:58 -05:00
Cory LaViska ea9e596279 remove unused attribs 2022-11-29 10:01:25 -05:00
Cory LaViska e7a4a5135d improve screen reader experience 2022-11-29 09:25:45 -05:00
Tao Cumplido da6ae608f1
only emit a tree's selection change event when the selection has actually changed (#1030) 2022-11-28 11:55:12 -05:00
Tao Cumplido 602a863d89
fix isTreeItem method when called with non-element nodes (#1026) 2022-11-24 13:33:33 -05:00
Cory LaViska 3dd19a7f62 fixes #1024 2022-11-24 13:29:34 -05:00
Tao Cumplido f3e273744a
don't treat lazy tree items as leaf nodes (#1023) 2022-11-23 10:46:25 -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 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