Skip to content

Commit cdc3739

Browse files
Version Packages
1 parent 9d939c1 commit cdc3739

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/sharp-months-brush.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/vintl-nuxt/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @vintl/nuxt
22

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- 9d939c1: Switched to using module ID markers
8+
9+
Previously VIntl for Nuxt kept track of files that were used as locale messages and matched module IDs based on them. This, however, was very unreliable in certain environments.
10+
11+
With this change VIntl for Nuxt now uses ‘markers’, URL parameters added to the end of imported module IDs. This allows it to very quickly test whether a specific module is imported through a message file and should be processed by the VIntl unplugin.
12+
313
## 1.7.1
414

515
### Patch Changes

packages/vintl-nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vintl/nuxt",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "Nuxt Module for VIntl integration",
55
"keywords": [
66
"i18n",

0 commit comments

Comments
 (0)