9.1.2 (2024-07-05)
- deps: update dependencies (782386e)
9.1.1 (2024-03-19)
- linked-item: fix active state for hash routing (1997e0a)
9.1.0 (2024-03-18)
- ember: officially support ember v5 (c69ba5d)
9.0.1 (2024-03-13)
9.0.0 (2023-10-03)
- deps: update dependencies (67131b4)
- linked-item: add current when argument for tab and subnav items (b4557b0)
- deps: Removed support for Node.js v14.
8.0.0 (2023-05-01)
- modal: make sure modal container is the same as UIkit container (12caffe)
- deps: update dependencies (01d44b0)
- deps: Remove support for Ember.js v3.
7.0.3 (2023-04-18)
7.0.2 (2023-04-17)
- build: make sure to call the super functions on treeFor methods (015ce0b)
7.0.1 (2023-03-31)
- 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)
- deps: update dependencies (8df899f)
- added danger color to uk-button (00159e9)
- deps: Remove support for deprecated Ember LTS 3.24.
6.1.1 (2022-11-02)
- color: fix default colors for uk-toggle-switch and uk-label (b3c4c33)
6.1.0 (2022-09-13)
- modifiers: ensure modifier compatibility with the new modifier API (54aaed0)
- modal: convert modal logic to modifier (84f83cd)
6.0.0 (2022-08-29)
- deps: update ember to v4.6.0 (7b0ffa3)
- modifiers: add modifier for uk-tooltip (f6d3cac)
- deps: Drop support for node v12.
5.1.3 (2022-05-06)
- engine: add engine compatibility for the global container (a3562b0)
- Revert "fix(confirm): add modal service with configuration options" (d151396)
5.1.2 (2022-05-03)
5.1.1 (2022-03-22)
- embroider: add missing dependency to @ember/string (e58cbe5)
5.1.0 (2022-03-08)
- utilities: add confirm utility (5a97683)
5.0.0 (2022-02-04)
- 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)
- 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)
- 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)
- linked-item: add option to link to index route of passed href (450e24f)
5.0.0-beta.10 (2022-02-02)
- linked-items: don't transition to index route (8461794)
5.0.0-beta.9 (2022-01-31)
- linked-item: fix order of dynamic segments (c917428)
5.0.0-beta.8 (2022-01-31)
- linked-items: use named dynamic segments (1d7a8db)
5.0.0-beta.7 (2022-01-25)
- linked-item: handle rootURLs and hash locations (0ffe74f)
5.0.0-beta.6 (2022-01-25)
- linked-item: support engines using ember-engines-router-service (ab39acf)
5.0.0-beta.5 (2022-01-24)
- linked-item: yield active state of item component (b28d06a)
5.0.0-beta.4 (2022-01-24)
- linked-items: add href to linked tab and subnav items (5340369)
5.0.0-beta.3 (2022-01-20)
- badge: add missing attributes (f0db119)
5.0.0-beta.2 (2022-01-20)
- notification: fix notification options if app doesn't configure anything (2bd9f42)
5.0.0-beta.1 (2022-01-20)
- refactor all component to ember v4 (1f1307c)
- 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)
- switcher: add active component option (39c2e36)
- Dropping support for node 10 as it's reached EOL.
Co-authored-by: Akanksh Saxena [email protected]
3.0.2 (2021-03-24)
- modal: use the container param as query string if passed as such (4ca5b59)
3.0.1 (2021-03-24)
- use prepare instead of postinstall lifecycle (fbf1102)
3.0.0 (2021-03-23)
- chore(ember)!: remove support for ember LTS 3.16 (0f652ac)
- 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)
- modal: fix scrolling to top when modal exists (5291beb)
2.2.1 (2020-11-20)
2.2.0 (2020-10-12)
2.1.2 (2020-03-25)
- modal: fix initial focus of modal focus trap (f57381d)
2.1.1 (2020-03-24)
2.1.0 (2020-03-19)
- modal: ignore bubbling events (fe6b593)
- modal: trap focus in opened modal (0393967)
2.0.1 (2019-12-04)
2.0.0 (2019-12-02)
- 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:
to:
The footer can be migrated as follows:
to:
1.0.0 (2019-11-18)
- 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)
- remove support for ember 3.4 (cacbd22)
- uk-switcher: add uikit events for the switcher component (641bdaf)
- 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)
- 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)
- uk-switcher: add uikit events for the switcher component (6561c12)
0.8.2 (2019-06-11)
- 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)
- modal: reintroduce option for close button (8a719e9)
0.8.0 (2019-05-08)
- enable semantic release (6a0e67a)
- docs: correct usage of
mut
helper (79096bc) - renovate: use shared config (7117811)
- modal: expose all options (5877dd4)
0.7.3 - (2019-03-11)
- Simple
modal
component
- Update dependencies
0.7.2 (2019-01-17)
- Update dependencies
0.7.1 (2018-09-05)
- Minor style improvements of
uk-toggle-switch
0.7.0 (2018-09-05)
uk-toggle-switch
component
- Updated various dependencies
0.6.0 (2018-08-17)
notification
service
- Various documentation issues
- Updated ember to 3.3.x
- Updated various dependencies
- Remove mocha as testing framework in favor of QUnit
0.5.1 (2018-03-29)
ratio
property onuk-spinner
0.5.0 (2018-02-22)
uk-sortable
- Shim for importing
UIkit
as module
- Update to ember v3.0.0
- Update dependencies
- Remove support for node v4
0.4.1 (2018-01-25)
- Remove deprecated usage of
project.nodeModulesPath
- Add
--no-sandbox
flag to chrome when testing in CI
- Update dependencies
0.4.0 (2017-12-06)
uk-badge
- Disable warnings in testing
- Update ember and ember-cli
0.3.2 (2017-12-06)
- Execution of UIkit's javascript code
0.3.1 (2017-12-06)
- Options
importUIkitCSS
importUIkitJS
importUIkitAssets
importUIkitIcons
useIcons
whitelist
blacklist
- FastBoot compatibility
0.3.0 (2017-11-29)
uk-flex
uk-width
uk-label
- Flex utility on
uk-subnav
0.2.0 (2017-11-28)
uk-tab
uk-subnav
uk-switcher
- Better validation and warnings
- Better documentation
0.1.3 (2017-11-24)
- Automatic demo page deploy on tags
0.1.2 (2017-11-24)
package.json
metadata
0.1.1 (2017-11-24)
- Automatic demo page deploy
- Demo page
uk-button
uk-card
uk-list
uk-icon
uk-spinner