chore: update onyx versions and changelogs for release#5068
Merged
Conversation
Releases: sit-onyx@1.10.0 @sit-onyx/headless@0.7.1 @sit-onyx/playwright-utils@1.2.1 @sit-onyx/nuxt-docs@0.4.0 @sit-onyx/flags@1.1.0 @sit-onyx/figma-utils@1.1.0 [skip ci]
larsrickert
approved these changes
Mar 16, 2026
JoCa96
approved these changes
Mar 16, 2026
fcf9a5f to
4161a2d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@sit-onyx/figma-utils@1.1.0
Minor Changes
@sit-onyx/flags@1.1.0
Minor Changes
ef0ba45: feat: update flags
New
Modified
@sit-onyx/nuxt-docs@0.4.0
Minor Changes
heroslot, removenoPaddingproperty since it collides with the TOCsidebarlayoutPatch Changes
sit-onyx@1.10.0
Minor Changes
e76203e: feat: implement new OnyxUnstableDatePickerV2 component
This component will replace the
OnyxDatePickerin the future.For now, the OnyxUnstableDatePickerV2 component is marked as experimental/unstable which means that it is still under active development and the API might change in patch or minor releases. Keep an eye on the changelog when using it.
661b343: feat(OnyxTimePicker): implemented range mode
984ce9e: feat(OnyxDataGrid): Extended feature API with new 'enhanceCells' and 'enhanceRow' hooks
These allow modifying render details per cell/row.
The provided function is called for each cell/row, after the matching typeRenderer was applied.
5ffe689: feat(OnyxFormElementV2): implement
skeletonproperty79b76de: feat(OnyxFormElementV2): support
loadingproperty and fix height to align with other form elementsdb6f050: feat(OnyxPageLayout): add smooth scroll behavior to main content / scroll area
984ce9e: feat(OnyxDataGrid): Added base row type 'select'
984ce9e: feat(OnyxDataGrid): Implemented basic inline editing feature.
For all base column
typeRenderersediting is supported.To enable editing with custom types, you will need to implement two things:
editableprop in the metadata to decide if the cell should render in "display" or "edit" mode.onUpdate:modelValuewhen the value is supposed to change through an edit.Example
Caveats:
editablefor individual cells or columns state must currently performed in the application. Per default all cells and rows are either editable or not editable.f61969f: feat(OnyxSlider): support new
markslot for custom mark label content3084837: feat(OnyxFormElementV2): improve popover handling and styles
popoverOptionspropertyPatch Changes
FormElementPopoverOptionstoFormElementV2PopoverOptionsonyx-grid-layoutwhen a sidebar exsists@sit-onyx/headless@0.7.1
Patch Changes
insidetype to also allowElement@sit-onyx/playwright-utils@1.2.1
Patch Changes