diff --git a/CHANGELOG.md b/CHANGELOG.md index 78dadee..9fb1400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,48 @@ # Changelog +## 1.1.0 + +###    Features + +- Add rehype-raw to parse html  -  by **TinsFox** [(b6d0c)](https://github.com/TinsFox/vite-boilerplate/commit/b6d0c8d) +- Simplify environment variable injection  -  by **TinsFox** [(8b9ff)](https://github.com/TinsFox/vite-boilerplate/commit/8b9ffa0) +- Table data  -  by **TinsFox** [(f9eb5)](https://github.com/TinsFox/vite-boilerplate/commit/f9eb573) +- Adjust the layout  -  by **TinsFox** [(9b560)](https://github.com/TinsFox/vite-boilerplate/commit/9b56021) +- Add view user sheet  -  by **TinsFox** [(4afeb)](https://github.com/TinsFox/vite-boilerplate/commit/4afeb8f) +- Hide pagination when no data  -  by **TinsFox** [(7911c)](https://github.com/TinsFox/vite-boilerplate/commit/7911c33) +- Update user api  -  by **TinsFox** [(c06ff)](https://github.com/TinsFox/vite-boilerplate/commit/c06ff83) +- Use shadcn sidebar component  -  by **TinsFox** in https://github.com/TinsFox/vite-boilerplate/issues/14 [(7f1f7)](https://github.com/TinsFox/vite-boilerplate/commit/7f1f70e) +- Add document icon  -  by **TinsFox** [(479be)](https://github.com/TinsFox/vite-boilerplate/commit/479be5a) +- I18n text  -  by **TinsFox** [(826cb)](https://github.com/TinsFox/vite-boilerplate/commit/826cbee) +- Nav user  -  by **TinsFox** [(36a77)](https://github.com/TinsFox/vite-boilerplate/commit/36a77ae) +- Layout header  -  by **TinsFox** [(6787a)](https://github.com/TinsFox/vite-boilerplate/commit/6787adf) +- Fetch nav menu data  -  by **TinsFox** [(b1be7)](https://github.com/TinsFox/vite-boilerplate/commit/b1be784) +- Table loading state  -  by **TinsFox** [(1a57a)](https://github.com/TinsFox/vite-boilerplate/commit/1a57a44) +- Sidebar state  -  by **TinsFox** [(c259d)](https://github.com/TinsFox/vite-boilerplate/commit/c259d57) +- Feedback url  -  by **TinsFox** [(e8f5d)](https://github.com/TinsFox/vite-boilerplate/commit/e8f5d69) +- External link  -  by **TinsFox** [(cc0f2)](https://github.com/TinsFox/vite-boilerplate/commit/cc0f238) +- Document icon  -  by **TinsFox** [(3bf04)](https://github.com/TinsFox/vite-boilerplate/commit/3bf044b) +- Pro table  -  by **TinsFox** in https://github.com/TinsFox/vite-boilerplate/issues/15 [(7c138)](https://github.com/TinsFox/vite-boilerplate/commit/7c13833) + +###    Bug Fixes + +- Fixed home page not scrolling  -  by **TinsFox** [(e72d7)](https://github.com/TinsFox/vite-boilerplate/commit/e72d719) +- Fix search command navigation  -  by **akazwz** [(6a051)](https://github.com/TinsFox/vite-boilerplate/commit/6a0513c) +- Doc link  -  by **Loogeek** [(09e46)](https://github.com/TinsFox/vite-boilerplate/commit/09e46de) +- Home page nav wrap  -  by **TinsFox** [(0ddf2)](https://github.com/TinsFox/vite-boilerplate/commit/0ddf282) +- Use vite load env  -  by **Daniel** [(4aa38)](https://github.com/TinsFox/vite-boilerplate/commit/4aa380c) +- Headers cannot be set  -  by **Daniel** and **TinsFox** in https://github.com/TinsFox/vite-boilerplate/issues/12 [(16b80)](https://github.com/TinsFox/vite-boilerplate/commit/16b804e) +- Make main area scrollable  -  by **TinsFox** [(780e0)](https://github.com/TinsFox/vite-boilerplate/commit/780e0bc) +- Update import statement for LanguageSwitch component  -  by **TinsFox** [(eb17a)](https://github.com/TinsFox/vite-boilerplate/commit/eb17ad7) +- Fix vitest config  -  by **TinsFox** [(7b1b4)](https://github.com/TinsFox/vite-boilerplate/commit/7b1b466) +- 401 redirect exception  -  by **TinsFox** [(3cbb4)](https://github.com/TinsFox/vite-boilerplate/commit/3cbb4b3) +- Fix duplicate dependency issues  -  by **TinsFox** [(6cd2c)](https://github.com/TinsFox/vite-boilerplate/commit/6cd2c27) +- Update button size  -  by **TinsFox** [(6f689)](https://github.com/TinsFox/vite-boilerplate/commit/6f6899f) +- Vitepress build  -  by **TinsFox** [(4c976)](https://github.com/TinsFox/vite-boilerplate/commit/4c97674) +- **eslint**: Restrict react-refresh rule to pages directory only  -  by **TinsFox** [(c2406)](https://github.com/TinsFox/vite-boilerplate/commit/c240686) + +#####     [View changes on GitHub](https://github.com/TinsFox/vite-boilerplate/compare/v1.0.0...1.1.0) + ## 1.0.0 ###    Features diff --git a/package.json b/package.json index dd16f52..b36f72a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shadcnui-boilerplate", "type": "module", - "version": "1.0.0", + "version": "1.1.0", "private": true, "packageManager": "pnpm@9.12.3", "homepage": "https://github.com/TinsFox/shadcnui-boilerplate",