We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17025f3 commit fd45bd8Copy full SHA for fd45bd8
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
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
13
## v0.0.7-alpha - 2021-09-12
14
15
#### added
0 commit comments