Skip to content

Commit

Permalink
chore(all): prepare release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Aug 10, 2019
1 parent a6a8353 commit d5d8c02
Show file tree
Hide file tree
Showing 9 changed files with 2,916 additions and 112 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ import {
BindingEngine,
CompositionEngine,
ViewCompiler
} from 'https://unpkg.com/aurelia-script@1.4.0/dist/aurelia.esm.min.js';
} from 'https://unpkg.com/aurelia-script@1.5.2/dist/aurelia.esm.min.js';
```

## Online Playground with Single file script
Expand Down Expand Up @@ -140,4 +140,4 @@ import {
* `rollup.config.js` is rollup config for running `npm run bundle` and `npm run build` scripts

### Notes:
`aurelia-script` uses new ECMAScript feature: dynamic import via `import()` API. If your target browser does not support such API, `aurelia-script` won't be able to run. Browser support matrix is at https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#Browser_compatibility (check for Dynamic import)
`aurelia-script` uses new ECMAScript feature: dynamic import via `import()` API. If your target browser does not support such API, `aurelia-script` won't be able to run. Browser support matrix is at https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#Browser_compatibility (check for Dynamic import)
Loading

0 comments on commit d5d8c02

Please sign in to comment.