Skip to content

Commit fd45bd8

Browse files
committed
updated changelog
1 parent 17025f3 commit fd45bd8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
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+
## v0.0.8-alpha - 2021-09-17
4+
5+
#### added
6+
- all states can be reset by `resetStates()`
7+
- one or more states can be reset by `resetState('processing')` or `resetState(['processing', 'statusCode'])`
8+
- server returned notification handle & dispatch window event `aqua.notification`
9+
10+
#### changed
11+
- states now can only be accessed by `state` property e.g. state.processing
12+
313
## v0.0.7-alpha - 2021-09-12
414

515
#### added

0 commit comments

Comments
 (0)