Skip to content
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

chore: Prepare 9.0.0-alpha.0 #5126

Merged
merged 1 commit into from
Jan 24, 2024
Merged

chore: Prepare 9.0.0-alpha.0 #5126

merged 1 commit into from
Jan 24, 2024

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Jan 23, 2024


v9.0.0 (unreleased)

Full Changelog

💥 Breaking Changes

  • The package now uses Vue 3 instead of Vue 2.7
  • The package is now a native ESM package
  • The checked prop was renamed to modelValue, the update:checked event was renamed to update:modelValue. This affects the following components.
    • NcActionCheckbox
    • NcActionRadio
    • NcCheckboxRadioSwitch
  • The value prop was renamed to modelValue, the update:value or input events were renamed to update:modelValue. This affects the following components.
    • NcActionInput
    • NcActionTextEditable
    • NcColorPicker
    • NcDateTimePicker
    • NcDateTimePickerNative
    • NcInputField
    • NcPasswordField
    • NcRichContenteditable
    • NcSelect
    • NcSelectTags
    • NcSettingsInputText
    • NcSettingsSelectGroup
    • NcTextArea
    • NcTextField
    • NcTimezonePicker
  • The exact prop was removed. This affects the following components:
    • NcActionRouter
    • NcAppNavigationItem
    • NcBreadcrumb
    • NcListItem
  • The isFullscreen and isMobile mixins were removed. Use the according composables instead.

🚀 Enhancements

  • Allow writing components using Typescript and provide type definitions for NcButton #4525 (susnux)

🐛 Fixed bugs

Other Changes

@susnux susnux added 3. to review Waiting for reviews vue 3 Related to the vue 3 migration labels Jan 23, 2024
@susnux susnux added this to the 9.0.0-alpha.0 next Vue 3 milestone Jan 23, 2024
@susnux susnux merged commit 5edd9a9 into next Jan 24, 2024
13 checks passed
@susnux susnux deleted the chore/prepare-9.0.0-alpha branch January 24, 2024 11:59
@susnux
Copy link
Contributor Author

susnux commented Jan 24, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews vue 3 Related to the vue 3 migration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants