Wykres commitów

2053 Commity (a1bc784bc7f6236b2963e68b88b9b5f25b9c5cfa)

Autor SHA1 Wiadomość Data
Cory LaViska e6458c26d6 fixes #727 2022-04-13 09:39:29 -04:00
Cory LaViska 4befbfafc5 improve tooltip a11y; #219 2022-04-13 09:02:23 -04:00
Cory LaViska fc938ea3eb improve form control listeners 2022-04-11 10:36:16 -04:00
Cory LaViska 5e444a4f7c don't skip 2022-04-11 10:23:03 -04:00
Cory LaViska 1250627862 remove fix 2022-04-08 11:03:44 -04:00
Cory LaViska a588bdc7b3 fix examples for codepen 2022-04-08 10:53:00 -04:00
Cory LaViska 44a4d13bad update note 2022-04-08 10:39:27 -04:00
Cory LaViska 7467806969 revert capturing due to inconsistent behavior; #718 2022-04-08 10:25:43 -04:00
Cory LaViska 9f844a8b91 fixes #718 2022-04-08 10:14:59 -04:00
Cory LaViska 83435a47de fixes #726 2022-04-08 08:56:05 -04:00
Cory LaViska 33612590ed fixes #720 2022-04-08 08:52:20 -04:00
James Garbutt 7475e9576c
test: add image-comparer tests (#722) 2022-04-07 07:25:05 -04:00
James Garbutt 56d114f13d
test: add tab tests (#724) 2022-04-07 07:24:59 -04:00
James Garbutt 50f702e9f1
test: add checkbox tests (#723) 2022-04-07 07:24:48 -04:00
Cory LaViska 43a361a52d update changelog 2022-04-06 10:12:06 -04:00
Cory LaViska 85976a1f35 use sendKeys/sendMouse 2022-04-06 09:48:54 -04:00
Cory LaViska 167cc6862a Merge branch '43081j-dropdown-without-menu' into next 2022-04-06 09:14:35 -04:00
Cory LaViska 5ca57e4110 Merge branch 'dropdown-without-menu' of https://github.com/43081j/shoelace into 43081j-dropdown-without-menu 2022-04-06 09:11:22 -04:00
Cory LaViska 988d09ed2a update test runner dep 2022-04-06 09:10:09 -04:00
Cory LaViska bafa5fad54 stahp 2022-04-06 09:09:52 -04:00
43081j a2e816253f fix (dropdown): tolerate dropdowns without menus 2022-04-05 20:08:54 +01:00
Cory LaViska 68603f9aed add enterkeyhint 2022-04-04 09:47:44 -04:00
Cory LaViska 46ac480713 update instructions 2022-03-30 09:13:49 -04:00
Cory LaViska 35cad794e9 update changelog 2022-03-30 09:07:51 -04:00
Cory LaViska ee1a0c2c59 fixes #717 2022-03-30 09:05:19 -04:00
Cory LaViska 6f2ded4ce8 remove unused ts plugin 2022-03-28 09:03:19 -04:00
Cory LaViska 756b86a416 cycle through tabs/menu items 2022-03-24 08:50:44 -04:00
Cory LaViska 4b22fd2095 move to lint config 2022-03-24 08:23:58 -04:00
Cory LaViska 368854ba41 fix test 2022-03-24 08:17:28 -04:00
Cory LaViska af4d25ee37 restore desired commits 2022-03-24 08:11:49 -04:00
Cory LaViska cb460ee7ba test variants 2022-03-24 08:03:14 -04:00
Cory LaViska 300cbd090f revert path aliases 2022-03-24 08:01:09 -04:00
Cory LaViska e32c15204c Revert recent changes 2022-03-24 07:48:03 -04:00
Cory LaViska b8b68af316 update changelog 2022-03-23 17:38:07 -04:00
Cory LaViska 0a5fb5e9e7 refactor radio base class 2022-03-23 17:37:24 -04:00
Cory LaViska 99f475b56f remove comment 2022-03-23 17:37:11 -04:00
Cory LaViska 0b1ff75f1b add tests 2022-03-23 17:37:08 -04:00
Cory LaViska ca653cd245 remove comment 2022-03-23 17:36:48 -04:00
Cory LaViska 84563bdcd4 update docs 2022-03-23 17:35:54 -04:00
Cory LaViska 49215503a6 add custom validity eexamples 2022-03-23 17:35:37 -04:00
Cory LaViska 9a8aafc189 remove tsconfig.prod 2022-03-23 17:35:11 -04:00
Cory LaViska 347808e86c test variants 2022-03-23 09:35:15 -04:00
Cory LaViska f34960d82a revert path aliases since we can't override WTR's TS config 2022-03-23 09:30:39 -04:00
Cory LaViska c6165ee502 pin TS 2022-03-22 11:11:10 -04:00
Cory LaViska f676949460 remove unused import 2022-03-22 11:03:00 -04:00
Cory LaViska 73cfaee5ec fix typo 2022-03-22 10:59:20 -04:00
Cory LaViska a6983d2d99 update styles 2022-03-22 10:56:34 -04:00
Cory LaViska 43e4a5b250 ts fixes 2022-03-22 10:32:39 -04:00
Cory LaViska 7b2c027c26 remove test 2022-03-22 10:32:28 -04:00
Michael Warren e2069889b4
Icon and Icon-button tests (#706)
* initial button tests and setup helpers

* fix as many linting errors as I could

* switch back to regular fixtures

* test(button|button-group|divider|format-bytes) add tests for more components

* add tests for format util components

* finish format-number tests

* remove unnecessary ignore

* test(icon|icon-button) add tests for icon and icon-button

* chore(lint) fix linting issues

* chore(test) fix bad merge unintentional removes

* chore(test) remove unneded time el check

* chore(tests) fix PR comments

* chore(lint) lint rules

* chore(tests) fix missed accidental changes
2022-03-22 10:07:30 -04:00