Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

32 lines (21 loc) · 1.16 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.


3.0.0 - 2025-02-11

Changed

  • Convert addon to an ember v2 addon
  • Convert addon to TypeScript & add glint support
  • Switch component into strict mode
  • Move @fortawesome/fontawesome-svg-core to peerDependencies
  • Install fastboot package in test-app, so that we are save that it works also inside fastboot apps

Removed

  • Drop support for enableExperimentalBuildTimeTransform (it was never documented)
  • Option warnIfNoIconsIncluded as it was used only in build time code (index.js) which doesn't exists in v2 addons
  • Remove config/icons.js (you need to setup in app.js/ts, see migration process)

Fixed

  • Re-add support for ember v3.28

For upgrading see here


Previous 2.x CHANGELOG is available here