Skip to content

Releases: vaadin/vaadin-ordered-layout

v2.0.0-alpha1

05 Feb 07:57
Compare
Choose a tag to compare
v2.0.0-alpha1 Pre-release
Pre-release

API Documentation →

⚠️ 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

20 Aug 12:09
Compare
Choose a tag to compare

v1.4.0-beta1

03 Aug 09:14
Compare
Choose a tag to compare

v1.4.0-alpha1

19 May 07:50
Compare
Choose a tag to compare
v1.4.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

New Features

  • Added TypeScript definitions for Polymer 3 version

Changes Since v1.3.0:

  • c6cff03 chore: do not create TS defs for imports.js

  • e43a632 feat: prepare for TS defs generation (#86)

v1.3.0

30 Apr 07:51
Compare
Choose a tag to compare

Live Demo →
API Documentation →

New Features

  • Added right-to-left (RTL) support.

Changes Since v1.3.0-alpha1:

  • No changes.

v1.2.0

02 Apr 09:53
a9a0963
Compare
Choose a tag to compare

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 the scrollDirection property (or scroll-direction attribute) to vertical, horizontal or none (disable scrolling).

Changes Since v1.1.0:

  • 13d3709 Rename vaadin-scroll-container to vaadin-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 and none 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

19 Mar 13:58
Compare
Choose a tag to compare
v1.3.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v1.2.0-alpha3:

  • b165ba8 Add RTL specific styles (#83)

    Fix #58

    • Update element-mixin dep to 2.3.0
    • Add styles targeting [dir="rtl"]
    • Update visual tests to also use components in RTL

v1.2.0-alpha3

17 Feb 07:34
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.2.0-alpha2:

  • 13d3709 Rename vaadin-scroll-container to vaadin-scroller (#82)

    Closes #81

v1.2.0-alpha2

10 Feb 11:24
Compare
Choose a tag to compare

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 and none 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

07 Feb 07:41
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.1.0:

  • 3aef4b0 Add (#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 [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.