Skip to content

Commit 5bfa808

Browse files
committed
Release 6.0.4-rc.2
1 parent 485e085 commit 5bfa808

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,22 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
Full
99
Changelog: [https://github.com/netgrif/components/commits/v6.0.0](https://github.com/netgrif/components/commits/v6.0.0)
1010

11-
## [6.0.4](https://github.com/netgrif/components/releases/tag/v6.0.4) (2022-04-01)
11+
## [6.0.4](https://github.com/netgrif/components/releases/tag/v6.0.4) (2022-04-08)
1212

1313
### Fixed
1414

1515
- [NAE-1613] Text selection in field value prevents task expansion panel header from reacting to click events
1616
- [NAE-1594] SonarCloud analysis is not configured correctly for @netgrif/components
1717
- [NAE-1614] Advanced search substring query
18+
- [NAE-1601] Component preview field is not propagated into taskRef
19+
- [NAE-1597] New case process input is not validated
20+
- [NAE-1615] Finish button randomly throws error and does not sends request
21+
- [NAE-1619] Task that has no fields cannot be completed
22+
23+
### Changed
24+
25+
- [NAE-1612] Optimize Tree Case View performance with many children
26+
1827

1928
## [6.0.3](https://github.com/netgrif/components/releases/tag/v6.0.3) (2022-04-01)
2029

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netgrif/components-project",
3-
"version": "6.0.4-rc.1",
3+
"version": "6.0.4-rc.2",
44
"description": "Netgrif Application Engine Frontend project. Project includes angular libraries as base for NAE applications.",
55
"homepage": "https://components.netgrif.com",
66
"license": "SEE LICENSE IN LICENSE",

projects/netgrif-components-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netgrif/components-core",
3-
"version": "6.0.4-rc.1",
3+
"version": "6.0.4-rc.2",
44
"description": "Netgrif Application engine frontend core Angular library",
55
"homepage": "https://components.netgrif.com",
66
"license": "SEE LICENSE IN LICENSE",

projects/netgrif-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netgrif/components",
3-
"version": "6.0.4-rc.1",
3+
"version": "6.0.4-rc.2",
44
"description": "Netgrif Application Engine frontend Angular components",
55
"homepage": "https://components.netgrif.com",
66
"license": "SEE LICENSE IN LICENSE",
@@ -29,7 +29,7 @@
2929
"nae frontend"
3030
],
3131
"peerDependencies": {
32-
"@netgrif/components-core": "6.0.4-rc.1",
32+
"@netgrif/components-core": "6.0.4-rc.2",
3333
"@angular-material-components/datetime-picker": "^2.0.2",
3434
"@angular-material-components/moment-adapter": "^2.0.1",
3535
"@angular/animations": "^9.1.12",

0 commit comments

Comments
 (0)