Skip to content

Releases: vaadin/vaadin-item

v3.0.0

03 Feb 13:22
Compare
Choose a tag to compare

API Documentation →

⚠️ Breaking Changes Since v2.x:

  • The component is updated to be based on Polymer 3
  • IE11 and legacy Edge are no longer supported

Changes Since v3.0.0-alpha1:

  • 62998f3 test: bump test-runner, improve coverage (#59)

v3.0.0-alpha1

07 Dec 09:18
Compare
Choose a tag to compare
v3.0.0-alpha1 Pre-release
Pre-release

API Documentation →

⚠️ Breaking Changes Since v2.x:

  • The component is updated to be based on Polymer 3
  • IE11 and legacy Edge are no longer supported

Changes Since v2.3.0:

v2.3.0

20 Aug 11:13
Compare
Choose a tag to compare

v2.3.0-beta1

03 Aug 08:38
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.3.0-alpha1:

  • 15dc4b6 chore: fix running CRON tests in SauceLabs

v2.3.0-alpha1

06 May 06:38
Compare
Choose a tag to compare
v2.3.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

New Features

  • Added TypeScript definitions for Polymer 3 version

Changes Since v2.2.0:

  • 462ffa0 feat: prepare for TS defs generation (#54)

v2.2.0

30 Apr 07:09
Compare
Choose a tag to compare

Live Demo →
API Documentation →

New Features

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

Changes Since v2.2.0-alpha1:

  • No changes.

v2.2.0-alpha1

24 Jan 11:07
Compare
Choose a tag to compare
v2.2.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v2.1.1:

v2.1.1

17 Jun 08:13
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • API documentation and demo improvements

  • Excluded unneeded files from the npm package

Changes Since v2.1.0:

  • cccb2f9 docs(api): move value JSDoc annotation to item [skip ci] (#49)

  • 6b845a1 docs: add when-defined to demo snippet [skip ci]

  • b701ee3 chore: update vaadin-demo-helpers to 3.0.0 [skip ci]

  • e18790f chore(ci): pin Firefox version in travis to 66

  • b74c6d6 test: update browser versions used in tests

  • ec05cd1 chore: align with skeleton, replace gulp with npm scripts

  • 09fcd29 Explicitly specify port in 'npm start' script

  • c73b454 Fix github and npm badges [skip ci]

  • c4a2f78 Add 'npm start' script

  • 8b23428 chore: vaadin-dropdown-menu -> vaadin-select

  • 3649d13 Align demo to other components [skip ci]

  • 8f51d42 Revert using headless Firefox, only use headless Chrome for now

  • 4e1702d Add Sauce Labs mention

  • 4c99e1e Update .gitignore

  • 019c6ff Use files property of package.json instead of .npmignore [skip ci]

  • 7318b31 Added visual tests for Material theme.

v2.1.0

20 Aug 07:24
Compare
Choose a tag to compare

Live Demo →
API Documentation →

New Features

  • Material theme for <vaadin-item>, see demo for dropdown-menu as an integration example.

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.

Changes Since v2.1.0-beta2:

  • 765f238 Update theme dependencies to stable versions
  • 3c95696 Do not activate item if keydown event was prevented

v2.1.0-beta2

27 Jul 15:46
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since 2.1.0-alpha2:

  • 4004fb0 Update bower main to inclue MD for modulizer conversion
  • 311fd17 Update vaadin-development-mode-detector dependency
  • 44afb17 Use stable polymer-modulizer (#38)
  • 323fac4 Fix bower semver ranges (#37)
  • 61b3316 Fixed end of line problem with gulp-html-extract plugin on Windows.