Releases: aalicki/fusion-ui-kit
v0.0.1 Beta
- Removed the Pagination component for now.
- Cleaned up a handful of components.
- Added more configuration for existing components.
- Prepped the library for Beta.
What's Changed
Full Changelog: v0.0.3-alpha...v0.0.1-beta
v0.0.3-alpha
This release has a lot of QoL improvements along with component improvements for more flexibility and consistency across the UI/UX. It adds more properties to various components, updates color themes for others, and allows components called from inside other components to better adapt to the color and styling of the parent component.
What's Changed
- Readme Updated by @aalicki in #1
- Stat Blocks & Nav Bar Fixes by @aalicki in #7
- Button & Card Improvements by @aalicki in #8
- Component Improvements by @aalicki in #9
Full Changelog: v0.0.2-alpha...v0.0.3-alpha
v0.0.2-alpha
This release contains all of the planned components, along with a README file that demonstrates at least a basic usage of them. It does not include additional documentation, usage examples, or further demonstrations.
The components, and how they are formed, and initiated are a close representation of what to expect in the initial release.
It's possible and likely these components will not scale well on smaller or larger screens. There are no 'dark-mode' variants of the components as this color scheme will not change based on that variable.
It includes the following components:
- Alerts
- Avatars
- Badge
- Breadcrumbs
- Button
- Button Group
- Card
- Dropdown
- Heading
- Input
- Input Group
- List Group
- Modal
- Navbar
- Nav Links
- Pagination
- Pricing
- Progress Bar
- Stats
- Switch (Radio)
- Table
- Tabs
Initial Alpha release
- Initial development release with 1 (alert) Component.
Will be used to test local installs as component development proceeds.