kopia lustrzana https://github.com/shoelace-style/shoelace
Bump to 2.4.0
rodzic
f689bd00c2
commit
b62a235787
|
@ -5,6 +5,13 @@ meta:
|
|||
|
||||
# Changelog
|
||||
|
||||
## 2.4.0
|
||||
|
||||
- Add `percentage` type to `sl-input` to make it easier to add a `%` suffix for inputs rendered with `ts_form_for`
|
||||
- Add documentation for `UI::Drawer::Component` to the Drawer component docs
|
||||
- Fix small UI bug for Drawer component close icon
|
||||
- Move `sl-icon-button` styles from the overrides stylesheet into the `sl-dialog` and `sl-drawer` stylesheets
|
||||
|
||||
## 2.3.2
|
||||
|
||||
- Dependency update (Figma Code Connect to 1.3.1)
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@teamshares/shoelace",
|
||||
"version": "2.3.2",
|
||||
"version": "2.4.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@teamshares/shoelace",
|
||||
"version": "2.3.2",
|
||||
"version": "2.4.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ctrl/tinycolor": "^4.0.2",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@teamshares/shoelace",
|
||||
"description": "The Teamshares flavor of a forward-thinking library of web components.",
|
||||
"version": "2.3.2",
|
||||
"version": "2.4.0",
|
||||
"upstreamVersion": "2.14.0",
|
||||
"homepage": "https://github.com/teamshares/shoelace",
|
||||
"author": "Cory LaViska",
|
||||
|
|
Ładowanie…
Reference in New Issue