Releases: fulldotdev/ui
v0.3.28
- removed some dependencies on scss, more to come
- fixed color/contrast selector specificity
- improved auto-spacing for structures and segments
- added text-align to align prop on top of align-items
- added missing size prop type to card
- general minor fixes and improvements
Full Changelog: v0.3.17...v0.3.28
v0.3.17
This release includes minor fixes and improvements
- z-index 1 to all components for img background
- avatar size improved
- button now accepts avatar
- image mask-lg
- rating accepts label and avatars
- card only overflow when panel
- section overflow-hidden when panel
- child spacing fixes
Full Changelog: v0.3.14...v0.3.17
v0.3.14
What's Changed
A lot of minor fixes during last two weeks. See changelog below for all improvements.
Full Changelog: v0.3.3...v0.3.14
v0.3.3
Full Changelog: v0.3.2...v0.3.3
v0.3.2
Fulldev-ui v0.3 Release Notes
What's New?
Documentation
- We have refactored the documentation of every single component for better understanding.
- Component documentation now includes an interactive story-like preview. You can play around with live props and copy the code.
- Added a search function to the header.
- Props are now displayed more clearly with better examples using a table.
Tailwind Plugin & UnoCSS Preset
For more information on this, visit the frameworks page.
Base Components
- Checkbox component added
- Image component added
- Table component added
- Rating component added
- Select and Input components have been modified to accept a label.
Typography Components
- Text component (renamed from Paragraph)
- Link Component now has an underline prop.
Structure Components
- Wrap structure added
- Group structure removed, you can use Column, Row or Wrap directly
- Stack has been renamed to Column
Segment Components
- Header component added
- Footer component added
- Deck segment removed, you can use Grid, Carousel or Masonry directly
Theming
Theming has been revamped. Please read the documentation.
Props
density
has been replaced by a boolean prop calledcompact
variant
has different values.contrast
has been added as a boolean prop. Formerly was included in variantcolor
prop added as part of the revamped theming system
Migrating from v0.2
Please go through the above specified changes and update you project accordingly. From this point on versions will have a lot less breaking changes. If they still do appear, we make sure to provide clear migration instructions.
For any feedback, issues, or missing information, please create an issue. We'd also love to hear what you think about this release and invite you to have a chat in our Discord.
v0.2.13
Minor changes to yet undocumented components.
Full Changelog: v0.2.12...v0.2.13
v0.2.12
Full Changelog: v0.2.11...v0.2.12
v0.2.11
Full Changelog: v0.2.10...v0.2.11
v0.2.10
In this release we focussed on showing and improving the things that make Fulldev UI unique.
- Updated homepage to include examples and features
- Updates default and docs color palette to be more like the Astro ecosystem
- Added segment and structure components
- Added support for usage with CSS/JS frameworks