Wykres commitów

2505 Commity (223ef32b702b87b54c58b836cb8b965f7a765857)

Autor SHA1 Wiadomość Data
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 0b0a571d17 update changelog 2022-11-29 10:01:53 -05:00
Cory LaViska ea9e596279 remove unused attribs 2022-11-29 10:01:25 -05:00
Cory LaViska fe17c8406b add link to BEM post 2022-11-29 09:47:48 -05:00
Cory LaViska e7a4a5135d improve screen reader experience 2022-11-29 09:25:45 -05:00
Cory LaViska ebf12860be update changelog 2022-11-28 16:17:43 -05:00
Bünyamin Eskiocak 4b81778e46
moved changelog entry to correct version (#1033) 2022-11-28 16:14:16 -05:00
Cory LaViska 28a8a90bb1 update docs 2022-11-28 16:13:36 -05:00
Cory LaViska 8dab5a8f04 Merge branch 'next' into cem-better-data 2022-11-28 16:07:29 -05:00
Cory LaViska 4ac9483213 remove unused config 2022-11-28 16:06:35 -05:00
Cory LaViska ae3c0d72c0 update plugin 2022-11-28 16:05:11 -05:00
Cory LaViska 83b73e823d update changelog; #1030 2022-11-28 11:56:13 -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
Cory LaViska 1e39647d7f Merge branch 'next' into cem-better-data 2022-11-28 11:51:20 -05:00
Cory LaViska 4dc92247d5 add usage disclaimer to popup 2022-11-28 09:56:41 -05:00
Cory LaViska 1b6f982d68 fix missing dist 2022-11-28 09:24:27 -05:00
Cory LaViska 81c775ea87 2.0.0-beta.85 2022-11-24 13:39:15 -05:00
Cory LaViska 09f741e930 update changelog 2022-11-24 13:36:21 -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
Cory LaViska bdf890ab0d Merge branch 'next' of https://github.com/shoelace-style/shoelace into next 2022-11-23 10:48:04 -05:00
Cory LaViska 0b7eae0c20 update changelog 2022-11-23 10:48:02 -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 aaa8e4a01b 2.0.0-beta.84 2022-11-22 15:26:00 -05:00
Cory LaViska 200d4385ec update version 2022-11-22 15:23:57 -05:00
Cory LaViska 50d983a1ab move controls and show code when clicking 2022-11-22 15:06:11 -05:00
Cory LaViska 1e6d295746 update form validation docs 2022-11-22 14:18:54 -05:00
Cory LaViska 5d128c154c remove tab reuse logic
This broke recently so might as well remove the extra logic and make launching a bi faster.
2022-11-22 13:22:51 -05:00
Cory LaViska 6c7d7f4b7e revert dist 2022-11-22 13:01:15 -05:00
Cory LaViska 0cc8fdb8f8 add comment 2022-11-22 11:00:36 -05:00
Uilton Oliveira 4f7d915853
Fix mapping in exports (#1020)
* Fix mapping in exports

Fixes #1019
- Add correct mapping for public entrypoints.

* Remove shoelace.js from from exports list

Should still works fine while importing this way: import { thing } from '@shoelace-style/shoelace';
2022-11-22 10:58:07 -05:00
Cory LaViska 61738a3f6a update cem plugin 2022-11-22 09:23:10 -05:00
Cory LaViska 9061c1987a Merge branch 'next' into cem-better-data 2022-11-22 09:01:05 -05:00
Cory LaViska c40b3a86a9 add support for extended language codes 2022-11-22 08:55:34 -05:00
Cory LaViska 8b2c090bac fixes #1018 2022-11-21 16:18:44 -05:00
Bünyamin Eskiocak 8f2a3bd8bd
fixed type validation by changing variant to type (#1017) 2022-11-21 16:06:41 -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
Cory LaViska daebd08475 add validation states to all form controls; closes #1011 2022-11-18 09:56:05 -05:00
Cory LaViska a3f658938d bulletproof part selectors 2022-11-17 09:35:44 -05:00