Releases: Camaradotspace/camara-react
v1.0.0-beta.95
-
docs(website): update docs, fix style issues
-
docs(website): update homepage copy
-
chore: upgrade stitches, and docs
-
refactor(spacer): rewrite spacer component to support system props
V1.0.0-beta.92
-
docs(website): update changelog
-
chore(release): v1.0.0-beta.92
fix layout issues in
BrowserWindow
component
V1.0.0-beta.91
July 2021:
- Clean-up and reorganize the documentation site
- Rename
divider
toseparator
- New
Select
component - New
Switch
component - New
Accordion
component - Accordion component
- Visible at start
- Prefix
- Custom Icon
- Select & Multi-select
- Add actions tab support to storybook
- Add support for active selected icon to be on left or right
- Change chevron to double chevron
August 2021:
Flex Component
:- Added
alignContent, alignItems, alignSelf, wrap, direction,
props to the flex component
- Added
Heading Component
- Added
color
props to heading component - Added
noWhiteSpace
prop to heading component
- Added
Text Component
- Added
color
props to text component - Added
fontSize
props to text component
- Added
- Create new component
Three-Pane-Window
BrowserWindow
- Update layout in storybook full screen mode
- Fix layout inconsistency
Avatar Component
:Username
prop no longer uses substring to split the initials. Provide the already split initials yourself.
Box
- Add
width
props to box component - Add proper support for
css
props to add additional properties - Add spacing system props
- Add
- Create new component
List
v1.0.0-beta.90
- fix: fix missing imports
v1.0.0-beta.89
-
docs(website): update docs, fix textDecoration bug on anchor component
-
Update HomePage.jsx
-
docs(website): clean-up and reorganize docs
-
feat: create select component...still very unstable
-
feat(select): add support for multi-select
-
feat(switch): add switch stories
-
fix(heading): update heading fontWeight props
-
feat(accordion): create accordion component
-
Merge branch 'main' of https://github.com/Camaradotspace/camara-react
-
feat(accordion): extend accordion api, fix avatar and badge style bugs
-
feat(tab): create tab component
Initial explorations for a tab component...not finalized yet
-
chore(release): v1.0.0-beta.89
v1.0.0-beta.84
-
docs(website): upgrade camara
-
docs(website): improve docs and demo experience
v1.0.0-beta.77
-
docs(website): upgrade camara
-
chore(release): v1.0.0-beta.77
fix deps issue
v1.0.0-beta.75
v1.0.0-beta.43
- ✨: All existing components now support the
system
props. - ❗ BREAKING:
Title
prop is now renamed toHeading
. All prior usage would result in an error.
v1.0.0-beta.42
Badge
component:
- 🆕: `backgroundColor`, `color` and `position` props are now handled by `system` props.
- ✨: `text` prop now supports `string` type.
Box
component:
- 🆕: `height`, `width`, `color`, `border`, `position`, `minWidth`, `minHeight`, `maxWidth`, `maxHeight`, all padding and margin props are now handled by the `system` props.
- 🆕: `role` prop allows setting the ARIA role for the `Box` component
- ❗ BREAKING: `overflow` prop has been removed.
Text
component:
- ✨: `variant` prop is no longer required