Wykres commitów

3133 Commity (konnorrogers/fix-animated-image-docs)

Autor SHA1 Wiadomość Data
Cory LaViska 9391ea876a Fix examples 2020-08-10 07:50:16 -04:00
Cory LaViska 2d23bda88b Add shields 2020-08-10 07:34:16 -04:00
Cory LaViska 9e3198c38a Revert examples 2020-08-08 16:17:22 -04:00
Cory LaViska 56b669da0d Update changelog 2020-08-08 16:11:41 -04:00
Cory LaViska 0a436cb76c Update changelog 2020-08-08 16:10:01 -04:00
Cory LaViska 6c16eb9a11 Add slActivate/slDeactivate events to menu item 2020-08-08 15:45:32 -04:00
Cory LaViska be44db8e35 Move scrollIntoView logic from menu to dropdown 2020-08-08 15:26:21 -04:00
Cory LaViska 251e3059a0 Move scrolling from menu to dropdown panel 2020-08-08 15:00:12 -04:00
Cory LaViska d70908ef8d Fix button group tooltips in Safari 2020-08-07 16:43:40 -04:00
Cory LaViska f5fcfb2faf Fix whitespace in example 2020-08-07 16:31:47 -04:00
Cory LaViska bc5ea9cf00 Fix link button type bug 2020-08-07 16:18:15 -04:00
Cory LaViska e619963356 2.0.0-beta.12 2020-08-07 16:03:18 -04:00
Cory LaViska 12581ca76b Add support for link buttons; closes #165 2020-08-07 15:42:55 -04:00
Cory LaViska 883d6974e9 Add kbd styles 2020-08-07 15:39:39 -04:00
Cory LaViska 92e3cd46c5 Make sidebar spacing more consistent 2020-08-07 08:37:46 -04:00
Cory LaViska 31caeb7bed Add CSS var + CSS part section 2020-08-07 07:44:00 -04:00
Cory LaViska e96705a6ae Fix typo 2020-08-06 13:59:31 -04:00
Cory LaViska 407f66dc2b Update changelog 2020-08-06 12:30:19 -04:00
Nathan Berks 592977b7b8
Update index.ts component export ref (#163)
Co-authored-by: nathanb21 <nathan.berks@nanoporetech.com>
2020-08-06 12:25:44 -04:00
Cory LaViska 68f08b04bb Fix button width in Safari 2020-08-06 12:13:11 -04:00
Cory LaViska a62370d590 2.0.0-beta.11 2020-08-06 09:17:35 -04:00
Cory LaViska 7574c0e840 Remove console.log 2020-08-06 09:13:45 -04:00
Cory LaViska 3a508ac1e2 Update changelog 2020-08-06 09:09:56 -04:00
Cory LaViska 2b2a37bc3f Add button group component 2020-08-06 09:07:24 -04:00
Cory LaViska 767decf6c6 Fix icon button alignment 2020-08-06 09:05:50 -04:00
Cory LaViska 80fa1cea83 Use disconnectedCallback instead of componentDidUnload; fixes #161 2020-08-06 06:56:29 -04:00
Nathan Berks 60befc34d3
Fixes #158 - Add missing unobserve on unload of sl-details component (#159)
* Fix missing unobserve on unload

Co-authored-by: Nathan Berks <nathan.berks@nanoporetech.com>
2020-08-06 06:49:49 -04:00
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