Skip to content

Commit

Permalink
Update router to 1.0.0 stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Aug 7, 2018
1 parent d222e3f commit 5a3bf12
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@
# Polymer 3 Webpack Starter

This is an example project demonstrating how you can build a frontend part of the JavaScript
application using [Vaadin components](https://vaadin.com/components) and [Vaadin.Router](https://github.com/vaadin/vaadin-router) library, and leverage the benefits of the modern tools.
application using [Vaadin components](https://vaadin.com/components) and [Vaadin Router](https://github.com/vaadin/vaadin-router) library, and leverage the benefits of the modern tools.

The application uses ES modules for development, and [Webpack](https://webpack.js.org) as
a module bundler. The optimizations like code splitting, minifying JavaScript and HTML
(inside of the template string literals) are used to reduce production bundle size.

Note: the `Vaadin.Router` is a Release Candidate and the API is not expected to change,
but we appreciate any feedback. The ES modules versions of Vaadin components, built
using Polymer 3, are currently in beta. Stay tuned!
Note: the ES modules versions of Vaadin components, built using Polymer 3, are currently in beta. Stay tuned!

## Install dependencies

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@polymer/iron-form": "^3.0.0-pre.21",
"@polymer/iron-icon": "^3.0.0-pre.21",
"@polymer/polymer": "^3.0.5",
"@vaadin/router": "^1.0.0-rc.0",
"@vaadin/router": "^1.0.0",
"@vaadin/vaadin-button": "^2.1.0-beta2",
"@vaadin/vaadin-checkbox": "^2.2.0-beta2",
"@vaadin/vaadin-combo-box": "^4.1.0-beta2",
Expand Down

0 comments on commit 5a3bf12

Please sign in to comment.