Skip to content

Latest commit

 

History

History
598 lines (333 loc) · 22.6 KB

CHANGELOG.md

File metadata and controls

598 lines (333 loc) · 22.6 KB

9.0.0 (2023-10-03)

chore

  • deps: update dependencies (67131b4)

Features

  • linked-item: add current when argument for tab and subnav items (b4557b0)

BREAKING CHANGES

  • deps: Removed support for Node.js v14.

8.0.0 (2023-05-01)

Bug Fixes

  • modal: make sure modal container is the same as UIkit container (12caffe)

chore

  • deps: update dependencies (01d44b0)

BREAKING CHANGES

  • deps: Remove support for Ember.js v3.

7.0.3 (2023-04-18)

Bug Fixes

  • build: generate app tree before merging (dddec06), closes #1048

7.0.2 (2023-04-17)

Bug Fixes

  • build: make sure to call the super functions on treeFor methods (015ce0b)

7.0.1 (2023-03-31)

Bug Fixes

  • build: fix disabling icons in combination with whitelist (4b2406c), closes #664
  • build: make sure coverage plugin is only loaded in addon tests (3b294eb)
  • make sure needed dependencies are installed in the host app (ce5c0dc), closes #963

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.

6.1.1 (2022-11-02)

Bug Fixes

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

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)

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.

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)

5.1.2 (2022-05-03)

Bug Fixes

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

5.1.1 (2022-03-22)

Bug Fixes

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

5.1.0 (2022-03-08)

Features

  • utilities: add confirm utility (5a97683)

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.

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

Features

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

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

Bug Fixes

  • linked-items: don't transition to index route (8461794)

5.0.0-beta.9 (2022-01-31)

Bug Fixes

  • linked-item: fix order of dynamic segments (c917428)

5.0.0-beta.8 (2022-01-31)

Bug Fixes

  • linked-items: use named dynamic segments (1d7a8db)

5.0.0-beta.7 (2022-01-25)

Bug Fixes

  • linked-item: handle rootURLs and hash locations (0ffe74f)

5.0.0-beta.6 (2022-01-25)

Features

  • linked-item: support engines using ember-engines-router-service (ab39acf)

5.0.0-beta.5 (2022-01-24)

Features

  • linked-item: yield active state of item component (b28d06a)

5.0.0-beta.4 (2022-01-24)

Bug Fixes

  • linked-items: add href to linked tab and subnav items (5340369)

5.0.0-beta.3 (2022-01-20)

Bug Fixes

  • badge: add missing attributes (f0db119)

5.0.0-beta.2 (2022-01-20)

Bug Fixes

  • notification: fix notification options if app doesn't configure anything (2bd9f42)

5.0.0-beta.1 (2022-01-20)

Features

  • 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.

