Adam Woźny
Adam Woźny
# Tasks - [x] Bump Ember to version `4.4` - [x] Drop support for node < `14` - [x] Update `README.md`
# Tasks: - [x] Fix error during build app `this.registerPlugin is not a function` - migrate necessary `ember-composability-tools` mixins inside to package
# `` Migration classic component to glimmer ### 💥 Breaking Change * Removed support for `@tagName` * Removed `@class` parameter - use native class instead ### 🧹 Refactor * Removed...
# `` Migration classic component to glimmer
# Tasks - [x] Update all packages and Ember to version 5.8, support for >= 3.28 - [x] Migrate to addon v2 - [x] Fix error with `content` or passed...
Bump Ember to version 4.4 and migrate components to class syntax
### Description: After updating the `@ember/test-helpers` package to version 4.x, I encountered a build error when trying to build my Ember application that uses ember-intl. ### Steps to reproduce: -...
# Task - fixes: https://github.com/sethwebster/ember-cli-new-version/issues/146
# Description: When I click the "x" button to close the notification, the entire page reloads. I believe the expected behavior should be that the notification simply disappears without causing...