pull/1186/head
Cory LaViska 2023-02-03 14:36:17 -05:00
rodzic 3596c8144d
commit 6bb508ef14
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -136,7 +136,7 @@ export default {
// components/button/button.js
//
const terms = [
{ from: /^src\//, to: 'dist/' }, // Strip the src/ prefix
{ from: /^src\//, to: '' }, // Strip the src/ prefix
{ from: /\.(t|j)sx?$/, to: '.js' } // Convert .ts to .js
];

Wyświetl plik

@ -12,7 +12,6 @@ New versions of Shoelace are released as-needed and generally occur when a criti
- Fixed a bug that prevented `web-types.json` from being generated [#1154](https://github.com/shoelace-style/shoelace/discussions/1154)
- Fixed a bug in `<sl-color-picker>` that prevented `sl-change` and `sl-input` from emitting when using the eye dropper [#1157](https://github.com/shoelace-style/shoelace/issues/1157)
- Fixed a bug in `<sl-dropdown>` that prevented keyboard users from selecting menu items when using the keyboard [#1165](https://github.com/shoelace-style/shoelace/issues/1165)
- Fixed a bug in Shoelace's CEM Analyzer plugin that caused it to generate the wrong path for component modules [#1166](https://github.com/shoelace-style/shoelace/issues/1166)
## 2.0.0