Skip to content

[NAE-2101] release 6.4.2#321

Merged
Kovy95 merged 2 commits intorelease/6.4.2from
NAE-2101
Apr 2, 2026
Merged

[NAE-2101] release 6.4.2#321
Kovy95 merged 2 commits intorelease/6.4.2from
NAE-2101

Conversation

@Kovy95
Copy link
Copy Markdown
Contributor

@Kovy95 Kovy95 commented Apr 2, 2026

Description

  • increment version and changelog

<Fixes [JIRA-ISSUE]>/<Implements [JIRA-ISSUE]>

Dependencies

Third party dependencies

Blocking Pull requests

<Depends on #(PR id)>/

How Has Been This Tested?

  • <Name of a test [test file](link to the test file)>

Test Configuration

<Please describe configuration for tests to run if applicable, like program parameters, host OS, VM configuration etc. You can use >

Name Tested on
OS
Runtime
Dependency Manager
Framework version
Run parameters
Other configuration

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes have been checked, personally or remotely, with @...
  • I have commented my code, particularly in hard-to-understand areas
  • I have resolved all conflicts with the target branch of the PR
  • I have updated and synced my code with the target branch
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes:
    • Lint test
    • Unit tests
    • Integration tests
  • I have checked my contribution with code analysis tools:
  • I have made corresponding changes to the documentation:
    • Developer documentation
    • User Guides
    • Migration Guides

Summary by CodeRabbit

  • Fixed

    • Fields no longer appear editable when switching tabs
  • Added

    • Validation property on set data event
  • Chores

    • Release version updated to 6.4.2

- increment version and changelog
@Kovy95 Kovy95 requested a review from mazarijuraj April 2, 2026 10:56
@Kovy95 Kovy95 self-assigned this Apr 2, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 2, 2026

Walkthrough

Release finalization: bumped packages from 6.4.2-rc.6 to 6.4.2 and updated CHANGELOG.md release date to 2026-04-02, adding NAE-2394 under Fixed and NAE-2393 under Added.

Changes

Cohort / File(s) Summary
Version Bumps
package.json, projects/netgrif-components-core/package.json, projects/netgrif-components/package.json
Updated package version fields from 6.4.2-rc.66.4.2.
Changelog
CHANGELOG.md
Updated release header date to 2026-04-02; added ### Fixed entry NAE-2394 and ### Added entry NAE-2393 (with blank lines after the headings).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Small

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'NAE-2101 release 6.4.2' directly and clearly summarizes the main objective of the changeset: preparing version 6.4.2 for release.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
projects/netgrif-components/package.json (1)

31-32: ⚠️ Potential issue | 🔴 Critical

Peer dependency version mismatch: @netgrif/components-core still points to 6.4.2-rc.6.

The @netgrif/components-core peer dependency should be updated to 6.4.2 to match the version being released in projects/netgrif-components-core/package.json. This mismatch will cause peer dependency warnings for consumers installing @netgrif/components@6.4.2.

🔧 Proposed fix
     "peerDependencies": {
-        "@netgrif/components-core": "6.4.2-rc.6",
+        "@netgrif/components-core": "6.4.2",
         "@angular-material-components/datetime-picker": "~7.0.1",
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@projects/netgrif-components/package.json` around lines 31 - 32, Peer
dependency for `@netgrif/components-core` in
projects/netgrif-components/package.json is outdated (6.4.2-rc.6) and should be
updated to 6.4.2; open the package.json, locate the "peerDependencies" entry for
"@netgrif/components-core" and change its version string from "6.4.2-rc.6" to
"6.4.2" so it matches projects/netgrif-components-core/package.json and prevents
peer dependency warnings.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@CHANGELOG.md`:
- Line 16: Update the CHANGELOG entry to match the project's Changelog format
and correct grammar: replace the line "- [NAE-2394] - Fields looks editable when
switching tabs" with the standardized format "[NAE-2394] Fields look editable
when switching tabs" (remove the extra hyphen after the ticket ID and change
"looks" to "look"). Ensure spacing and capitalization follow other entries.
- Around line 12-20: The Markdown headings "### Fixed" and "### Added" are
missing a blank line after them; update the CHANGELOG.md so that each heading
(e.g., "### Fixed" and "### Added") is followed by a single blank line before
the subsequent list items, ensuring consistent Markdown formatting and
readability.

---

Outside diff comments:
In `@projects/netgrif-components/package.json`:
- Around line 31-32: Peer dependency for `@netgrif/components-core` in
projects/netgrif-components/package.json is outdated (6.4.2-rc.6) and should be
updated to 6.4.2; open the package.json, locate the "peerDependencies" entry for
"@netgrif/components-core" and change its version string from "6.4.2-rc.6" to
"6.4.2" so it matches projects/netgrif-components-core/package.json and prevents
peer dependency warnings.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 574e1668-d5e8-4b68-8d89-a0bfc26f499a

📥 Commits

Reviewing files that changed from the base of the PR and between 0da9108 and d87347f.

📒 Files selected for processing (4)
  • CHANGELOG.md
  • package.json
  • projects/netgrif-components-core/package.json
  • projects/netgrif-components/package.json

@coderabbitai coderabbitai bot added the Small label Apr 2, 2026
Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

♻️ Duplicate comments (1)
CHANGELOG.md (1)

17-17: ⚠️ Potential issue | 🟡 Minor

Fix grammatical error.

The entry uses incorrect subject-verb agreement: "Fields looks" should be "Fields look" (plural subject requires plural verb).

✏️ Proposed fix
-- [NAE-2394] Fields looks editable when switching tabs
+- [NAE-2394] Fields look editable when switching tabs
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CHANGELOG.md` at line 17, Update the changelog entry for [NAE-2394] to fix
subject-verb agreement: change the line "Fields looks editable when switching
tabs" to "Fields look editable when switching tabs" so the plural subject
"Fields" uses the plural verb "look".
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Duplicate comments:
In `@CHANGELOG.md`:
- Line 17: Update the changelog entry for [NAE-2394] to fix subject-verb
agreement: change the line "Fields looks editable when switching tabs" to
"Fields look editable when switching tabs" so the plural subject "Fields" uses
the plural verb "look".

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 413e2398-ca35-486d-b3fe-94825de9521d

📥 Commits

Reviewing files that changed from the base of the PR and between d87347f and 3b66993.

📒 Files selected for processing (1)
  • CHANGELOG.md

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 2, 2026

@Kovy95 Kovy95 merged commit f1c7d3c into release/6.4.2 Apr 2, 2026
10 of 11 checks passed
@Kovy95 Kovy95 deleted the NAE-2101 branch April 2, 2026 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant