diff --git a/packages/_vue3-migration-test/CHANGELOG.md b/packages/_vue3-migration-test/CHANGELOG.md index 8ed2aadd1a..539c8424c0 100644 --- a/packages/_vue3-migration-test/CHANGELOG.md +++ b/packages/_vue3-migration-test/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-alpha.23](https://github.com/empathyco/x/compare/vue3-migration-test@1.0.0-alpha.22...vue3-migration-test@1.0.0-alpha.23) (2024-06-04) + + +### Features + +* add BaseEventsModal to the playground ([3e437c5](https://github.com/empathyco/x/commit/3e437c56d4e3f314b373b486e8926c4f4b028fc6)) + + + +## [1.0.0-alpha.22](https://github.com/empathyco/x/compare/vue3-migration-test@1.0.0-alpha.21...vue3-migration-test@1.0.0-alpha.22) (2024-06-04) + + +### Features + +* **base-id-modal:** migrate to composition API (#1500) ([6274c67](https://github.com/empathyco/x/commit/6274c676946536c9c1c4e54205ebda18c79b8f55)) + + + ## [1.0.0-alpha.21](https://github.com/empathyco/x/compare/vue3-migration-test@1.0.0-alpha.20...vue3-migration-test@1.0.0-alpha.21) (2024-05-31) diff --git a/packages/_vue3-migration-test/package.json b/packages/_vue3-migration-test/package.json index 2a272ddf24..93bd22ba7c 100644 --- a/packages/_vue3-migration-test/package.json +++ b/packages/_vue3-migration-test/package.json @@ -1,7 +1,7 @@ { "name": "vue3-migration-test", "private": "true", - "version": "1.0.0-alpha.21", + "version": "1.0.0-alpha.23", "scripts": { "dev": "vite", "preview": "vite preview", diff --git a/packages/_vue3-migration-test/src/components/index.ts b/packages/_vue3-migration-test/src/components/index.ts index 0210867c1e..45c4690d74 100644 --- a/packages/_vue3-migration-test/src/components/index.ts +++ b/packages/_vue3-migration-test/src/components/index.ts @@ -12,3 +12,5 @@ export { default as TestHighlight } from './test-highlight.vue'; export { default as TestBaseResultImages } from './result/test-base-result-images.vue'; export { default as TestBasePanel } from './panels/test-base-panel.vue'; export { default as TestBaseKeyboardNavigation } from './test-base-keyboard-navigation.vue'; +export { default as TestBaseEventsModal } from './modals/test-base-events-modal.vue'; +export { default as TestBaseIdModal } from './modals/test-base-id-modal.vue'; diff --git a/packages/_vue3-migration-test/src/components/modals/test-base-events-modal.vue b/packages/_vue3-migration-test/src/components/modals/test-base-events-modal.vue new file mode 100644 index 0000000000..935e5363a2 --- /dev/null +++ b/packages/_vue3-migration-test/src/components/modals/test-base-events-modal.vue @@ -0,0 +1,43 @@ + + + + + diff --git a/packages/_vue3-migration-test/src/components/modals/test-base-id-modal.vue b/packages/_vue3-migration-test/src/components/modals/test-base-id-modal.vue new file mode 100644 index 0000000000..8819f09120 --- /dev/null +++ b/packages/_vue3-migration-test/src/components/modals/test-base-id-modal.vue @@ -0,0 +1,33 @@ + + + + + diff --git a/packages/_vue3-migration-test/src/router.ts b/packages/_vue3-migration-test/src/router.ts index 4617d5f5fa..d46cede8e1 100644 --- a/packages/_vue3-migration-test/src/router.ts +++ b/packages/_vue3-migration-test/src/router.ts @@ -27,6 +27,8 @@ import { TestBaseResultImages, TestBasePanel, TestBaseKeyboardNavigation, + TestBaseEventsModal, + TestBaseIdModal, TestQuerySuggestions } from './'; @@ -166,6 +168,16 @@ const routes = [ name: 'TestBaseKeyboardNavigation', component: TestBaseKeyboardNavigation }, + { + path: '/base-events-modal', + name: 'BaseEventsModal', + component: TestBaseEventsModal + }, + { + path: '/test-base-id-modal', + name: 'TestBaseIdModal', + component: TestBaseIdModal + }, { path: '/query-suggestions', name: 'QuerySuggestions', diff --git a/packages/x-components/CHANGELOG.md b/packages/x-components/CHANGELOG.md index c9027b2e2e..c8e419e3e0 100644 --- a/packages/x-components/CHANGELOG.md +++ b/packages/x-components/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0-alpha.31](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.30...@empathyco/x-components@5.0.0-alpha.31) (2024-06-04) + + +### Features + +* migrate BaseEventsModal to composition API ([7ef04b6](https://github.com/empathyco/x/commit/7ef04b65bcef2eb9b9dc5bc107bc02823831d444)) + + + +## [5.0.0-alpha.30](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.29...@empathyco/x-components@5.0.0-alpha.30) (2024-06-04) + + +### Features + +* **base-id-modal:** migrate to composition API (#1500) ([6274c67](https://github.com/empathyco/x/commit/6274c676946536c9c1c4e54205ebda18c79b8f55)) + + + ## [5.0.0-alpha.29](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.28...@empathyco/x-components@5.0.0-alpha.29) (2024-05-31) diff --git a/packages/x-components/package.json b/packages/x-components/package.json index db9a4826da..7b91ed06bc 100644 --- a/packages/x-components/package.json +++ b/packages/x-components/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-components", - "version": "5.0.0-alpha.29", + "version": "5.0.0-alpha.31", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", diff --git a/packages/x-components/src/components/layouts/fixed-header-and-asides-layout.vue b/packages/x-components/src/components/layouts/fixed-header-and-asides-layout.vue index 4aed8568ef..a6c20def62 100644 --- a/packages/x-components/src/components/layouts/fixed-header-and-asides-layout.vue +++ b/packages/x-components/src/components/layouts/fixed-header-and-asides-layout.vue @@ -88,8 +88,8 @@ diff --git a/packages/x-components/src/components/modals/base-id-modal.vue b/packages/x-components/src/components/modals/base-id-modal.vue index 7224bdb5b6..4525b49d41 100644 --- a/packages/x-components/src/components/modals/base-id-modal.vue +++ b/packages/x-components/src/components/modals/base-id-modal.vue @@ -1,21 +1,23 @@