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
@cube-dev/ui-kit@0.112.0
Minor Changes
b12a07acThanks @tenphi! - Add recipes feature to the tasty style system. Recipes are predefined, named style bundles registered viaconfigure({ recipes })and applied to components via therecipestyle property. Multiple recipes can be composed with commas (recipe: 'card, elevated'), and component styles always override recipe values. Recipes work with both runtimetastyand zero-runtimetastyStatic.Patch Changes
1e2ca928Thanks @tenphi! - Fix Item description width to properly handle responsive sizing and prevent overflow issues.Note
Low Risk
This PR only updates versioning/changelog metadata (no runtime source changes), so risk is limited to release coordination and the correctness of the published notes/version.
Overview
Bumps
@cube-dev/ui-kitto0.112.0and rolls up release notes intoCHANGELOG.md.This release includes a minor addition to the tasty style system (recipes via
configure({ recipes })andrecipestyle property) and a patch fix forItemdescription width to improve responsive behavior and prevent overflow.Written by Cursor Bugbot for commit 88fd8d9. This will update automatically on new commits. Configure here.