Skip to content

Commit ebf19e7

Browse files
committed
v4 changelog
1 parent fbe0b86 commit ebf19e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Changelog
22

3-
### 4.0.0 (unreleased)
3+
### 4.0.0
44
- Ember Concurrency is now a V2 Embroider Addon (#551)
55
- BREAKING CHANGE: you must now register the Babel transform used by Ember Concurrency within consuming apps and addons
66
- See upgrade docs: https://ember-concurrency.com/docs/v4-upgrade
77
- The guides have been updated to reflect modern/best practices:
88
- Instead of using the `(perform)` helper, it is now recommended that the bound `.perform()` method on each Task be directly invoked in the template, e.g. `{{on "click" this.myTask.perform}}`, or, when arguments are present, `{{on "click" (fn this.myTask.perform 123 'foo')}}`
9+
- Glint template registry has been provided for EC's 3 helpers.
910

1011
### 3.1.1
1112
- Add ember 5 as peerDependencies (#542)

0 commit comments

Comments
 (0)