Changelog
24.0.5-next.0
Patch Changes
- Updated dependencies [8b12cc7]
- Updated dependencies [8b12cc7]
- Updated dependencies [8b12cc7]
- Updated dependencies [8b12cc7]
- Updated dependencies [8b12cc7]
- Updated dependencies [8b12cc7]
- @xerius/codey-components@20.0.0-next.0
24.0.4
Patch Changes
- Updated dependencies [b7b8f94]
- @xerius/codey-components@19.1.0
24.0.3
Patch Changes
- Updated dependencies [fa871ef]
- @xerius/codey-components@19.0.0
24.0.2
Patch Changes
- Updated dependencies [ba7ebf4]
- @xerius/codey-components@18.1.0
24.0.1
Patch Changes
- Updated dependencies [08aea05]
- @xerius/codey-components@18.0.0
24.0.0
Major Changes
dca02aa:
Node
: Upgraded fromnode@18.18
tonode@22.14
.To Migrate:
- Update the
node
version in thevolta
configuration in thepackage.json
file. - Update the engine version in the
package.json
file. - Update the node version in any ci/cd pipes that have a fixed version.
- Remove your
node_modules
and run anpm install
. - Ensure all dependencies are compatible with the new node version.
- If your package contains
@tsconfig/node18
dependency, update it to@tsconfig/node22
. Search for string occurence of@tsconfig/node18
in tsconfig files and replace there as well.
- Update the
Minor Changes
- 19bc32f: Updated & applied new tsconfig settings for consistant type checking within the codey repo.
Patch Changes
- Updated dependencies [8ef6426]
- @xerius/codey-components@17.0.0
23.0.1
Patch Changes
- Updated dependencies [f36ec5c]
- @xerius/codey-components@16.0.0
23.0.0
Major Changes
342d45d: Bump of Node engine to >=18.0.0
13a5fc1:
Styling
: RemovedpeerDependency
on@xerius/codey-style
and swapped styling to theme css variables.To migrate:
- Ensure you use
@xerius/codey-tailwind
for styling in your app. - Dependency for this module on
@xerius/codey-style
can be removed.
- Ensure you use
Patch Changes
- Updated dependencies [795d76c]
- @xerius/codey-components@15.0.0
22.0.0
Patch Changes
- Updated dependencies [2f6d2acf7]
- @xerius/codey-style@13.5.0
- @xerius/codey-components@14.1.1
21.0.0
Patch Changes
- Updated dependencies [43e9ce6d1]
- @xerius/codey-components@14.1.0
- @xerius/codey-style@13.4.0
20.0.0
Patch Changes
- Updated dependencies [1c6888af2]
- @xerius/codey-style@13.3.0
- @xerius/codey-components@14.0.6
19.0.0
Patch Changes
- Updated dependencies [dfbf9a639]
- @xerius/codey-style@13.2.0
- @xerius/codey-components@14.0.5
18.0.4
Patch Changes
- Updated dependencies [d12f427]
- @xerius/codey-components@14.0.4
18.0.3
Patch Changes
- Updated dependencies [3a132246f]
- @xerius/codey-components@14.0.3
- @xerius/codey-style@13.1.2
18.0.2
Patch Changes
- Updated dependencies [5fd248dc6]
- @xerius/codey-components@14.0.2
18.0.1
Patch Changes
- Updated dependencies [e6406cc9f]
- @xerius/codey-components@14.0.1
- @xerius/codey-style@13.1.1
18.0.0
Patch Changes
- Updated dependencies [9eb923d7a]
- @xerius/codey-components@14.0.0
- @xerius/codey-style@13.1.0
17.0.1
Patch Changes
- Updated dependencies [d8241f6ee]
- @xerius/codey-components@13.0.1
17.0.0
Patch Changes
- a897a6f7a: Update exports to support TS 5
ModuleResolution: bundler
. - a897a6f7a: Add
ignoreDeprecations
totsconfig.json
to silence warnings of deprecated features used by Vue basetsconfig
. - Updated dependencies [c47bf8dac]
- @xerius/codey-style@13.0.0
- @xerius/codey-components@13.0.0
16.0.0
Major Changes
a22a21c3d: Upgrade to Vue 3
03833e7a3: Pull i18n out of the feedback button component.
Migration:
When i18n is required, you will have to manage this in your own application and overwrite the default slot of the
HcFeedbackButton
component.This makes that:
vue<XerHcFeedbackButton />
becomes:
vue<XerHcFeedbackButton> {{ $t('hc.feedback') }} </XerHcFeedbackButton>
Minor Changes
- 067cf8a86: Use CDN_URL var from codey-internal package instead of variable file
- 03833e7a3: Upgrade to Vue 3 compatibility
- 5075091ed: Move to @xerius/codey-composables from @xerius/codey-utils
Patch Changes
- Updated dependencies [60ae4676d]
- @xerius/codey-components@12.0.0
- @xerius/codey-style@12.0.0
15.0.0
Patch Changes
- Updated dependencies [982c93f0]
- @xerius/codey-style@11.4.0
14.0.0
Patch Changes
- Updated dependencies [31a937ab]
- @xerius/codey-style@11.3.0
13.0.0
Patch Changes
- Updated dependencies [cfd5d031]
- @xerius/codey-style@11.2.0
12.0.0
Patch Changes
- Updated dependencies [d059fd06]
- @xerius/codey-style@11.1.0
11.0.0
Major Changes
- 63cdece0: Reset version to new baseline
Patch Changes
- bf2e4992: Force patch update after changeset config change: updateInternalDependents: always
- 0645aa19: Update package output
- Updated dependencies [baa5c1d1]
- @xerius/codey-utils@11.0.0
- @xerius/codey-style@11.0.0
Previous versions
2.0.0
- Feature: The feedback button now contains the translations built-in
1.4.0
- Feature: adds the option to pass metadata
1.3.1
- Chore: adds minimum node version check (v12+)
1.3.0
- Feature: adds the Vue feedback button component
1.2.0
- Feature: adds typing file
1.1.0
- Feature: adds the option for inline surveys
- Feature: adds the styling for the feedback button
- Feature: the module can now also be used as a script
1.0.0
- Feature: styling and SDK for using the hello customer modal