Skip to content

Commit

Permalink
4.0.0-pre.1 with [WIP] Issue #63 Use wc-putty, i18n-behavior@4.0.0-pr…
Browse files Browse the repository at this point in the history
…e.2, i18n-format@4.0.0-pre.9, and i18n-number@4.0.0-pre.4
  • Loading branch information
t2ym committed Mar 4, 2019
1 parent f556ab2 commit 0bb6db2
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 340 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -27,5 +27,6 @@ script:
- #wct --npm --module-resolution node --root . --config-file test/non-safari9-wct.conf.js --skip-plugin istanbul test/lit-bundled-index.html
- #for target in lit src3 preprocess3; do { export COVERAGE_DIR=test/coverage-report-${target} && wct --npm --module-resolution node --root . --config-file wct.conf.js test/${target}-index.html; } done
- #for target in lit-bundled bundled; do { wct --npm --module-resolution node --skip-plugin istanbul --root . --config-file wct.conf.js test/${target}-index.html; } done
- wct --npm --plugin random-output test/no-bundled-index.html
- #wct --npm --plugin random-output test/no-bundled-index.html
- wct --npm --plugin random-output test/lit-index.html
- 'if [ "${TRAVIS_BRANCH}" != "" ]; then lcov-result-merger ''test/coverage-report*/lcov.info'' | ./node_modules/coveralls/bin/coveralls.js || echo success; fi'
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## [Unreleased]
### Added

### Changed
- Depend on `i18n-behavior@4.0.0-pre.1`

### Removed
- Safari 9 support

## [3.0.0] 2019-2-24
### Added
- Support `lit-html` I18N
Expand Down
2 changes: 1 addition & 1 deletion i18n.js
Expand Up @@ -5,7 +5,7 @@ Copyright (c) 2018, Tetsuya Mori <t2y3141592@gmail.com>. All rights reserved.

import {html as litHtml, render, svg} from 'lit-html/lit-html.js';
import { _I18nBehavior, I18nControllerBehavior } from 'i18n-behavior/i18n-behavior.js';
import { polyfill } from './polyfill.js';
import { polyfill } from 'wc-putty/polyfill.js';

const isEdge = navigator.userAgent.indexOf(' Edge/') >= 0;

Expand Down
43 changes: 22 additions & 21 deletions package-lock.json

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

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

0 comments on commit 0bb6db2

Please sign in to comment.