Skip to content

Releases: Camaradotspace/camara-react

v1.0.0-beta.95

06 Sep 12:53
Compare
Choose a tag to compare
  • 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

04 Aug 12:57
Compare
Choose a tag to compare
  • docs(website): update changelog

  • chore(release): v1.0.0-beta.92

    fix layout issues in BrowserWindow component

V1.0.0-beta.91

04 Aug 12:54
Compare
Choose a tag to compare

July 2021:

  • Clean-up and reorganize the documentation site
  • Rename divider to separator
  • 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
  • Heading Component
    • Added color props to heading component
    • Added noWhiteSpace prop to heading component
  • Text Component
    • Added color props to text component
    • Added fontSize props to text component
  • 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
  • Create new component List

v1.0.0-beta.90

23 Jul 08:17
Compare
Choose a tag to compare
  • fix: fix missing imports

v1.0.0-beta.89

23 Jul 08:05
Compare
Choose a tag to compare
  • 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

21 Jun 11:20
Compare
Choose a tag to compare
  • docs(website): upgrade camara

  • docs(website): improve docs and demo experience

v1.0.0-beta.77

10 Jun 17:51
Compare
Choose a tag to compare
  • docs(website): upgrade camara

  • chore(release): v1.0.0-beta.77

    fix deps issue

v1.0.0-beta.75

10 Jun 06:15
Compare
Choose a tag to compare

v1.0.0-beta.43

25 May 07:26
Compare
Choose a tag to compare
  • ✨: All existing components now support the system props.
  • ❗ BREAKING: Title prop is now renamed to Heading. All prior usage would result in an error.

v1.0.0-beta.42

24 May 17:05
Compare
Choose a tag to compare

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