Skip to content

Commit e012726

Browse files
committed
Publish v3.0.0
1 parent 3c61437 commit e012726

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## 3.0.0 - 2021-04-17
10+
11+
### Removed
12+
13+
* Remove the `Toast.addInput` API.
14+
15+
It was never really supported and the implementation doesn't fill solied
16+
17+
* Remove properties and code related to `ProgressBar`.
18+
19+
It was never released and was just some relicat from experimentation
20+
21+
### Changed
22+
23+
* Update all the doc comments to use XML style doc comments
24+
* Format the library code using my new formatting style
25+
* Remove unnecessary `boxing` and `option` type when creating the event to dispatch
26+
* Use a literal string for the passing the event name
27+
928
### Added
1029

1130
## 2.1.0 - 2019-09-10

0 commit comments

Comments
 (0)