Wykres commitów

3206 Commity (next)

Autor SHA1 Wiadomość Data
Cory LaViska d5eed12177 Fix bug where focusVisible observer wasn't removed from details 2020-08-05 14:54:48 -04:00
Cory LaViska b27fc01118 Fixes #160 2020-08-05 13:56:47 -04:00
Cory LaViska b15a12d4e1 Fix details initial height when open; closes #160 2020-08-05 13:45:39 -04:00
Cory LaViska e5a38c27af Update skeleton example 2020-08-04 15:37:36 -04:00
Cory LaViska 287badc529 Update roadmap 2020-08-04 12:52:39 -04:00
Cory LaViska dfc2990e79 2.0.0-beta.10 2020-08-03 17:08:03 -04:00
Cory LaViska bc154f2506 Add community page 2020-08-03 17:05:47 -04:00
Cory LaViska c77c0716d3 Add button links plugin 2020-08-03 17:05:32 -04:00
Cory LaViska 6a3b2c995d Update docs 2020-08-03 12:54:47 -04:00
Cory LaViska 1e65163983 Move methods 2020-08-03 07:40:53 -04:00
Cory LaViska 9974771185 Fixed bug where tab group wasn't scrollable by mouse 2020-08-03 07:40:02 -04:00
Cory LaViska 41ff07b965 Add header part to details; fixes #150 2020-08-02 06:54:17 -04:00
Chris Haynes b51871aca3
Tab Group - set active tab when element is visible (#154)
Another great catch. Thanks!
2020-08-02 06:49:47 -04:00
Cory LaViska 887bfb258b Merge branch 'lamplightdev-fix/tabgroup-mutation-observer' into next 2020-08-02 06:47:05 -04:00
Chris Haynes 92fdc551d8 Merge branch 'fix/tabgroup-mutation-observer' of https://github.com/lamplightdev/shoelace into fix/tabgroup-mutation-observer
* 'fix/tabgroup-mutation-observer' of https://github.com/lamplightdev/shoelace:
  Fix typo in aria attribute
  Fixes #148 - prevents recursive calls to observer
2020-08-01 22:43:17 +01:00
Chris Haynes d09c4f06a7
Fix typo in aria attribute 2020-08-01 22:40:40 +01:00
Chris Haynes 8f0c1eb339 Fixes #148 - prevents recursive calls to observer
Uses a block list for the attributes that shouldn't trigger the observer. It may be better to use an allow list since the observer is still called unnecessarily for e.g. `style` attribute changes.
2020-08-01 20:34:07 +01:00
Chris Haynes 4789399170 Fixes #148 - prevents recursive calls to observer
Uses a block list for the attributes that shouldn't trigger the observer. It may be better to use an allow list since the observer is still called unnecessarily for e.g. `style` attribute changes.
2020-07-30 22:27:43 +01:00
Cory LaViska c1300ea3d6 Show star count 2020-07-29 10:37:22 -04:00
Cory LaViska 39992b4432 Update readme 2020-07-29 08:11:54 -04:00
Cory LaViska 338a6f7239 Remove npx 2020-07-29 08:09:21 -04:00
Cory LaViska 1cc074f549 Add code completion instructions; fixes #144 2020-07-29 08:05:50 -04:00
Cory LaViska 7b6f59efb6 Add custom-elements.json for vscode 2020-07-29 07:37:32 -04:00
Cory LaViska 354cacfacb Update changelog 2020-07-29 07:17:20 -04:00
Chris Haynes 4e3934eb28
Ensures there are no id clashes (#146)
Ensures there are no id clashes by renaming the internal id property to componentId
2020-07-29 07:15:47 -04:00
Cory LaViska a64f47445a 2.0.0-beta.9 2020-07-28 08:50:52 -04:00
Cory LaViska 24893938ce Update changelog 2020-07-28 08:46:18 -04:00
Cory LaViska 766a1505f7 Update to Stencil 17.1 2020-07-28 08:46:08 -04:00
Cory LaViska f02a09b697 Fix comment 2020-07-28 08:41:55 -04:00
Cory LaViska 919d75c022 First version of skeleton 2020-07-28 08:41:45 -04:00
Cory LaViska 6ad0d676ef Merge branch 'next' into skeleton 2020-07-28 05:58:32 -04:00
Cory LaViska e75ab46665 Remove hidden prop from example 2020-07-28 05:58:11 -04:00
Cory LaViska c32581678a Super early implementation 2020-07-27 16:20:15 -04:00
Cory LaViska 5d9608b6bc Update changelog 2020-07-27 07:50:50 -04:00
Cory LaViska b4dfae2a79 Fix bug where color picker wouldn't parse uppercase values 2020-07-27 07:36:17 -04:00
Cory LaViska 1bfbd665fa Add pulse prop to badge 2020-07-27 07:32:17 -04:00
Cory LaViska 6aa16801bd Update changelog 2020-07-24 17:00:38 -04:00
Cory LaViska dab39c24f9 Update card example 2020-07-24 16:57:54 -04:00
Cory LaViska 96f32122c0 Add icon button 2020-07-24 16:57:38 -04:00
Cory LaViska 79b84cc47e Fix bug where pressing enter on a tag would open the control 2020-07-24 16:57:19 -04:00
Cory LaViska 40976e58fa Update changelog 2020-07-24 15:29:00 -04:00
Cory LaViska bd07f16348 Fix focus bug; move method into correct place 2020-07-24 15:28:14 -04:00
Cory LaViska ab82ceaa2e Fix bash highlighters 2020-07-24 14:15:32 -04:00
Cory LaViska 23d749c1fd Fix comment 2020-07-24 11:06:25 -04:00
Cory LaViska 5083bfff0b Update changelog 2020-07-24 10:44:35 -04:00
Cory LaViska 7bcc9c9886 Update stencil to 1.17 2020-07-24 10:44:11 -04:00
Cory LaViska 127dabc596 Update changelog 2020-07-24 10:42:55 -04:00
Cory LaViska 4ec2a34718 Fix type-to-select behavior; add typeToSelect method to menu 2020-07-24 10:41:52 -04:00
Cory LaViska 46c402c126 Switch to jsdelivr for better performance 2020-07-24 09:41:47 -04:00
Cory LaViska dbbeda9663 Update changelog 2020-07-24 09:34:14 -04:00