Skip to content

Commit

Permalink
4.0.0-pre.10 with Issue #63 Use i18n-behavior@4.0.0-pre.12
Browse files Browse the repository at this point in the history
  • Loading branch information
t2ym committed Mar 15, 2019
1 parent a976519 commit 2df3239
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Expand Up @@ -2,19 +2,19 @@

## [Unreleased]
### Added
- i18n-core.js for preprocessed sources
- demo/gulpfile.js to convert `import {} from "i18n-element/i18n.js"` to `import {} from "i18n-element/i18n-core.js"`
- `i18n-core.js` for preprocessed sources
- `demo/gulpfile.js` to convert `import {} from "i18n-element/i18n.js"` to `import {} from "i18n-element/i18n-core.js"`
- Use the flag `const useI18nCoreJs = true;` to enable the conversion
- Use wc-putty/polyfill.js
- Use `wc-putty/polyfill.js`

### Changed
- Depend on `i18n-behavior@4.0.0-pre.10`
- Depend on `i18n-behavior@4.0.0-pre.12`
- Import `i18n-behavior/i18n-controller.js`, which is independent of Polymer library
- Import `i18n-behavior/i18n-controller-core.js` for preprocessed sources

### Removed
- Mandatory dependency on Polymer library
- Polymer elements npm packages must depend on Polymer library by themselves to import i18n-element.js
- Polymer elements npm packages must depend on Polymer library by themselves to import `i18n-element.js`
- Safari 9 support
- polyfill.js

Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/t2ym/i18n-element#readme",
"name": "i18n-element",
"version": "4.0.0-pre.9",
"version": "4.0.0-pre.10",
"main": "i18n.js",
"directories": {
"test": "test"
Expand Down Expand Up @@ -128,7 +128,7 @@
"type-detect": "1.0.0"
},
"dependencies": {
"i18n-behavior": "^4.0.0-pre.10",
"i18n-behavior": "^4.0.0-pre.12",
"lit-html": "^1.0.0",
"wc-putty": "^0.1.0"
}
Expand Down

0 comments on commit 2df3239

Please sign in to comment.