4.0.0 (2021-08-03)

  • chore!: drop node 10 support (#746) (e2e8e58), closes #746

Features

  • switcher: add active component option (39c2e36)

BREAKING CHANGES

  • Dropping support for node 10 as it's reached EOL.

Co-authored-by: Akanksh Saxena akanksh.saxena@adfinis.com

3.0.2 (2021-03-24)

Bug Fixes

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

3.0.1 (2021-03-24)

Bug Fixes

  • use prepare instead of postinstall lifecycle (fbf1102)

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.

2.2.2 (2020-11-20)

Bug Fixes

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

2.2.1 (2020-11-20)

Bug Fixes

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

2.2.0 (2020-10-12)

Features

2.1.2 (2020-03-25)

Bug Fixes

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

2.1.1 (2020-03-24)

Bug Fixes

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

2.1.0 (2020-03-19)

Bug Fixes

  • modal: ignore bubbling events (fe6b593)

Features

  • modal: trap focus in opened modal (0393967)

2.0.1 (2019-12-04)

Bug Fixes

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

2.0.0 (2019-12-02)

Features

  • modal: change to a composable component (#307) (ee42813)

BREAKING CHANGES

  • modal: This removes the default stying of "uk-modal-body", to migrate to this patch and keep the stying it will have to be changed from:
{{#uk-modal}}
  Lorem ipsum
{{/uk-modal}}

to:

{{#uk-modal as |modal|}}
  {{#modal.body}}
    Lorem ipsum
  {{/modal.body}}
{{/uk-modal}}

The footer can be migrated as follows:

{{#uk-modal}}
  <p class="uk-text-right">
    Footer content
  </p>
{{/uk-modal}}

to:

{{#uk-modal as |modal|}}
  {{#modal.footer class="uk-text-right"}}
    Footer content
  {{/modal.footer}}
{{/uk-modal}}

1.0.0 (2019-11-18)

Bug Fixes

  • deps: update dependency broccoli-stew to v3 (0e8399c)
  • deps: update dependency ember-auto-import to v1.4.1 (cf6f84a)
  • deps: update dependency ember-auto-import to v1.5.2 (ed75c5a)
  • deps: update dependency ember-toggle to v5.3.3 (9c45df0)
  • deps: update dependency uikit to v3.1.6 (2c4ebd6)
  • deps: update dependency uikit to v3.1.7 (4fde8c1)
  • modal: escape close left invisible layer over page (4653783)
  • modal: fix modal event handling and add some tests (916b68b)

chore

  • remove support for ember 3.4 (cacbd22)

Features

  • uk-switcher: add uikit events for the switcher component (641bdaf)

BREAKING CHANGES

  • This removes support for ember 3.4 which is not a supported LTS version anymore. This also adds a test matrix for the latest LTS version 3.12

0.9.0 (2019-09-25)

Bug Fixes

  • deps: update dependency broccoli-stew to v3 (ffe911f)
  • deps: update dependency ember-auto-import to v1.4.1 (f5c5eb7)
  • deps: update dependency ember-auto-import to v1.5.2 (ef9e943)
  • deps: update dependency ember-toggle to v5.3.3 (001904f)
  • deps: update dependency uikit to v3.1.6 (f58e597)
  • deps: update dependency uikit to v3.1.7 (09977cc)
  • modal: escape close left invisible layer over page (96aa259)

Features

  • uk-switcher: add uikit events for the switcher component (6561c12)

0.8.2 (2019-06-11)

Bug Fixes

  • deps: update dependencies and drop ember-cli-eslint (1a6023d)
  • deps: update ember source (3d293ba)
  • modal: add DDAU for modal visibility (#140) (6a3ddef)
  • notification: wrong property in snippet (f925d47)
  • syntax: use the new template syntax (142aa3a)
  • tests: fix wrong attribute in uk-toggle-switch test (73be406)

0.8.1 (2019-05-09)

Bug Fixes

  • modal: reintroduce option for close button (8a719e9)

0.8.0 (2019-05-08)

Bug Fixes

  • enable semantic release (6a0e67a)
  • docs: correct usage of mut helper (79096bc)
  • renovate: use shared config (7117811)

Features

  • modal: expose all options (5877dd4)

0.7.3 - (2019-03-11)

Added

  • Simple modal component

Changed

  • Update dependencies

0.7.2 (2019-01-17)

Changed

  • Update dependencies

0.7.1 (2018-09-05)

Changed

  • Minor style improvements of uk-toggle-switch

0.7.0 (2018-09-05)

Added

  • uk-toggle-switch component

Changed

  • Updated various dependencies

0.6.0 (2018-08-17)

Added

  • notification service

Fixed

  • Various documentation issues

Changed

  • Updated ember to 3.3.x
  • Updated various dependencies
  • Remove mocha as testing framework in favor of QUnit

0.5.1 (2018-03-29)

Added

  • ratio property on uk-spinner

0.5.0 (2018-02-22)

Added

  • uk-sortable
  • Shim for importing UIkit as module

Changed

  • Update to ember v3.0.0
  • Update dependencies
  • Remove support for node v4

0.4.1 (2018-01-25)

Fixed

  • Remove deprecated usage of project.nodeModulesPath
  • Add --no-sandbox flag to chrome when testing in CI

Changed

  • Update dependencies

0.4.0 (2017-12-06)

Added

  • uk-badge

Changed

  • Disable warnings in testing
  • Update ember and ember-cli

0.3.2 (2017-12-06)

Fixed

  • Execution of UIkit's javascript code

0.3.1 (2017-12-06)

Added

  • Options
    • importUIkitCSS
    • importUIkitJS
    • importUIkitAssets
    • importUIkitIcons
    • useIcons
    • whitelist
    • blacklist
  • FastBoot compatibility

0.3.0 (2017-11-29)

Added

  • uk-flex
  • uk-width
  • uk-label
  • Flex utility on uk-subnav

0.2.0 (2017-11-28)

Added

  • uk-tab
  • uk-subnav
  • uk-switcher

Changed

  • Better validation and warnings
  • Better documentation

0.1.3 (2017-11-24)

Fixed

  • Automatic demo page deploy on tags

0.1.2 (2017-11-24)

Fixed

  • package.json metadata

0.1.1 (2017-11-24)

Added

  • Automatic demo page deploy

0.1.0 (2017-11-24)

Added

  • Demo page
  • uk-button
  • uk-card
  • uk-list
  • uk-icon
  • uk-spinner