Skip to content

Releases: fulldotdev/ui

v0.3.28

01 Aug 17:02
Compare
Choose a tag to compare
  • 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

21 Jul 16:49
Compare
Choose a tag to compare

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

20 Jul 09:41
Compare
Choose a tag to compare

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

08 Jul 10:47
Compare
Choose a tag to compare

Full Changelog: v0.3.2...v0.3.3

v0.3.2

07 Jul 10:39
Compare
Choose a tag to compare

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

Typography Components

Structure Components

  • Wrap structure added
  • Group structure removed, you can use Column, Row or Wrap directly
  • Stack has been renamed to Column

Segment Components

Theming
Theming has been revamped. Please read the documentation.

Props

  • density has been replaced by a boolean prop called compact
  • variant has different values.
  • contrast has been added as a boolean prop. Formerly was included in variant
  • color 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

12 Jun 13:02
Compare
Choose a tag to compare

Minor changes to yet undocumented components.

Full Changelog: v0.2.12...v0.2.13

v0.2.12

11 Jun 15:23
Compare
Choose a tag to compare

Full Changelog: v0.2.11...v0.2.12

v0.2.11

10 Jun 10:08
Compare
Choose a tag to compare

Full Changelog: v0.2.10...v0.2.11

v0.2.10

10 Jun 07:59
Compare
Choose a tag to compare

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