Skip to content

Latest commit

 

History

History
102 lines (50 loc) · 3.51 KB

CHANGELOG.md

File metadata and controls

102 lines (50 loc) · 3.51 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.1 (2020-09-12)

Bug Fixes

4.0.0 (2020-08-21)

⚠ BREAKING CHANGES

  • Drop Ember < 3.12 & Ember CLI < 2.13

  • Drop Node.js < 10

  • fix: codemods

  • docs: update examples to anglebracket syntax

  • docs: remove diff text

  • chore: update lock file

  • fix: dummy app and funnel

  • chore: update comment

  • fix: dummy explicit this

Bug Fixes

  • set rooturl only in prod (5eab51e)
  • update deps and drop support for old ember, ember-cli and node (breaking changes) (7675402)

3.2.4 (2018-07-26)

Bug Fixes

  • dummy: fix action example not updating (b7cc8b2)

3.2.3 (2018-07-26)

Bug Fixes

  • dummy: actions to new format, update docs (8ca9f91)
  • tests: move to integration tests and get working (70b3a69)
  • update deps (22bf5de)

3.2.2 (2018-04-02)

Bug Fixes

  • page-item wasn't toggling properly due to closue action change previously (9fea9da)

3.2.1 (2018-03-26)

Bug Fixes

  • add missing ember-try dep (2d0e289)

3.2.0 (2018-03-26)

Bug Fixes

  • ember-modules migration via codemod (a2e1b48)
  • remove files o longer needed, use bootstrap from npm (4223fcd)
  • update deps (4c32a08)
  • update everything (f0fcec7)

3.1.0 (2017-10-11)

Features

  • Adds firstPageUrlTemplate option (#40) (8cf402b)