Skip to content

release: v8.24.0 #6665

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2025
Merged

release: v8.24.0 #6665

merged 1 commit into from
Apr 2, 2025

Conversation

ShGKme
Copy link
Contributor

@ShGKme ShGKme commented Mar 28, 2025

v8.24.0 (2025-04-02)

Full Changelog

📝 Notes

Boolean properties

Some boolean props have been deprecated in favor of alternatives with default value false.
This allows to use shorthand notation on the template, as a prop with a default value of false
will be set to true if it is set (without any value) in the template,
similar to native HTML boolean attributes.
Following components have been adjusted:

Component Deprecated prop New alternative
NcAvatar showUserStatus hideStatus
NcAvatar showUserStatusCompact verboseStatus
NcModal canClose noClose
NcDialog canClose noClose

NcButton color variant and native type

NcButton (and NcDialogButton) now provides a variant prop to set the color variant to use (e.g. 'primary') and allows to set the native button type using the type prop.
The legacy behavior, type for the color variant and nativeType for the button type, still works but will be removed in the next major version.

To make a later migration to version 9 easier you can already migrate your NcButton usage like this:

<!-- Before: -->
<NcButton type="primary" native-type="submit">Submit</NcButton>
<!-- After: -->
<NcButton variant="primary" type="submit">Submit</NcButton>

🚀 Enhancements

  • feat(NcActions): add opened and closed events to handle closing/opening end #6683 (skjnldsv)
  • feat(NcBlurHash): Add a blur hash component #6396 (susnux)
  • feat(NcDialog): Allow to catch reset event #6006 (susnux)
  • feat: Add consistent variant prop for design variant of buttons / chips #6472 (susnux)
  • feat(NcAppContent): Allow to set the page title #5269 (susnux)
  • feat: add boolean prop alternatives with false as default value #6656 (susnux)

🐛 Fixed bugs

  • fix(NcPopover): correctly wait for animation end in after-show/after-hide events #6683 (skjnldsv)
  • fix(NcEmojiPicker): not focusable when used in another focus trap #6558 (ShGKme)
  • fix(RTL): initialize language direction check once in utils #6523 (Antreesy)
  • fix(NcColorPicker): remove unused invalid styles #6565 (susnux)
  • fix(NcAppSidebar, NcHeaderMenu): correctly focus trigger/close button when no focusable elements inside #6636 (Antreesy)
  • fix(NcInputField): Only show error state border if user interacted with the input #6640 (susnux)
  • fix(NcEmojiPicker): return focus steals actual focus #6652 (ShGKme)

Other Changes

  • refactor(NcCheckboxRadioSwitch): Do not use HTML attribute name id as property name #5516 (susnux)
  • docs: adjust version number for variant props #6623 (susnux)
  • Updated workflows and dependencies
  • Updated translations

@ShGKme ShGKme added 3. to review Waiting for reviews technical debt labels Mar 28, 2025
@ShGKme ShGKme added this to the 8.24.0 milestone Mar 28, 2025
@ShGKme ShGKme requested review from susnux and Antreesy March 28, 2025 14:14
@ShGKme ShGKme self-assigned this Mar 28, 2025
@ShGKme ShGKme force-pushed the release/v8.24.0 branch 2 times, most recently from 2a33207 to 4fc6c91 Compare March 28, 2025 14:15
@Antreesy
Copy link
Contributor

Would appreciate to see #6666 included, so we don't bump minor version again, and work on a feature can be started

@susnux susnux requested review from skjnldsv and artonge April 2, 2025 10:37
@ShGKme
Copy link
Contributor Author

ShGKme commented Apr 2, 2025

@ShGKme ShGKme force-pushed the release/v8.24.0 branch 2 times, most recently from 5dd5dcb to 57a13c7 Compare April 2, 2025 11:11
Signed-off-by: Grigorii K. Shartsev <[email protected]>
@ShGKme ShGKme force-pushed the release/v8.24.0 branch from 57a13c7 to 09703b4 Compare April 2, 2025 11:11
@ShGKme
Copy link
Contributor Author

ShGKme commented Apr 2, 2025

Checking in apps before releasing

@ShGKme
Copy link
Contributor Author

ShGKme commented Apr 2, 2025

Smoke-checked in Talk

@ShGKme ShGKme merged commit 7ee828d into master Apr 2, 2025
23 checks passed
@ShGKme ShGKme deleted the release/v8.24.0 branch April 2, 2025 11:20
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.

4 participants