diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ebb7451..b207281e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,40 @@ # Changelog +## v1.2.0-beta.4 + +[compare changes](https://github.com/NativeMindBrowser/NativeMindExtension/compare/v1.2.0-beta.3...v1.2.0-beta.4) + +### 🚀 Enhancements + +- **style:** Update ModelSelector container position ([1ddfcba](https://github.com/NativeMindBrowser/NativeMindExtension/commit/1ddfcba)) + +### ❤️ Contributors + +- Tony Hu ([@tonyhu-012](http://github.com/tonyhu-012)) + +## v1.2.0-beta.3 + +[compare changes](https://github.com/NativeMindBrowser/NativeMindExtension/compare/v1.2.0-beta.2...v1.2.0-beta.3) + +### 🩹 Fixes + +- Implement URL validation and timeout handling for url like chrome webstore ([8e4726a](https://github.com/NativeMindBrowser/NativeMindExtension/commit/8e4726a)) +- Adjust textarea height handling and update tab selection order ([441d2d0](https://github.com/NativeMindBrowser/NativeMindExtension/commit/441d2d0)) + +### 💅 Refactors + +- **auto-imports:** Disable auto imports ([8bb6192](https://github.com/NativeMindBrowser/NativeMindExtension/commit/8bb6192)) +- **lint:** Update eslint rules ([eda482f](https://github.com/NativeMindBrowser/NativeMindExtension/commit/eda482f)) + +### ❤️ Contributors + +- Tony Hu ([@tonyhu-012](http://github.com/tonyhu-012)) + +## v1.2.0-beta.2 + +[compare changes](https://github.com/NativeMindBrowser/NativeMindExtension/compare/v1.2.0-beta.1...v1.2.0-beta.2) + ## v1.2.0-beta.1 diff --git a/app.config.ts b/app.config.ts index 59e7213d..f93afc06 100644 --- a/app.config.ts +++ b/app.config.ts @@ -1,4 +1,4 @@ -import { defineAppConfig } from '#imports' +import { defineAppConfig } from 'wxt/utils/define-app-config' // Define types for your config declare module 'wxt/utils/define-app-config' { diff --git a/components/AutoExpandTextArea.vue b/components/AutoExpandTextArea.vue index f3fc4d7f..c6739383 100644 --- a/components/AutoExpandTextArea.vue +++ b/components/AutoExpandTextArea.vue @@ -7,8 +7,10 @@ @input="onInput" /> + diff --git a/components/Checkbox.vue b/components/Checkbox.vue index 9400323f..970d95c1 100644 --- a/components/Checkbox.vue +++ b/components/Checkbox.vue @@ -9,6 +9,7 @@ > + + + +