Skip to content

Releases: adfinis/ember-uikit

v7.0.0

28 Mar 15:56
Compare
Choose a tag to compare

7.0.0 (2023-03-28)

Bug Fixes

  • modal: remove non existant cls-panel option (#1014) (d3252e5)

chore

  • deps: update dependencies (8df899f)

Features

  • added danger color to uk-button (00159e9)

BREAKING CHANGES

  • deps: Remove support for deprecated Ember LTS 3.24.

v6.1.1

02 Nov 19:00
Compare
Choose a tag to compare

6.1.1 (2022-11-02)

Bug Fixes

  • color: fix default colors for uk-toggle-switch and uk-label (b3c4c33)

v6.1.0

13 Sep 12:13
Compare
Choose a tag to compare

6.1.0 (2022-09-13)

Bug Fixes

  • modifiers: ensure modifier compatibility with the new modifier API (54aaed0)

Features

  • modal: convert modal logic to modifier (84f83cd)

v6.0.0

29 Aug 15:01
Compare
Choose a tag to compare

6.0.0 (2022-08-29)

chore

  • deps: update ember to v4.6.0 (7b0ffa3)

Features

  • modifiers: add modifier for uk-tooltip (f6d3cac)

BREAKING CHANGES

  • deps: Drop support for node v12.

v5.1.3

06 May 11:35
Compare
Choose a tag to compare

5.1.3 (2022-05-06)

Bug Fixes

  • engine: add engine compatibility for the global container (a3562b0)

Reverts

  • Revert "fix(confirm): add modal service with configuration options" (d151396)

v5.1.2

03 May 08:07
Compare
Choose a tag to compare

5.1.2 (2022-05-03)

Bug Fixes

  • blueprint: fix blueprint (91ed54a)
  • confirm: add modal service with configuration options (76ed01b)

v5.1.1

22 Mar 09:03
Compare
Choose a tag to compare

5.1.1 (2022-03-22)

Bug Fixes

  • embroider: add missing dependency to @ember/string (e58cbe5)

v5.1.0

08 Mar 15:51
Compare
Choose a tag to compare

5.1.0 (2022-03-08)

Features

  • utilities: add confirm utility (5a97683)

v5.0.0

04 Feb 10:12
Compare
Choose a tag to compare

5.0.0 (2022-02-04)

Bug Fixes

  • badge: add missing attributes (f0db119)
  • config: remove usage of ember-get-config (fcddb14)
  • linked-item: fix order of dynamic segments (c917428)
  • linked-item: handle rootURLs and hash locations (0ffe74f)
  • linked-items: add href to linked tab and subnav items (5340369)
  • linked-items: don't transition to index route (8461794)
  • linked-items: use named dynamic segments (1d7a8db)
  • notification: fix notification options if app doesn't configure anything (2bd9f42)

Features

  • linked-item: add option to link to index route of passed href (450e24f)
  • linked-item: support engines using ember-engines-router-service (ab39acf)
  • linked-item: yield active state of item component (b28d06a)
  • refactor all component to ember v4 (1f1307c)

BREAKING CHANGES

  • This version drops support for Ember < v3.24 and requires ember-auto-import v2. Please check the migration guide for further instructions.

v5.0.0-beta.11

02 Feb 10:10
Compare
Choose a tag to compare
v5.0.0-beta.11 Pre-release
Pre-release

5.0.0-beta.11 (2022-02-02)

Features

  • linked-item: add option to link to index route of passed href (450e24f)