All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.2.0] - 2021-10-12
- Migrated
@stitches/react
from v0.1.7 to v1.2.5 - Updated dependencies
- Updated
Note
's secondary and tertiary types' colors.
[0.1.16] - 2021-04-04
- Add
IdProvider
for SSR - Add
Separator
component
- Center Dropdown Menu's Trigger button
[0.1.15] - 2021-04-01
- Add
Progress
component - Add whitespace utils (e.g.
m
for margin,pl
for padding left, etc.)
- Update shadow color of disabled secondary button
- Add
number
type tofgap
[0.1.14] - 2021-03-31
- Add flexbox gap polyfill via utils. (
fgap
)
- Add scrolling to
TextArea
component - Update font type in
Note
component
- Update stitches from 0.1.0-canary.20 to v0.1.4
- Revert margins of
Headline.Title
andHeadline.SubTitle
[0.1.13] - 2021-03-20
- Add scrolling to
TextArea
component
- Update semantic theme colors (e.g.
$accent
,$info
, etc.) - Update dialog width on mobile devices
- Update margins of
Headline.Title
- Update
Headline.SubTitle
totextTransform: 'uppercase'
,
[0.1.12] - 2021-03-15
- Add and export Visually Hidden from Radix UI
- Add loading text to loading button
- Add Link component (variants: color, size, etc.)
- Add display variant to Box
- Add visually hidden text to spinner
- Update min width of dialog
- Update background color of accent button
- Update
stitches
to v0.1.0-canary.20
[0.1.11] - 2021-03-11
- Update Spinner size in loading button
[0.1.10] - 2021-03-11
- Update Spinner sizes
[0.1.9] - 2021-03-10
- Add Headline component
- Export Accessible Icon from Radix UI
- Add acknowledgment to Hero Icons in README.md
- Update stitches from
0.1.0-canary.12
to0.1.0-canary.17
- Add
as
prop to dialog title
[0.1.8] - 2021-03-01
- Add variants to Dialog.Root
- Add Note component (variants: type and size)
- Add polymorphic to all components
- Update semantic colors (eg.
info: blue700
=>info: blue500
)
- Update Dialog footer's display
- Remove variants exports
[0.1.7] - 2021-03-01
- Add X Icon
- Update Dialog styles
- Add Footer
- Add Buttons
- Update Dropdown Menu Item base and hover color
[0.1.6] - 2021-02-28
- Dropdown Menu
- Add active variant
- Export Theme
- Add Dialog
- Update Heading sizes
[0.1.5] - 2021-02-28
- Add Dropdown Menu
- Add Container
[0.1.4] - 2021-02-28
- Add Clickable Div
- Add type variant
- Label
- Add size variant
- Add color variant
- Update heading size variants' font weights
- Update button padding
- Rename button's size variants
[0.1.3] - 2021-02-27
- TextArea
- Add variant
- Add size variant
- Export CSS type
- Relocate Variant exports
[0.1.2] - 2021-02-27
- Conditions
- Add xs condition
- Add down and up conditions
- Text
- Add color variant
- Heading
- Add color variant
- Input
- Add variant
- Add size variant
- Fix import in example
[0.1.1] - 2021-02-23
A React UI component library with a minimal design. The official design system for Sutle.
Components are created using Radix, styled using Stitches and utils/primitives inspired from TailwindCSS.
Install Minorui
using yarn or npm:
# Using NPM
npm install --save minorui
# Using Yarn
yarn add minorui
import { Heading } from 'minorui';
...
<Heading>
Hello World
</Heading>
[0.1.0] - 2021-02-23
A React UI component library with a minimal design. The official design system for Sutle. Initial pre-release of Minorui.