We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: Refactor and update widget documentation and implementation - Removed the planned `TitleBar` documentation as it has not been implemented. - Updated `VirtualList` documentation to clarify usage and controller methods. - Revised `Widgets` documentation to reflect the current state of shipped widgets. - Added `FormField` component documentation, detailing its usage and props. - Improved sidebar organization for better navigation and clarity.
Refactor documentation and code for v0.3 migration - Updated Component-Toast to use new PopoverState initialization. - Corrected documentation in Components.md regarding the number of default renderers from 38 to 54. - Enhanced Demos.md to clarify the use of a custom notification host and the deprecation of the v0.3 notification_host() factory. - Revised Design-Internationalization.md to reflect the correct locale crate names. - Modified Design-Layout-Rules.md to indicate the use of a custom notification host. - Adjusted Guide-Quick-Start.md to correct the number of default renderers and added notes on the stale comment regarding the count. - Updated Guide-Recommended-Practices.md to reflect the new demo structure and the addition of variant_showcase. - Changed Guide-Theming.md to clarify the number of default renderers and the JSON theme structure. - Enhanced Home.md to provide clarity on the breaking changes in v0.3 and the status of older demo folders. - Revised Migration.md to serve as the single source of truth for v0.2 to v0.3 migration, detailing the workspace structure change and new renderer registration process. - Updated Widget-TitleBar.md to reflect the new callback pattern for state updates. - Adjusted _Sidebar.md to clarify the migration notes.
docs: Update Widgets documentation for v0.3, including widget status, new architecture, and migration notes - Revise the Widgets index to reflect the removal of `yororen_ui::widget` and introduce new widget definitions. - Add detailed descriptions of shipped widgets and their canonical import paths. - Document the planned `TitleBar` widget and its current status. - Introduce a new "Three-layer architecture" design document outlining the headless, renderer, and theme layers. - Create a migration guide for transitioning from v0.2 to v0.3, highlighting breaking changes and new patterns. - Update footer and sidebar links to reflect the new versioning and documentation structure.
Reorganize pages: add sidebar, fix links, flatten names