File tree 3 files changed +32
-1
lines changed
3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 2024-02-04
7
+
8
+ ### Changes
9
+
10
+ ---
11
+
12
+ Packages with breaking changes:
13
+
14
+ - [ ` ngforms ` - ` v5.0.0-dev.3 ` ] ( #ngforms---v500-dev3 )
15
+
16
+ Packages with other changes:
17
+
18
+ - There are no other changes in this release.
19
+
20
+ ---
21
+
22
+ #### ` ngforms ` - ` v5.0.0-dev.3 `
23
+
24
+ - ** REFACTOR** (all): update to Dart 3 ([ #68 ] ( https://github.com/angulardart-community/angular/issues/68 ) ).
25
+ - ** DOCS** (all): update to new workflow badge.
26
+ - ** BREAKING** ** REFACTOR** (ngforms): rename providers & fix all static warnings ([ #54 ] ( https://github.com/angulardart-community/angular/issues/54 ) ).
27
+
28
+
6
29
## 2024-02-04
7
30
8
31
### Changes
Original file line number Diff line number Diff line change
1
+ ## 5.0.0-dev.3
2
+
3
+ > Note: This release has breaking changes.
4
+
5
+ - ** REFACTOR** (all): update to Dart 3 ([ #68 ] ( https://github.com/angulardart-community/angular/issues/68 ) ).
6
+ - ** DOCS** (all): update to new workflow badge.
7
+ - ** BREAKING** ** REFACTOR** (ngforms): rename providers & fix all static warnings ([ #54 ] ( https://github.com/angulardart-community/angular/issues/54 ) ).
8
+
1
9
## 5.0.0-dev.1
2
10
3
11
> Note: This release has breaking changes.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: ngforms
2
2
description : >
3
3
Forms framework for AngularDart.
4
4
Easily create forms to accept input from users.
5
- version : 5.0.0-dev.2
5
+ version : 5.0.0-dev.3
6
6
repository : https://github.com/angulardart-community/angular
7
7
8
8
environment :
You can’t perform that action at this time.
0 commit comments