Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Latest commit

 

History

History
110 lines (58 loc) · 4.14 KB

CHANGELOG.md

File metadata and controls

110 lines (58 loc) · 4.14 KB

Changelog

Last Changes

v3.0.1

  • #37: remove CSS transform after animation, to improve text rendering quality. Remove some obsolete markup

v3.0.0

  • #35: fixed checkFocus in ie when root element receives focus
  • #33: documentation: fixed README example for navigation.parameterValue

v3.0.0-beta.0

  • #34: transformed into plain widget
    • BREAKING CHANGE: see ticket for details

v2.0.0

v2.0.0-rc.1

  • #31: fixed package description
  • #32: fixed z-index values

v2.0.0-rc.0

  • #29: renamed repository to match artifact name
  • #26: documentation: fixed Markdown syntax

v2.0.0-alpha.0

  • #25: upgraded to LaxarJS v2
    • BREAKING CHANGE: see ticket for details
  • #24: fixed opening and closing in quick succession
  • #23: fixed css classes not being changed

v1.4.0

  • #22: added possibility to open without animations
    • NEW FEATURE: see ticket for details

v1.3.0

  • #21: added optional close action

v1.2.0

  • #20: added backdrop close feature
  • #19: implemented alternative background scrolling prevention
  • #17: prevent that an element in the background can get the focus by tabbing

v1.1.0

  • #18: added feature for log tag to set while layer is open
    • NEW FEATURE: see ticket for details

v1.0.0

  • #16: by default, scroll to top when opened
    • BREAKING CHANGE: see ticket for details

v1.0.0-alpha.2

  • #15: fixed details layer in ie11

v1.0.0-alpha.1

v1.0.0-alpha.0

  • #14: added travis CI
  • #13: fixed close animation appearance
  • #10: allow to reflect and control visibility state in URL
  • #12: fixed jumping of background page when layer opens
  • #7: fixed CSS class names and copyright holder
    • BREAKING CHANGE: see ticket for details
  • #8: iOS: prevent background scrolling on mobile safari

v0.5.0

  • #6: theming: added possibility to animate backdrop

v0.4.0

  • #5: descriptor: added page inspection metadata
  • #4: animation: fixed transition of scale+translate in webkit

v0.3.0

  • #3: animation: improved the transitions of the layer

v0.2.0

  • #1: visibility: correctly implemented visibility pattern
  • #2: simplified scrolling prevention