New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@intlify/core-base

Package Overview
Dependencies
Maintainers
2
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intlify/core-base - npm Package Versions

23
18

11.1.1

Diff

kazupon
published 11.1.0 •

kazupon
published 11.0.1 •

kazupon
published 11.0.0 •

Changelog

Source

v11.0.0 (2024-12-24T15:01:00Z)

This changelog is generated by GitHub Releases

<!-- Release notes generated using configuration in .github/release.yml at v11.0.0 -->

What's Changed

Deprecate Legacy API mode

The Legacy API mode was the API mode compatible with v8 for Vue 2. When v9 was released, the Legacy API was provided to smooth the migration from v8 to v9.

Legacy API mode will be deprecated in v11, as previous vue-i18n releases have already provided the following to support migration to Composition API mode

  • Migration from Legacy API mode to Composition API mode, see the docs
  • Composition API usage, see the docs

For compatibility, Legacy API mode still works in v11, but will be removed entirely in v12, so Legacy API mode will not work after that version.

Deprecate Custom Directive v-t

The advantage of v-t was that it could optimize performance using the vue compiler transform and the pre-translation of vue-i18n-extension.

This feature was supported from Vue 2. About details see the blog article

In Vue 3, due to the Composition API, the pre-translation of vue-i18n-extension is now limited only for global scope.

In addition, Vue 3 Virtual DOM optimization has been introduced, and the optimization provided by vue-i18n-extension is no longer very effective. We need to require settings for SSR, the benefits of using v-t have disappeared. And DX of templates using v-t is not good. Custom directives do not work with key completion in editors (e.g. vscode).

For compatibility, v-t mode still works in v11, but will be removed entirely in v12, so v-t will not work after that version.

Drop tc and $tc for Legacy API mode

These APIs had already deprecated in warning about being dropped in v11. docs says

Vue I18n maintenance Status

Vue I18n v8 is no longer supported after 2025. Vue I18n v9 and Vue I18n v10 is in maintenance mode after 2025 July.

With the release of Vue I18n v11, that version will become mainstream.

The maintenance detail status of Vue I18n v9 and Vue I18n v10 is as follows:

<img src="https://raw.githubusercontent.com/intlify/vue-i18n/master/docs/public/lifecycle2025.svg" />

You can check the maintenance status on the docs

❗ Braeking Changes

  • feat!: deprecate Legacy API mode by @kazupon in https://github.com/intlify/vue-i18n/pull/2016
  • breaking: drop $tc and tc by @kazupon in https://github.com/intlify/vue-i18n/pull/2017
  • feat!: deprecate v-t custom directive by @kazupon in https://github.com/intlify/vue-i18n/pull/2045

⚡ Improvement Features

  • fix: tm function should accept DefineLocaleMessage key type by @BobbieGoede in https://github.com/intlify/vue-i18n/pull/2014

🔒 Security Fixes

  • fix: security vulnerability fix porting by @kazupon in https://github.com/intlify/vue-i18n/pull/2034

📝️ Documentations

  • Change config prop for quasar flags by @chrissyast in https://github.com/intlify/vue-i18n/pull/2003
  • docs: Pluralization Page by @Sammuel09 in https://github.com/intlify/vue-i18n/pull/1998
  • docs: fix composition section by @Sammuel09 in https://github.com/intlify/vue-i18n/pull/2008
  • fix(docs): correct output in composition api example by @pejeio in https://github.com/intlify/vue-i18n/pull/2012
  • docs: not use deprecated api by @kazupon in https://github.com/intlify/vue-i18n/pull/2013
  • docs: fix wrong plural example by @kazupon in https://github.com/intlify/vue-i18n/pull/2033
  • docx(pluralization.md): Correct spelling from 'gloal' to 'global' by @PuppyOne in https://github.com/intlify/vue-i18n/pull/2038
  • Fix typo by @shaedrich in https://github.com/intlify/vue-i18n/pull/2040
  • Fix another typo by @shaedrich in https://github.com/intlify/vue-i18n/pull/2041
  • docs: add maintenance status by @kazupon in https://github.com/intlify/vue-i18n/pull/2044

