pull/2466/head
Sara 2025-03-17 18:29:03 -04:00
rodzic f689bd00c2
commit b62a235787
3 zmienionych plików z 10 dodań i 3 usunięć

Wyświetl plik

@ -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)

4
package-lock.json wygenerowano
Wyświetl plik

@ -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",

Wyświetl plik

@ -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",