Skip to content

Latest commit

 

History

History
271 lines (207 loc) · 22 KB

CHANGELOG.md

File metadata and controls

271 lines (207 loc) · 22 KB

7.0.1 (2024-01-17)

Bug Fixes

  • typing: positional argument should extends Array (47b8b9b)

7.0.0 (2024-01-05)

v7.0.0-beta.0 (2023-11-20)

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

  • #465 docs: add TypeScript usage section (@vscav)

🏠 Internal

  • #462 refactor: convert both app and router files to TypeScript (@vscav)
  • #460 chore: install and use @qonto/eslint-config-typescript@1.0.0-rc.0 (@dannycalleri)
  • #458 feat(ts-lint): allow use of private and protected syntax for classes in .ts files (@vscav)
  • #432 feat: add TypeScript configuration (@dannycalleri)
  • #394 fix: remove double pnpm installation (@vscav)
  • #393 fix: remove double node installation on CI (@vscav)

Committers: 2

v6.0.0 (2023-06-02)

💥 Breaking Change

🏠 Internal

Committers: 1

v0.1.0 (2019-11-13)

📝 Documentation

🏠 Internal

  • #6 Configure ember-try to run tests against multiple ember versions (@dcyriller)
  • #5 Use a single env variable for both release-it and lerna-changelog (@aoumiri)
  • #4 Remove ember-cli-eslint and ember-cli-template-lint dependencies (@dcyriller)
  • #3 Configure Github Actions (@dcyriller)
  • #2 Remove duplicated lockfile (@dcyriller)

Committers: 2

v0.1.1 (2019-11-25)

🏠 Internal

Committers: 3

v1.0.0 (2020-01-03)

💥 Breaking Change

🏠 Internal

Committers: 2

1.1.0 (2020-08-12)

📌 Dependency

🏡 Dependency

  • #114 chore: update lerna-changelog labels for proper changelogs (@aoumiri)

Committers: 2

Version 9 of Highlight.js has reached EOL and is no longer supported. Please upgrade or ask whatever dependency you are using to upgrade. highlightjs/highlight.js#2877

Unreleased (2021-05-21)

📌 Dependency

Committers: 2

Unreleased (2021-05-25)

💥 Breaking Change

📌 Dependency

Committers: 1

  • Anass OUMIRI (@aoumiri) Version 9 of Highlight.js has reached EOL and is no longer supported. Please upgrade or ask whatever dependency you are using to upgrade. highlightjs/highlight.js#2877

Unreleased (2021-10-13)

📌 Dependency

Committers: 1

Unreleased (2021-11-15)

💥 Breaking Change

📌 Dependency

Committers: 1

Unreleased (2022-03-11)

📌 Dependency

Committers: 1

Unreleased (2022-05-12)

💥 Breaking Change

Committers: 1

5.0.0 (2023-01-16)

💥 Breaking Change

📌 Dependency

⚡ Improvement Features

  • #354 Support A11y workflow where we want to move focus, yet still omit non… (@NullVoxPopuli)

Committers: 2

5.1.0 (2023-03-23)

  • Add release-it to package (abfb7ef)
  • Release 5.1.0 (3bcc7fa)
  • Update package version to help release-it know which version to release (724ab58)
  • Add description in package.json file (4556a9a)
  • Include changelog in released package (272db10)
  • Add changelog that was lose during the migration to v2 (b669c0e)
  • 📝 Backport README from v2 addon migration (dd6f6b2)
  • Update test-app/config/ember-cli-update.json (925c1a3)
  • Remove ember-data from the test-app (it's unused and causing issues), also get off beta versions (b09462f)
  • Remove ember-classic from C.I. (7fe7d21)
  • Downgrade ember-qunit to v5 to retain ember 3.24 support (4ba6ece)
  • Setup volta and correct yarn version (601c8ce)
  • For embroider-optimized, add packageRules, since the test-app makes up its own components (4c92fd6)
  • Add ember-3.24 back to ember-try matrix (8f76c5b)
  • Run npx ember-addon-migrator (475efae)