Releases: vaadin/vaadin-ordered-layout
v2.0.0-alpha1
⚠️ 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 v1.4.0:
v1.4.0
v1.4.0-beta1
v1.4.0-alpha1
Live Demo →
API Documentation →
New Features
- Added TypeScript definitions for Polymer 3 version
Changes Since v1.3.0:
v1.3.0
Live Demo →
API Documentation →
New Features
- Added right-to-left (RTL) support.
Changes Since v1.3.0-alpha1:
- No changes.
v1.2.0
Live Demo →
API Documentation →
New Features
New component <vaadin-scroller>
-
Simple slotted component that will display scrollbars when its content is overflowing and can be used in existing layouts.
-
By default scroll bars appear automatically on either direction (
overflow: auto
) but this behaviour can be configured by setting thescrollDirection
property (orscroll-direction
attribute) tovertical
,horizontal
ornone
(disable scrolling).
Changes Since v1.1.0:
-
13d3709 Rename
vaadin-scroll-container
tovaadin-scroller
(#82)Closes #81
-
cb6ad07 Re-implement scroll-container using scroll-direction attribute (#79)
Based on API feedback it was decided to have a single attribute with
horizontal
,vertical
andnone
as possible values.Absence of
scroll-direction
attribute defaults to having both directions -
38ebeba chore: add explicit sinonjs dependency with alternative repo (#80)
Repository github.com/blittle/sinon.js was deleted
And bower install fails
Workaround for Polymer/tools#3488
While Polymer/tools#3489 isn't merged and released -
3aef4b0 Add
<vaadin-scroll-container>
(#78)• Simple slotted component that will display scrollbars when its content is overflowing and can be used in existing layouts.
• Scroll should be auto by default and can be disabled on a specific direction
Closes #77
-
9f842fa update to xenial
-
3bbcca4 chore: update
vaadin-demo-helpers
to 3.0.0 -
d5cd318 chore(ci): pin Firefox version in travis to 66
-
8168d23 test: update browser versions used in tests
Related to:
https://github.com/vaadin/components-team-tasks/issues/450
vaadin/vaadin-element-skeleton#204 -
a6e2a94 chore: align with skeleton, replace gulp with npm scripts
-
ffb4fa2 Create ISSUE_TEMPLATE.md
-
1414b39 Explicitly specify port in 'npm start' script
-
3680891 Add 'npm start' script
-
2e80abe Revert using headless Firefox, only use headless Chrome for now
-
d91a27a Add Sauce Labs mention
-
42c1c81 Update .gitignore
-
9dc88fe Use files property of package.json instead of .npmignore
-
c9a0c52 Added visual tests for Material theme.
v1.3.0-alpha1
Live Demo →
API Documentation →
Changes Since v1.2.0-alpha3:
v1.2.0-alpha3
Live Demo →
API Documentation →
Changes Since v1.2.0-alpha2:
v1.2.0-alpha2
Live Demo →
API Documentation →
Changes Since v1.2.0-alpha1:
-
cb6ad07 Re-implement scroll-container using scroll-direction attribute (#79)
Based on API feedback it was decided to have a single attribute with
horizontal
,vertical
andnone
as possible values.Absence of
scroll-direction
attribute defaults to having both directions -
38ebeba chore: add explicit sinonjs dependency with alternative repo (#80)
Repository github.com/blittle/sinon.js was deleted
And bower install fails
Workaround for Polymer/tools#3488
While Polymer/tools#3489 isn't merged and released
v1.2.0-alpha1
Live Demo →
API Documentation →
Changes Since v1.1.0:
-
• Simple slotted component that will display scrollbars when its content is overflowing and can be used in existing layouts.
• Scroll should be auto by default and can be disabled on a specific direction
Closes #77
-
9f842fa update to xenial
-
3bbcca4 chore: update vaadin-demo-helpers to 3.0.0 [skip ci]
-
d5cd318 chore(ci): pin Firefox version in travis to 66
-
8168d23 test: update browser versions used in tests
Related to:
vaadin/components-team-tasks#450
vaadin/vaadin-element-skeleton#204 -
a6e2a94 chore: align with skeleton, replace gulp with npm scripts
-
ffb4fa2 Create ISSUE_TEMPLATE.md
-
1414b39 Explicitly specify port in 'npm start' script
-
3680891 Add 'npm start' script
-
2e80abe Revert using headless Firefox, only use headless Chrome for now
-
d91a27a Add Sauce Labs mention
-
42c1c81 Update .gitignore
-
9dc88fe Use files property of package.json instead of .npmignore [skip ci]
-
c9a0c52 Added visual tests for Material theme.