Cory LaViska
|
20e9e3c320
|
tree updates
|
2022-08-17 16:22:03 -04:00 |
|
Cory LaViska
|
48f864475e
|
fix tree single select behavior
|
2022-08-17 12:33:33 -04:00 |
|
Cory LaViska
|
c6d30ae1b5
|
fix example
|
2022-08-16 15:32:14 -04:00 |
|
Cory LaViska
|
23bb45b1b6
|
add react example
|
2022-08-15 16:41:55 -04:00 |
|
Cory LaViska
|
70f59aa4ba
|
add support for external anchors
|
2022-08-15 16:26:10 -04:00 |
|
Cory LaViska
|
b669ab7b74
|
fixes #855
|
2022-08-15 11:02:36 -04:00 |
|
Cory LaViska
|
186f57cdde
|
update docs
|
2022-08-11 09:22:35 -04:00 |
|
Cory LaViska
|
c94db27f07
|
fix rating a11y
|
2022-08-11 09:17:34 -04:00 |
|
Cory LaViska
|
fd3da7e773
|
fix examples
|
2022-08-10 16:24:45 -04:00 |
|
Cory LaViska
|
70700b1ab5
|
fix example
|
2022-08-10 12:54:36 -04:00 |
|
Cory LaViska
|
a8e8325ea7
|
fix popup
|
2022-08-10 11:01:13 -04:00 |
|
Cory LaViska
|
73c8eba269
|
remove padding from example
|
2022-08-09 16:10:09 -04:00 |
|
Cory LaViska
|
bd5ca9034c
|
fix example
|
2022-08-09 15:27:41 -04:00 |
|
Cory LaViska
|
7ae454f8ca
|
add data-current-placement
|
2022-08-09 15:27:34 -04:00 |
|
Cory LaViska
|
cf2915a591
|
add react examples
|
2022-08-09 12:49:01 -04:00 |
|
Cory LaViska
|
9e625752be
|
fix tag
|
2022-08-09 11:19:12 -04:00 |
|
Cory LaViska
|
147d1f048b
|
update examples
|
2022-08-09 11:00:04 -04:00 |
|
Cory LaViska
|
801c4f70ec
|
add examples
|
2022-08-09 10:52:36 -04:00 |
|
Cory LaViska
|
3919ea97e9
|
move it
|
2022-08-09 10:52:25 -04:00 |
|
Cory LaViska
|
d14b9e12ed
|
use popup in tooltip
|
2022-08-08 15:41:19 -04:00 |
|
Cory LaViska
|
bf730f5bd2
|
use display:contents
|
2022-08-08 11:10:53 -04:00 |
|
Cory LaViska
|
1c6cf769d4
|
update example
|
2022-08-08 10:08:53 -04:00 |
|
Cory LaViska
|
2add23d5d2
|
add example template
|
2022-08-05 16:13:24 -04:00 |
|
Cory LaViska
|
26693b2256
|
looking good; needs docs
|
2022-08-05 16:11:39 -04:00 |
|
Cory LaViska
|
f31d13c424
|
add popup
|
2022-08-05 09:17:58 -04:00 |
|
Cory LaViska
|
9b3240a14f
|
update examples
|
2022-08-04 08:23:50 -04:00 |
|
Cory LaViska
|
cea69beca9
|
update radio group, radio, radio buton
|
2022-08-03 11:55:24 -04:00 |
|
Burton Smith
|
fb2d419ab0
|
fix react example
|
2022-08-02 13:20:02 -04:00 |
|
Burton Smith
|
7179b60499
|
update docs
|
2022-08-02 13:16:19 -04:00 |
|
Cory LaViska
|
1f34b63a2e
|
revert radio fixes
|
2022-08-01 12:08:31 -04:00 |
|
Cory LaViska
|
92a73f21eb
|
Merge branch 'fix-radio-a11y' of github.com:break-stuff/shoelace into next
|
2022-08-01 11:28:38 -04:00 |
|
Burton Smith
|
90aac9abe9
|
fix type-o
|
2022-08-01 10:38:58 -04:00 |
|
Burton Smith
|
1cc65b145a
|
fix form validation
|
2022-08-01 10:35:00 -04:00 |
|
Alessandro
|
ed2417d974
|
feat: add customizable icons
* fix a bug focusing collapsed nodes
|
2022-08-01 12:41:36 +00:00 |
|
Burton Smith
|
6446bb1013
|
prevent form submission
|
2022-07-29 12:31:29 -04:00 |
|
Burton Smith
|
2f8852245e
|
update docs to reflect new API
|
2022-07-29 12:20:16 -04:00 |
|
Burton Smith
|
d765cef376
|
move validation logic and value to group level
|
2022-07-28 13:00:43 -04:00 |
|
Cory LaViska
|
ce09869ea2
|
various updates
|
2022-07-26 15:53:24 -04:00 |
|
Cory LaViska
|
33587f51d3
|
Merge branch 'feat/tree-view' of github.com:alenaksu/shoelace into alenaksu-feat/tree-view
|
2022-07-26 08:17:41 -04:00 |
|
Alessandro
|
b4ae6ed1aa
|
chore: update docs
|
2022-07-24 15:12:57 +00:00 |
|
Alessandro
|
b6839254d4
|
feat: add new tree-view component
feat: add indeterminate state
fix: rename item role
fix: aria attributes
fix: restore hover effect
fix: indeterminate state
chore: fix lint issue
fix: address (partially) review comment
fix: minor fix
feat: add keyboard navigation
fix: dependency name
fix: keyboard selection does not update all items
chore: minor changes
chore: remove leftover
chore: update documentation
feat: add lazy loading + several fixes
fix: add aria-busy attribute
fix: improve keyboard navigation and lazy loading
chore: fix linting issue
chore: minor fixes
fix: update component styling and slot
chore: remove exportparts attribute
fix: remove button margin for safari
fix: set correct part name
feat: implement selection modes and fix accessibility issues
chore: fix linting issues
chore: update docs
fix: minor fix
fix: treeitem height style
chore: update documentation
chore: refactor implementation
chore: implement unit tests
chore: update Enter key behavior
chore: update doc
chore: update doc
|
2022-07-23 15:16:17 +00:00 |
|
Cory LaViska
|
8ee811af58
|
fixes #837
|
2022-07-21 15:29:58 -04:00 |
|
Alessandro
|
01c7ca27fe
|
feat(range): add active track offset
|
2022-07-06 09:27:37 +00:00 |
|
Cory LaViska
|
31ae084538
|
fixes #797
|
2022-06-23 16:34:59 -04:00 |
|
Cory LaViska
|
4c3313e275
|
improve badge RTL styles
|
2022-06-07 13:27:42 -04:00 |
|
Cory LaViska
|
e3f691fbda
|
remove variant
|
2022-05-27 14:38:42 -04:00 |
|
Cory LaViska
|
e07058ef5a
|
add tablericons
|
2022-05-25 09:27:20 -04:00 |
|
Cory LaViska
|
7bb6c4f0c1
|
update message
|
2022-05-11 08:27:00 -04:00 |
|
Cory LaViska
|
6c14282223
|
add base path note
|
2022-05-11 08:25:27 -04:00 |
|
modmuss50
|
d55813fffb
|
Fix placeholder capitalisation (#731)
|
2022-04-19 08:55:00 -04:00 |
|