Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.29 (2021-06-28)

Features

  • link: implement Link component (fe2e3e4)
  • link: initial code for link component (1e69122)

0.1.28 (2021-06-22)

Features

  • card: add borderStyle and borderSize props for controlling Card borders (23548cc)
  • card: create Card component (257e232)
  • card: implement showShadow prop for controlling shadows (442ca05)

Bug Fixes

  • box: switch Box padding and margin to px (986f450)

0.1.27 (2021-06-20)

Bug Fixes

  • additional css prop on Button component (6ad7d68)

0.1.26 (2021-06-19)

Bug Fixes

  • add gatsby-browser for client side rendering (2510a90)
  • add gatsby-srr to fix breaking build (0ee56bf)
  • remove styling breaking build (0976d67)
  • theme variables breaking build (ae62fac)
  • theme variables breaking build (c33a460)
  • theme variables breaking build (d235535)
  • theme variables breaking build (c43e26e)
  • wrap whole app in ThemeProvider to prevent build fail (e4520d7)

0.1.25 (2021-06-11)

Features

  • cracking theming with runtime values (21b7569)

Bug Fixes

  • make variant prop on Spinner optional (364e974)

Refactors

  • add support for theming avatar (619ff81)
  • bake theming into Button component (36a6d83)
  • bake theming into spinner (8ae9739)
  • implement theming for input component (f6c147c)
  • move theme props to seperate definition (059a5a1)
  • new direction for theming (32e47ba)

0.1.24 (2021-06-09)

Features

  • accordion: add Accordion component (c0f8f79)

Refactors

  • accordion: add Default story to storybook (d2b47d6)
  • accordion: implement accordion width & position (dc1e122)
  • accordion: implement accordion width & position (be90f81)

0.1.23 (2021-06-08)

Features

  • separator: implement Separator component (fca91ab)

Refactors

  • spinner: rewrite spinner to be usable as a standalone component (9d82619)

0.1.22 (2021-06-08)

Bug Fixes

  • use correct variable for image caption (7feeb10)
  • Input: fullwidth prop not applying (2a8843e)

0.1.21 (2021-06-03)

Features

  • add Box component with documentation (1a8e2d6)

Bug Fixes

  • button: inherit page font properties (cb16f12)

Refactors

0.1.20 (2021-05-23)

Features

  • initial code for accordion component (e68374b)

Bug Fixes

  • move modal content to top of page (0276dca)

Chores

0.1.19 (2021-05-21)

Refactors

  • add data-modalopen attribute to Modal (8c9a6d5)

0.1.18 (2021-05-20)

Features

  • enable ref forwarding in button component (f18f3fa)
  • initial work on modal component (0571578)

Chores

Refactors

  • add ModalFooter component (cfaffa4)
  • flesh out modal components (509ca80)
  • move modal components to separate files (7589537)
  • unwrap ModalContent from ModalOverlay (a295a5a)

0.1.17 (2021-05-20)

Features

  • enable ref forwarding in button component (f18f3fa)
  • initial work on modal component (0571578)

Chores

Refactors

  • add ModalFooter component (cfaffa4)
  • flesh out modal components (509ca80)
  • move modal components to separate files (7589537)
  • unwrap ModalContent from ModalOverlay (a295a5a)

0.1.16 (2021-05-07)

Bug Fixes

  • change default values for Flex component (afe878d)
  • set default align-items to flex-start (30f1605)

0.1.15 (2021-05-06)

Bug Fixes

  • all children under Flex are flex children (ee98ac1)

Chores

  • move changelog to website (05a2db3)

0.1.14 (2021-05-06)

Features

  • flex: implement flex container component (8a7ff15)
  • flex-item: implement flex item component (8683f31)

Bug Fixes

  • implement grid gap fix on flex component (96f5fa6)
  • switch up gap prop from string to number (4c74b09)

0.1.13 (2021-04-28)

Features

  • implement global CSS style; fixes #4 (8417462)

Bug Fixes

  • bug breaking build (3099ab6)
  • emotion passing invalid props into DOM; fixes 3 (64ab4ed)

Chores

  • bump up @avocado-ui/react version in docs (29adea1)

0.1.12 (2021-04-16)

Bug Fixes

  • set default value for captionPosition (044d347)

0.1.11 (2021-04-16)

Features

  • implement caption and caption positioning for images (a881f7e)

0.1.10 (2021-04-16)

Features

  • add Image component (3df0052)
  • handle single word name in Avatar component (536e932)
  • implement objectFit prop for specifying image fitting (b5f83dc)
  • implement shape and size props for Image component (c57784c)

0.1.9 (2021-04-15)

Features

  • add functionality for customizing avatar background color (8126bfc)
  • enable shape prop for customizing avatar borders radius (81aa9c0)
  • implement sizing Avatar with number & size types (e48da2a)
  • implement support for image, icon and initials in Avatar component (97aa62a)

0.1.8 (2021-04-14)

Features

  • implement trim, align, size props for Text component (78c739c)

0.1.7 (2021-04-14)

Features

  • implement text-align in heading (267c64d)
  • implement trim prop to truncate heading text (8b7db42)

Chores

  • changelog: enable different commit types in changelogs (3b77617)

0.1.6 (2021-04-14)

Features

  • implement theming without theme-ui and passing props into component (a062a1e)

0.1.5 (2021-04-11)

Features

  • add button component theme (31886d2)
  • add button tests (7044cf8)
  • add emotion for styling (50925d4)
  • add homepage component (f6989d8)
  • add more tests for input component (34f6259)
  • add select component (1335e82)
  • add tests for select component (5717064)
  • add theme colors (4194158)
  • boilerplate for select component (dce8e2f)
  • bootstrap starter files for button component (ba09068)
  • bootstrap Text & Heading components (1014512)
  • implement button prefix/suffix icon (e44d7f6)
  • implement button variants (10135a9)
  • implement input left/right addons (fd0c2ef)
  • implement loading spinner for button (ef577ee)
  • implement theming and bootstrap tests for button (7a21ee7)
  • setup button tests (3448ec7)
  • setup component theming (92d2671)
  • skeleton for radio input component (d272760)
  • write basic tests for input (82de0b8)
  • write styles for input component (8be1517)
  • Button: add trim() functionality for button text (e4dc9aa)

Bug Fixes

  • change default input shape (a590883)
  • remove breaking useState call (8dba51a)
  • button: fix button active styles (1cfc16c)
  • input: pass correct classname to input component (b8782b4)
  • input: remove padding from input without icons (c4e14b8)