Commit fa725f5
chore: update onyx versions and changelogs for release (#4841)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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/headless@0.7.0
### Minor Changes
- df4fa65: feat(createSlider): adapt `mark` left position style
calculation
There is no additional `transform` necessary to align the marks, instead
the necessary calculations parameters changed:
- `positionOffset` is removed
- `padding` is added to allow for the definition of safe-zones at the
start and beginning of the trail.
- `markWidth` is added to account it's width in the calculation and no
additional transform is necessary.
E.g.
```ts
mark({ value: markItem.value, label: markItem.label, positionOffset:
"0.25rem" });
```
is now
```ts
mark({ value: markItem.value, label: markItem.label, padding: "0.1rem",
markWidth: "0.375rem" });
```
## @sit-onyx/icons@1.6.0
### Minor Changes
- 3e34b0c: feat: update icons
#### New
- dremio
- pubsub-service
## @sit-onyx/nuxt-docs@0.3.0
### Minor Changes
- 02318ac: There are now new prose components available for usage in
markdown files and existing ones have updated styles.
- add `InfoCard` component that uses the `OnyxInfoCard`
- external links are opened with target `_blank` by default
- add `ProseCode` component for inline code snippets
- updated vertical spacings for: h2 and h3 headlines, table,
PackageManagerCodeTabs and NpmInstallCodeTabs
- add `ProseHr` component for horizontal separators
- add `ProseP` component for regular paragraphs
- replace `ResolvableIcon` component with `useIcon` composable
### Patch Changes
- Updated dependencies [9b56bbb]
- Updated dependencies [1d9b1f1]
- Updated dependencies [55835b4]
- Updated dependencies [4c113d6]
- Updated dependencies [d0cdc5d]
- Updated dependencies [0b13ab6]
- Updated dependencies [3e34b0c]
- Updated dependencies [ce8dc98]
- Updated dependencies [da2532c]
- Updated dependencies [b5a641b]
- Updated dependencies [7574590]
- Updated dependencies [7664b2b]
- Updated dependencies [3fd9d72]
- sit-onyx@1.8.0
- @sit-onyx/icons@1.6.0
## sit-onyx@1.8.0
### Minor Changes
- 55835b4: fix(OnyxDatepicker): Fix timezone being considered
incorrectly when caculating date
- 0b13ab6: feat: implement new `OnyxUnstableKey` and
`OnyxUnstableShortcut` components as well as `_unstableUseShortcut`
composable
For now, the components and composable are marked as
experimental/unstable which means that they are still under active
development and the API might change in patch or minor releases. Keep an
eye on the
**\[**changelog**]**(**<https://onyx.schwarz/development/packages/changelogs/sit-onyx.html>**)
when using them.
- da2532c: feat(OnyxFormElement, OnyxForm): Add new
`reserveMessageSpace` prop, which permanently blocks the message space
(used by errors etc.) beneath the input field. Enabling this ensures no
layout shifts are happening when the error state of an form element
changes.
- 7574590: The `OnyxUnstableCodeTabs` and `OnyxUnstableCodeTab`
component are now considered stable so they are renamed to
`OnyxCodeTabs` and `OnyxCodeTab`.
There won't be any breaking changes from now on within minor versions.
Other changes:
- changed code font size from regular to small.
- 7664b2b: fix(OnyxDataGrid:stickyColumns):
- columns groups can now be adjusted via features
- make columns groups sticky for the sticky feature
### Patch Changes
- 9b56bbb: fix(OnyxForm): Fix shorthand for showError boolean prop not
working
- 1d9b1f1: fix(OnyxShortcut, OnyxKey): correctly auto determine
operating system
- 4c113d6: fix(OnyxSlider): Tooltip not correctly aligned with thumb
- d0cdc5d: fix(OnyxDataGrid/filtering): Fix filterFunc value is always
passed as string
- ce8dc98: fix(OnyxKey): use key name for screen readers instead of
symbol
- b5a641b: Deprecate the `--onyx-font-family` CSS variable. Use
`--onyx-font-family-paragraph` instead.
- 3fd9d72: fix(OnyxKey): use "Esc" label for escape key on macOS
fix(OnyxGlobalSearch): do not override OnyxKey styles
refactor(OnyxKey): remove redundant key mappings
- Updated dependencies [3e34b0c]
- @sit-onyx/icons@1.6.0
## @sit-onyx/figma-utils@1.0.2
### Patch Changes
- 3761d1f: fix(import-icons): continue import when single icon fails
## @sit-onyx/playwright-utils@1.1.1
### Patch Changes
- 0b13ab6: fix(screenshot-matrix): support using UTF-16 characters for
rows and columns
You can now use UTF-16 characters for row and column names when
capturing screenshot matrix tests since they will now be escaped with
`String.codePointAt()` so the resulting CSS grid layout areas have valid
values in such cases.
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lars Rickert <lars.rickert@mail.schwarz>
Co-authored-by: Jonathan Carle <jonathan_leo.carle@mail.schwarz>1 parent 9b56bbb commit fa725f5
File tree
29 files changed
+101
-136
lines changed- .changeset
- packages
- figma-utils
- headless
- icons
- nuxt-docs
- playwright-utils
- sit-onyx
29 files changed
+101
-136
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments