File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres
6
6
to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- Full Changelog: [ https://github.com/netgrif/components/commits/v6.2.4 ] ( https://github.com/netgrif/components/commits/v6.2.4 )
8
+ Full Changelog: [ https://github.com/netgrif/components/commits/v6.2.5 ] ( https://github.com/netgrif/components/commits/v6.2.5 )
9
+
10
+ ## [ 6.2.5] ( https://github.com/netgrif/components/releases/tag/v6.2.5 ) (2022-11-22)
11
+
12
+ ### Fixed
13
+
14
+ - [ NAE-1752] MatPrefix for currency field overrides prefix for dateField
15
+ - [ NAE-1754] Currency field not displaying symbol
16
+ - [ NAE-1758] Task on single task view is not rendering
17
+ - [ NAE-1760] Enumeration autocomplete constantly sending value
18
+ - [ NAE-1763] FileField value is not promoted to the frontend after "set data event"
19
+ - [ NAE-1766] Options on multichoice autocomplete do not refresh in a specific situation
9
20
10
21
## [ 6.2.4] ( https://github.com/netgrif/components/releases/tag/v6.2.4 ) (2022-10-12)
11
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netgrif/components-project" ,
3
- "version" : " 6.2.4 " ,
3
+ "version" : " 6.2.5 " ,
4
4
"description" : " Netgrif Application Engine Frontend project. Project includes angular libraries as base for NAE applications." ,
5
5
"homepage" : " https://components.netgrif.com" ,
6
6
"license" : " SEE LICENSE IN LICENSE" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netgrif/components-core" ,
3
- "version" : " 6.2.4 " ,
3
+ "version" : " 6.2.5 " ,
4
4
"description" : " Netgrif Application engine frontend core Angular library" ,
5
5
"homepage" : " https://components.netgrif.com" ,
6
6
"license" : " SEE LICENSE IN LICENSE" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netgrif/components" ,
3
- "version" : " 6.2.4 " ,
3
+ "version" : " 6.2.5 " ,
4
4
"description" : " Netgrif Application Engine frontend Angular components" ,
5
5
"homepage" : " https://components.netgrif.com" ,
6
6
"license" : " SEE LICENSE IN LICENSE" ,
29
29
" nae frontend"
30
30
],
31
31
"peerDependencies" : {
32
- "@netgrif/components-core" : " 6.2.4 " ,
32
+ "@netgrif/components-core" : " 6.2.5 " ,
33
33
"@angular-material-components/datetime-picker" : " ~7.0.1" ,
34
34
"@angular-material-components/moment-adapter" : " ~7.0.0" ,
35
35
"@angular/animations" : " ~13.3.1" ,
You can’t perform that action at this time.
0 commit comments