File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
- [ BREAKING] The ` tsOut ` parameter is replaced by the new ` output ` object with
11
11
` mode: "runtime"|"transform" ` .
12
12
13
+ - [ BREAKING] Runtime mode no longer emits a ` localization.ts ` module. Instead,
14
+ users should always import from the ` lit-localize ` module and use
15
+ ` configureLocalization ` , ` msg ` , and other functions. See the README details of
16
+ this new API.
17
+
13
18
- Add ` transform ` output mode, which emits an entire copy of the program in each
14
19
locale, where all ` msg ` calls have been replaced with the raw translated
15
20
template for that locale.
16
21
17
- - Add ability to generate a ` setLocale ` function by setting
18
- ` output.exportSetLocaleFunction: true ` .
19
-
20
- - Add ability to customize how locale is initialized from the URL through
21
- the ` regexp ` and ` param ` properties of the ` output.setLocaleFromUrl ` object.
22
-
23
22
- Fix incorrect JSON schema error about ` targetLocales ` field not being a
24
23
` string[] ` .
25
24
You can’t perform that action at this time.
0 commit comments