Skip to content

Releases: adfinis/ember-uikit

v3.0.2

24 Mar 13:24
Compare
Choose a tag to compare

3.0.2 (2021-03-24)

Bug Fixes

  • modal: use the container param as query string if passed as such (4ca5b59)

v3.0.1

24 Mar 07:51
Compare
Choose a tag to compare

3.0.1 (2021-03-24)

Bug Fixes

  • use prepare instead of postinstall lifecycle (fbf1102)

v3.0.0

23 Mar 16:55
Compare
Choose a tag to compare

3.0.0 (2021-03-23)

  • chore(ember)!: remove support for ember LTS 3.16 (0f652ac)

BREAKING CHANGES

  • This removes guaranteed support for ember LTS version
    3.16 since it's not active anymore and adds testing with the active LTS 3.24.

v2.2.2

20 Nov 08:29
Compare
Choose a tag to compare

2.2.2 (2020-11-20)

Bug Fixes

  • modal: fix scrolling to top when modal exists (5291beb)

v2.2.1

20 Nov 08:07
Compare
Choose a tag to compare

2.2.1 (2020-11-20)

Bug Fixes

  • remove deprecated usage of private helper and use ember-cli-uglify (#562) (bba51c6)

v2.2.0

12 Oct 08:53
Compare
Choose a tag to compare

2.2.0 (2020-10-12)

Features

v2.1.2

25 Mar 08:37
Compare
Choose a tag to compare

2.1.2 (2020-03-25)

Bug Fixes

  • modal: fix initial focus of modal focus trap (f57381d)

v2.1.1

24 Mar 15:33
Compare
Choose a tag to compare

2.1.1 (2020-03-24)

Bug Fixes

  • deps: move focus-trap to dependencies (636a681)
  • deps: update ember to 3.16.5 (02b5d65)

v2.1.0

24 Mar 12:41
Compare
Choose a tag to compare

2.1.0 (2020-03-19)

Bug Fixes

  • modal: ignore bubbling events (fe6b593)

Features

  • modal: trap focus in opened modal (0393967)

v2.0.1

04 Dec 09:54
Compare
Choose a tag to compare

2.0.1 (2019-12-04)

Bug Fixes

  • modal: fix modal event handling and tests (#311) (c7f8156)