1791 Commits

Author SHA1 Message Date
Cory LaViska
2a6324f358 update docs 2024-07-29 13:32:14 -04:00
Lindsay M
4f5ac7be61 Merge pull request #2063 from Vivantio/latest-plus-one-select-suffix
Select component: add a suffix to .form-control-input
2024-07-29 12:12:20 -04:00
Cory LaViska
b4fb3c331b prettier 2024-07-29 11:29:21 -04:00
Konnor Rogers
b8cdcd0c55 Fix submenu checkboxes (#2116)
* fix submenu checkboxes not being checkable

* add changelog entry

* prettier

* add changelog entry

---------

Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
2024-07-29 11:21:04 -04:00
Lorenz Kahl
0c8f44cdb0 uses latest React 18 minor versions for code-previews on Codepen (#2125)
Co-authored-by: Lorenz Kahl <lorenz.kahl@tk.de>
2024-07-29 11:19:47 -04:00
Yehuda Ringler
03adb45f4f #2078: Send event if image load fails, update changelog closes (#2123)
* AVATAR-EVENT: Send event if image load fails, update changelog

* AVATAR-EVENT: rename handler method

* AVATAR-EVENT: Add test
2024-07-29 11:07:40 -04:00
Konnor Rogers
1cf340b22e fix scrollbar detection (#2121)
* fix scrollbar detection

* add pull #

* prettier
2024-07-23 12:45:08 -04:00
Konnor Rogers
af3709ed5c run linting (#2104) 2024-07-10 11:29:10 -04:00
Brett Peary
e1bd1fe790 Add astro tutorial (#2098)
* Add astro tutorial

* Added Astro tutorial link to sidebar nav

* Update docs/pages/tutorials/integrating-with-astro.md

Co-authored-by: Konnor Rogers <konnor5456@gmail.com>

* Update docs/pages/tutorials/integrating-with-astro.md

Move import into index

Co-authored-by: Konnor Rogers <konnor5456@gmail.com>

* Update docs/pages/tutorials/integrating-with-astro.md

Remove setBasePath from frontmatter imports

Co-authored-by: Konnor Rogers <konnor5456@gmail.com>

* Update docs/pages/tutorials/integrating-with-astro.md

Add ssr & client scripts section

Co-authored-by: Konnor Rogers <konnor5456@gmail.com>

* Update docs/pages/tutorials/integrating-with-astro.md

add rollup-plugin-copy to npm install command

Co-authored-by: Konnor Rogers <konnor5456@gmail.com>

* Update docs/pages/tutorials/integrating-with-astro.md

Move setBasePath to script tag

Co-authored-by: Konnor Rogers <konnor5456@gmail.com>

* Update docs/pages/tutorials/integrating-with-astro.md

Add explanation for addition of rollup-plugin-copy

Co-authored-by: Konnor Rogers <konnor5456@gmail.com>

* Update docs/pages/tutorials/integrating-with-astro.md

Co-authored-by: Konnor Rogers <konnor5456@gmail.com>

---------

Co-authored-by: Konnor Rogers <konnor5456@gmail.com>
2024-07-10 11:22:44 -04:00
Konnor Rogers
325a9e2c4a add docs for nextjs 14 (#2096)
* add docs for nextjs 14

* prettier
2024-07-10 11:20:37 -04:00
Manuel Correia
0aecf69599 Update nextjs docs (#2080) 2024-06-28 13:54:24 -04:00
Cory LaViska
fae513c3f7 fix relative time in screen readers 2024-06-24 10:07:18 -04:00
Cory LaViska
14d8521558 update changelog 2024-06-21 13:38:24 -04:00
Cory LaViska
e142132b78 Merge branch 'next' of https://github.com/shoelace-style/shoelace into next 2024-06-21 13:36:06 -04:00
Cory LaViska
c64ecef609 update changelog 2024-06-21 13:35:50 -04:00
Konnor Rogers
d7e9d717c2 try registering without anonymous classes first (#2079)
* try registering without anonymous classes first

* Add comment

* Add comment

* Add changelog note

* prettier
2024-06-21 13:32:38 -04:00
Nic Newdigate
dbd4ba835b Select component: add a suffix to .form-control-input 2024-06-11 17:22:14 +01:00
Enrico Gruner
77c482ed16 chore(docs) - reduce build time 2024-06-09 23:53:52 +02:00
Konnor Rogers
f256d7aa8a Implement roving tabindex for tabs (#2041)
* implement roving tabindex tabs

* implement roving tabindex tabs

* prettier

* implement roving tabindex tabs

* prettier

* remove test.only

* remove unncessary syncing

* Fix manual tab activations not working with roving tabindex

* prettier

* remove unnecessary extra code

* update changelog

* update changelog

* prettier
2024-05-30 12:49:13 -04:00
Cory LaViska
975115a923 use a more reliable rtl detection 2024-05-28 15:18:43 -04:00
Cory LaViska
75e20e0672 update version 2024-05-21 08:23:53 -04:00
Uaena_Alex_John
7ece400a30 add specified file hint (#2022)
It's not clear In [Vue Guide](https://shoelace.style/frameworks/vue#installation), the user may not know where to apply the theme and base path set, so I add file hint like [React Guide](https://shoelace.style/frameworks/react#installation)
2024-05-20 10:50:44 -04:00
Konnor Rogers
9767e84d26 fix empty target in radio-group click (#2009)
* fix empty target in radio-group

* Update src/components/radio-group/radio-group.component.ts

Co-authored-by: Cory LaViska <cory@abeautifulsite.net>

* add changelog entry

* prettier

---------

Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
2024-05-10 12:31:00 -04:00
Cory LaViska
8726910160 fixes #1979 (#2008) 2024-05-10 11:13:11 -04:00
Cory LaViska
d478ccb2da fixes #2001 (#2007) 2024-05-10 10:44:02 -04:00
Cory LaViska
d94acc6e06 fixes #2005 (#2006) 2024-05-10 10:16:57 -04:00
Christian Schilling
3ad6364678 Fixed a bug in <sl-textarea> that may throw errors on disconnectedCallback in test environments (#1985) (#1986) 2024-04-22 11:40:54 -04:00
Konnor Rogers
64996b2d35 add changelog entry for button classes (#1976)
* add changelog entry

* prettier
2024-04-12 12:17:37 -04:00
Konnor Rogers
16d5575307 Fix: split panel properly recalculates when going from hidden to shown (#1942)
* fix: split-panel now properly calculates it size when it goes from hidden to being shown.

* chore: add changelog note

* prettier
2024-04-11 14:09:56 -04:00
Konnor Rogers
a427433701 fix: scrollbar gutters and dialog scrolling on open (#1967)
* fix: scrollbar gutters and dialog scrolling on open

* prettier

* fix check for current scrollbarGutter property

* prettier
2024-04-11 13:52:41 -04:00
Danny Andrews
c6da4f5b14 Update docs for customizing button widths (#1973)
Currently, the docs state that you can set a width attribute to
customize the width of buttons, but no such attribute exists. I've
updated the docs to direct people to set a custom width via CSS through
inline styles or a custom class.
2024-04-11 12:32:54 -05:00
Cory LaViska
d0b71adb81 update tooltip styles; fixes #1947 (#1948) 2024-03-28 11:01:21 -04:00
Cory LaViska
537fd87497 update version 2024-03-25 14:04:56 -04:00
Cory LaViska
0e5048989d update changelog 2024-03-25 13:16:15 -04:00
Cory LaViska
0b7e70bccf update changelog 2024-03-25 11:23:37 -04:00
Cory LaViska
f6d5344c44 update changelog 2024-03-25 11:21:32 -04:00
Cory LaViska
2878957ef5 fix clear button clicks (#1911) 2024-03-25 11:16:32 -04:00
Konnor Rogers
cd5a6486da fix(tree) icons rendering as null (#1922)
* fix icons rendering as null

* prettier

* prettier

* Update docs/pages/resources/changelog.md

---------

Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
2024-03-25 11:15:51 -04:00
Cory LaViska
77d6f27248 update changelog 2024-03-25 11:15:03 -04:00
Konnor Rogers
7a62a87b9b apply mutator to spritesheets (#1927)
* apply mutator to spritesheets

* prettier

* Update docs/pages/resources/changelog.md

---------

Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
2024-03-25 11:14:04 -04:00
Cory LaViska
3451ec753c add ks banner 2024-03-22 11:44:22 -04:00
Konnor Rogers
3bc8495874 Fixes scroll lock layout shift (#1895)
* fix scroll lock layout shift

* changelog entry

* changelog entry

* prettier

* add notes about browser support
2024-03-06 09:07:14 -05:00
Cory LaViska
7f87887477 update changelog 2024-02-29 11:33:09 -05:00
Cory LaViska
e2bce65c02 update changelog 2024-02-29 11:17:40 -05:00
Cory LaViska
2128e62109 fix required content color; closes #1882 (#1889) 2024-02-23 11:47:41 -05:00
Cory LaViska
12ce0217e5 update changelog 2024-02-23 11:43:38 -05:00
Cory LaViska
033fec9471 update changelog 2024-02-21 13:29:40 -05:00
Cory LaViska
e1102ba9cf prevent tab group safari twitch; fixes #1839 2024-02-20 14:58:11 -05:00
Cory LaViska
b589938443 fixes #1709 (#1879) 2024-02-20 14:18:05 -05:00
Cory LaViska
e9405d33a8 Fix close behavior when select is in a shadow root; fixes #1859 (#1878)
* fix close behavior when select is in a shadow root

* add pr
2024-02-20 13:55:50 -05:00