kopia lustrzana https://github.com/shoelace-style/shoelace
Added ./dist/translations directory to exports to allow dynamic importing of directory contents (#2210)
* Added ./dist/translations directory to exports to allow dynamic importing of directory contents * add changelog entry * prettier --------- Co-authored-by: konnorrogers <konnor5456@gmail.com>konnorrogers/add-more-resilient-lazy-loading-to-select
rodzic
8806672459
commit
53aae15d6e
|
@ -15,6 +15,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti
|
|||
## Next
|
||||
|
||||
- Added Finnish translations [#2211]
|
||||
- Fixed a bug with certain bundlers when using dynamic imports [#2210]
|
||||
- Fixed a bug in `<sl-textarea>` causing scroll jumping when using `resize="auto"` [#2182]
|
||||
- Fixed a bug in `<sl-relative-time>` where the title attribute would show with redundant info [#2184]
|
||||
- Fixed a bug in `<sl-select>` that caused multi-selects without placeholders to have the wrong padding [#2194]
|
||||
|
|
|
@ -18,11 +18,15 @@
|
|||
"./dist/custom-elements.json": "./dist/custom-elements.json",
|
||||
"./dist/shoelace.js": "./dist/shoelace.js",
|
||||
"./dist/shoelace-autoloader.js": "./dist/shoelace-autoloader.js",
|
||||
"./dist/themes": "./dist/themes",
|
||||
"./dist/themes/*": "./dist/themes/*",
|
||||
"./dist/components": "./dist/components",
|
||||
"./dist/components/*": "./dist/components/*",
|
||||
"./dist/utilities": "./dist/utilities",
|
||||
"./dist/utilities/*": "./dist/utilities/*",
|
||||
"./dist/react": "./dist/react/index.js",
|
||||
"./dist/react/*": "./dist/react/*",
|
||||
"./dist/translations": "./dist/translations",
|
||||
"./dist/translations/*": "./dist/translations/*"
|
||||
},
|
||||
"files": [
|
||||
|
|
Ładowanie…
Reference in New Issue