Closed goranalkovic-infinum closed 8 months ago
This update introduces a mix of enhancements and fixes across the project. Key highlights include the addition of new icons, improvements in UI components like NumberPicker
, Menu
, and ReOrderable
, and a significant rework of the Repeater
component for better usability and visual appeal. Dependency updates are also part of this release, ensuring the project stays current with its software stack.
File(s) | Change Summary |
---|---|
CHANGELOG.md |
Added icons, fixed NumberPicker sizing, tweaked Menu and ReOrderable , reworked Repeater , updated dependencies. |
scripts/components/index.js scripts/index.js |
Updated export paths for Repeater and RepeaterItem components. |
scripts/components/menu/menu.js |
Modified Menu component buttonClassname based on label . |
scripts/components/number-picker/number-picker.js |
Updated NumberPicker container class style for dynamic width. |
scripts/components/re-orderable/re-orderable.js scripts/components/re-orderable/sortable-item.js |
Enhanced ReOrderable with local state management and adjusted SortableItem for better reordering control. |
scripts/components/repeater/docs/readme.mdx scripts/components/repeater/repeater.js scripts/components/repeater/sortable-item.js |
Enhanced Repeater drag-and-drop, updated SortableItem for sorting and actions, removed unnecessary import. |
scripts/editor/icons/icons.js |
Added new UI and block icons, updated existing icons. |
🐰✨
In the world of code, where changes abound,
A rabbit hopped in, with updates profound.
Icons and UIs, all shiny and new,
Tweaks and fixes, enhancing the view.
So hop along, developers, and see what's in store,
In version 9.7.0, there's much to explore!
🌟🐾
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Added
Updated
NumberPicker
sizingMenu
trigger button classes.Repeater
.ReOrderable
so the drag handle is the only place the item can be moved. This alleviates issues with interactive controls within the item.Repeater
restyle:Summary by CodeRabbit
Repeater
component for better usability, including a new look and inline menu for item deletion.ReOrderable
component for enhanced item movement control during drag-and-drop operations.NumberPicker
component.Menu
trigger button classes for better visual integration.SortableItem
component withinReOrderable
for better reordering functionality and user interface.Repeater
component documentation, removing unnecessary imports.Repeater
andRepeaterItem
components to streamline component organization.