Releases: vaadin/vaadin-progress-bar
v2.0.0-alpha2
⚠️ Breaking Changes Since v1.x:
- The component is updated to be based on Polymer 3
- IE11 and legacy Edge are no longer supported
Changes Since v2.0.0-alpha1:
The experimental lit-element
based implementation has been temporarily reverted and Polymer 3 is used.
This is done in order to make it easier to update Vaadin to new lit-html major release when it is out.
Changes Since v1.3.0:
v1.3.0
v1.3.0-beta1
v1.3.0-alpha1
Live Demo →
API Documentation →
New Features
- Added TypeScript definitions for Polymer 3 version
Changes Since v1.2.0:
v1.2.0
Live Demo →
API Documentation →
New Features
- Added right-to-left (RTL) support.
Changes Since v1.2.0-alpha1:
- d753af5 feat: bump vaadin-element-mixin version
v2.0.0-alpha1
This is a first alpha version of vaadin-progress-bar
built with LitElement.
⚠️ Breaking Changes Since v1.x:
- The component is updated to be based on LitElement
- IE11 is no longer officially supported or tested
v1.2.0-alpha1
Live Demo →
API Documentation →
Changes Since v1.1.2:
v1.1.2
Live Demo →
API Documentation →
Changes Since v1.1.1:
v1.1.1
Live Demo →
API Documentation →
Fixes
- Excluded unneeded files from the npm package
Changes Since v1.1.0:
-
0f2b8f7 chore: remove unused iron-demo-helpers [skip ci]
-
6df150f chore: update vaadin-demo-helpers to 3.0.0 [skip ci]
-
482a3bd chore(ci): pin Firefox version in travis to 66
-
ed9f854 test: update browser versions used in tests
-
54df401 chore: align with skeleton, replace gulp with npm scripts
-
4ae9fd0 Explicitly specify port in 'npm start' script
-
9afb106 Add 'npm start' script
-
ad7b2c2 Revert using headless Firefox, only use headless Chrome for now
-
969e6c6 Add Sauce Labs mention
-
490edd2 Update .gitignore
-
65cab00 Use files property of package.json instead of .npmignore [skip ci]
v1.1.0
Live Demo →
API Documentation →
New Features
- Material theme for
<vaadin-progress-bar>
, see demo.
Polymer 3
- First stable version available also in npm, as Polymer 3 based component. Please upgrade to this version if you are using npm, and remember to update any other Vaadin components you use.