Vaadin Split Layout Versions Save

The Web Component which allows you to partition a layout into resizeable areas. Part of the Vaadin components.

v4.3.1

2 years ago

Live Demo → API Documentation →

Changes Since v4.3.0:

  • 8408fe9 chore: bump urijs from 1.19.8 to 1.19.9 (#169)

  • b4ff18e fix: cleanup slot attribute on removed nodes (#166)

  • ebf04bb chore: bump urijs from 1.19.7 to 1.19.8 (#168)

  • 18682bf chore: bump follow-redirects from 1.14.7 to 1.14.8 (#167)

  • 4965f04 chore: update dev dependencies to 3.2.0 stable

  • 8792b58 chore: add lockfiles to ensure consistent builds in CI (#165)

  • b3cefac Update README.md

  • dff9c3d chore: move CI builds from travis-ci.org to GitHub actions (#163)

  • 45931e4 chore: disable issues and direct ppl to web-components repo [skip ci] (#162)

  • 1e9f98a chore: add monorepo notice to README [skip ci]

v5.0.0-alpha1

3 years ago

API Documentation →

⚠️ Breaking Changes Since v4.x:

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

Changes Since v4.3.0:

  • 6314660 feat!: convert to Polymer 3, add events type definitions (#157)

v4.3.0

3 years ago

v4.3.0-beta1

3 years ago

v4.3.0-alpha1

4 years ago

Live Demo → API Documentation →

New Features

  • Added TypeScript definitions for Polymer 3 version

Changes Since v4.2.0:

  • 2921654 feat: prepare for TS defs generation (#144)

v4.2.0

4 years ago

Live Demo → API Documentation →

New Features

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

Changes Since v4.2.0-alpha1:

  • 501c7fb feat: bump vaadin-element-mixin version

v4.2.0-alpha1

4 years ago

Live Demo → API Documentation →

Changes Since v4.1.1:

  • b6ae782 Apply RTL logic for resizing (#132)

  • 4c9aebb update to xenial

v4.1.1

4 years ago

Live Demo → API Documentation →

Fixes

  • Split layout no longer throws an error when it has only one child (#128)

  • Excluded unneeded files from the npm package

  • Demo cleanup and minor improvements

Changes Since v4.1.0:

  • 8d962f6 test(visual): rename style module to have correct order

  • a2eb663 fix: do not throw when layout has only one child

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

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

  • c5038e7 test: update browser versions used in tests

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

  • a1205dc style: add semicolons to css in attributes

  • 1fe8b96 Explicitly specify port in 'npm start' script [skip ci]

  • 3f7456c Explicitly specify port in 'npm start' script

  • 8b7ee52 Create ISSUE_TEMPLATE.md

  • 8a4de35 Add title to iframes in demos

  • b6737ba Drop Polymer-specific iron-resizable-behavior demo [skip ci]

  • 1ae65ba Decrease the coverage threshold to 95

  • 39cb2f9 Revert using headless Firefox, only use headless Chrome for now

  • 3a23f82 Add Sauce Labs mention

  • ede98de Added visual tests for Material theme.

  • 6aeea19 Update .gitignore

  • 0cd96ea Use files property of package.json instead of .npmignore [skip ci]

v4.1.0

5 years ago

Live Demo → API Documentation →

New Features

  • Material theme for <vaadin-split-layout>, 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.

Changes Since v4.1.0-beta2:

  • e2ac06a Update theme dependencies to stable versions
  • 381b264 Update vaadin-element-mixin to 2.0.0
  • 984000c Reorganize demos

v4.1.0-beta2

5 years ago

Live Demo → API Documentation →

Changes Since 4.1.0-alpha2:

  • 81e525f Update bower main to inclue MD for modulizer conversion
  • c49c2e9 Update vaadin dependencies
  • ac0e020 Use stable polymer-modulizer (#117)
  • 57abed9 Fix Bower semver ranges (#115)
  • 60c8568 Fixed end of line problem with gulp-html-extract plugin on Windows.