Skip to content

Commit 3d7ea23

Browse files
committed
v5.3.0
1 parent 91a582e commit 3d7ea23

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v5.3.0 (2021-05-25)
4+
5+
#### :rocket: Enhancement
6+
* [#720](https://github.com/simplabs/ember-test-selectors/pull/720) Resolve class based transform deprecation ([@chancancode](https://github.com/chancancode))
7+
* [#721](https://github.com/simplabs/ember-test-selectors/pull/721) Add `patchClassicComponent` option to avoid deprecation warnings ([@mydea](https://github.com/mydea))
8+
9+
#### Committers: 2
10+
- Francesco Novy ([@mydea](https://github.com/mydea))
11+
- Godfrey Chan ([@chancancode](https://github.com/chancancode))
12+
313
## v5.2.0 (2021-05-14)
414

515
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-test-selectors",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "Enabling better Test selectors in Ember.js applications.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)