👋 New Contributors

  • @chrissyast made their first contribution in https://github.com/intlify/vue-i18n/pull/2003
  • @Sammuel09 made their first contribution in https://github.com/intlify/vue-i18n/pull/1998
  • @pejeio made their first contribution in https://github.com/intlify/vue-i18n/pull/2012
  • @PuppyOne made their first contribution in https://github.com/intlify/vue-i18n/pull/2038
  • @shaedrich made their first contribution in https://github.com/intlify/vue-i18n/pull/2040

Full Changelog: https://github.com/intlify/vue-i18n/compare/v10.0.4...v11.0.0

kazupon
published 11.0.0-rc.1 •

Changelog

Source

v11.0.0-rc.1 (2024-12-19T00:10:19Z)

This changelog is generated by GitHub Releases

<!-- Release notes generated using configuration in .github/release.yml at v11.0.0-rc.1 -->

What's Changed

💥 Breaking Changes

  • feat!: deprecate v-t custom directive by @kazupon in https://github.com/intlify/vue-i18n/pull/2045

📝️ Documentations

  • docx(pluralization.md): Correct spelling from 'gloal' to 'global' by @PuppyOne in https://github.com/intlify/vue-i18n/pull/2038
  • Fix typo by @shaedrich in https://github.com/intlify/vue-i18n/pull/2040
  • Fix another typo by @shaedrich in https://github.com/intlify/vue-i18n/pull/2041
  • docs: add maintenance status by @kazupon in https://github.com/intlify/vue-i18n/pull/2044

New Contributors

  • @PuppyOne made their first contribution in https://github.com/intlify/vue-i18n/pull/2038
  • @shaedrich made their first contribution in https://github.com/intlify/vue-i18n/pull/2040

Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.0.0-beta.2...v11.0.0-rc.1

kazupon
published 11.0.0-beta.2 •

Changelog

Source

v11.0.0-beta.2 (2024-11-28T07:17:09Z)

This changelog is generated by GitHub Releases

<!-- Release notes generated using configuration in .github/release.yml at v11.0.0-beta.2 -->

What's Changed

🔒 Security Fixes

  • fix: security vulnerability fix porting by @kazupon in https://github.com/intlify/vue-i18n/pull/2034

📝️ Documentations

  • docs: fix wrong plural example by @kazupon in https://github.com/intlify/vue-i18n/pull/2033

Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.0.0-beta.1...v11.0.0-beta.2

kazupon
published 9.14.2 •

kazupon
published 10.0.5 •

kazupon
published 11.0.0-beta.1 •

Changelog

Source

v11.0.0-beta.1 (2024-11-17T14:18:05Z)

This changelog is generated by GitHub Releases

<!-- Release notes generated using configuration in .github/release.yml at v11.0.0-beta.1 -->

What's Changed

💥 Breaking Changes

  • breaking: drop $tc and tc by @kazupon in https://github.com/intlify/vue-i18n/pull/2017

Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.0.0-beta.0...v11.0.0-beta.1

kazupon
published 11.0.0-beta.0 •

Changelog

Source

v11.0.0-beta.0 (2024-11-14T15:42:34Z)

This changelog is generated by GitHub Releases

<!-- Release notes generated using configuration in .github/release.yml at v11.0.0-beta.0 -->

What's Changed

💥 Breaking Changes

  • feat!: deprecate Legacy API mode by @kazupon in https://github.com/intlify/vue-i18n/pull/2016

⚡ Improvement Features

  • fix: tm function should accept DefineLocaleMessage key type by @BobbieGoede in https://github.com/intlify/vue-i18n/pull/2014

📝️ Documentations

  • Change config prop for quasar flags by @chrissyast in https://github.com/intlify/vue-i18n/pull/2003
  • docs: Pluralization Page by @Sammuel09 in https://github.com/intlify/vue-i18n/pull/1998
  • docs: fix composition section by @Sammuel09 in https://github.com/intlify/vue-i18n/pull/2008
  • fix(docs): correct output in composition api example by @pejeio in https://github.com/intlify/vue-i18n/pull/2012
  • docs: not use deprecated api by @kazupon in https://github.com/intlify/vue-i18n/pull/2013

New Contributors

  • @chrissyast made their first contribution in https://github.com/intlify/vue-i18n/pull/2003
  • @Sammuel09 made their first contribution in https://github.com/intlify/vue-i18n/pull/1998
  • @pejeio made their first contribution in https://github.com/intlify/vue-i18n/pull/2012

Full Changelog: https://github.com/intlify/vue-i18n/compare/v10.0.4...v11.0.0-beta.0

23
18
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc