From dafb10b1cec08503cfead4820d04242298b36786 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Sun, 7 Mar 2021 08:54:30 -0500 Subject: [PATCH] update changelog --- docs/getting-started/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started/changelog.md b/docs/getting-started/changelog.md index 153be7db2..769cdb991 100644 --- a/docs/getting-started/changelog.md +++ b/docs/getting-started/changelog.md @@ -13,6 +13,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - 🚨 BREAKING: removed the `symbol` prop from `sl-rating` and reverted to `getSymbol` for optimal flexibility - Added `vscode.html-custom-data.json` to the build to support IntelliSense (see [the usage section](/getting-started/usage#code-completion) for details) - Added a style to prevent FOUC before components are defined +- Fixed bug where TypeScript types weren't being generated [#364](https://github.com/shoelace-style/shoelace/pull/364) - Moved chunk files into a separate folder - Updated esbuild to 0.8.54