Skip to content

Latest commit

 

History

History
364 lines (173 loc) · 16.1 KB

CHANGELOG.md

File metadata and controls

364 lines (173 loc) · 16.1 KB

1.21.1 (2021-08-18)

Bug Fixes

1.21.0 (2021-08-18)

Features

1.20.0 (2021-05-09)

Bug Fixes

Features

1.19.9 (2020-11-19)

Bug Fixes

  • FileInput: FileInput component wrapper width fix (#92) (feb2439)

1.19.8 (2020-11-18)

Bug Fixes

  • input-tag: fixed z-index of suggetions (c683c8c)

1.19.7 (2020-11-18)

Bug Fixes

  • editor-inputTag: added default value for editor. (6f99ed9)

1.19.6 (2020-11-16)

Bug Fixes

  • editor: fixed default value component (170fc4c)
  • editor-serialize-text: added parsing html text for editor (7534bc7)

1.19.5 (2020-11-11)

Bug Fixes

  • PrefilledInput: Fixed PrefilledInput change, focus, blur events handling (1c40c59)

1.19.4 (2020-11-11)

Bug Fixes

  • prefilled-input: added firing on change event (a8dfad9)
  • prefilled-input: changed ref to prefilled input (95ebbf9)

1.19.3 (2020-11-10)

Bug Fixes

  • editor: fixed editor border color (0a9b842)

1.19.2 (2020-11-08)

Bug Fixes

  • switch: fixed switch colors (1d26ccc)

1.19.1 (2020-11-06)

Bug Fixes

  • Button: Improved Button, IconButton styles (a64087e)

1.19.0 (2020-11-06)

Bug Fixes

  • Field: changed props passing (9b60f9a)
  • Field: fixed filed alignment (95111a1)
  • FileUpload: fixed export from FileUpload component (da790f0)
  • Theme: changes bg color (8a35781)

Features

  • StatusLabel: added status label component (94575b2)

1.18.0 (2020-10-29)

Bug Fixes

  • FileUpload: removed unnecessary button file (c609948)
  • LabeledSelect: fix export with labeled select (598912b)

Features

  • FileUpload: Added basic FileUpload compinent (2a96f56)
  • FileUpload: Improved FileUpload component, added strories (463aa8a)

1.17.0 (2020-10-29)

Bug Fixes

  • Editor: fixed editor border style (357d1d3)
  • Field: fixed field alignment (92b915b)
  • PrefilledInput: fixed focus to element (4707f44)

Features

  • Editor: added logic for hiding toolbar (76681f8)

1.16.0 (2020-10-28)

Features

  • LabeledSelect: added select comp with label (1534111)

1.15.0 (2020-10-27)

Bug Fixes

  • PrefilledInput: fixed export statement (37a7b0c)

Features

  • PrefilledInput: added condition for label (5cc245b)
  • PrefilledInput: added label before input (640a0ad)

1.14.2 (2020-10-27)

Bug Fixes

  • CheckboxList: fixed key parameter with default id (7115109)

1.14.1 (2020-10-24)

Bug Fixes

  • Fix issues with dependencies (713a365)

1.14.0 (2020-10-24)

Bug Fixes

  • Editor: removed css style and added sx prop (b4f17af)
  • export: fixed exports from components (022f3c8)
  • PreffiledInput: Added flex direction for container. Added moving preffiled text (3f1e4e4)
  • PreffiledInput: Changed input to theme-ui (0a21cb9)
  • PreffiledInput: fixed moving prefilled text (28f442e)
  • PrefilledInput: Added hook for counting content length. (db1cdee)
  • PrefilledInput: Fix check statement for ref (7f38903)
  • PrefilledInput: Fixed border radius (8d0d119)
  • PrefilledInput: Fixed css file with sx (72f7086)
  • PrefilledInput: Fixed flex grow for input (bfe2ddb)

Features

  • OptionView: Added view for showing options (7164ec3)
  • PrefilledInput: Added new prefilled input component. Code cleaning by lint command (cdc5aa5)

1.13.0 (2020-10-20)

Bug Fixes

  • CheckboxList: Added key property to the checkbox in the list component (570b9f8)
  • CheckboxList: List optimisation with key attr (70eafc3)

Features

  • CheckboxList: Added checkbox list component (8452757)
  • Switch: Added switch component (1865d8e)

1.12.0 (2020-10-13)

Bug Fixes

  • InputTags: Imporoved styles (add6ff9)

Features

  • Components: Added InputTags component (a32816e)

1.11.1 (2020-10-12)

Bug Fixes

  • Header: Added header margin bottom. Fixed header font sizes (f747c85)

1.11.0 (2020-10-12)

Bug Fixes

Features

  • Editor: Added WYSIWYG editor (cc131eb)

1.10.0 (2020-10-12)

Features

  • Components: Added basic Modal component (001015d)
  • Components: Added CloseButton component, improved Modal component (27810f3)

1.9.0 (2020-10-08)

Bug Fixes

  • Table: remove ternary condition for width (d1eeedd)

Features

  • Table: add ability to set width of column by passing the argument to the Table component (7026b9f)

1.8.0 (2020-09-19)

Features

1.7.0 (2020-09-19)

Bug Fixes

Features

  • Add LoaderButton and LoaderIcon (1e24a28), closes #31
  • Add Skeleton Component (3ccc22b), closes #25

1.6.0 (2020-09-18)

Features

  • Add Field component (bd7a66d), closes #28
  • Add Select Component (77d667d), closes #27
  • Add textarea styling and correct a few styles (4554b89)

1.5.0 (2020-09-16)

Features

1.4.5 (2020-09-16)

Bug Fixes

  • Typography: Fixes font-sizing according to design specifications (0566ad4), closes #30

1.4.4 (2020-09-09)

Bug Fixes

1.4.3 (2020-09-08)

Bug Fixes

1.4.2 (2020-09-08)

Bug Fixes

1.4.1 (2020-09-08)

Bug Fixes

  • Add NPM to semantic release (a582b39)

1.4.0 (2020-07-11)

Bug Fixes

  • Update text on disabled checkbox (0bf5e85), closes #19

Features

  • Icons: Add icons and icon generation scriptAdds a generate script for icons and initial icons.fix #4 (dad4cfd)
  • Logo: Add Logo Component (08f65e2), closes #13

1.3.0 (2020-07-11)

Features

  • Badge: Add Badge Component (9b8ce45), closes #9
  • Checkbox: Add Checkbox component (8a44025), closes #6
  • Link: Add Link Component (f4ff6b3), closes #8
  • Radio: Add Radio component (d9a15cc), closes #7

1.2.0 (2020-07-11)

Features

  • Input: Add Input component (3510a87), closes #11

1.1.0 (2020-07-11)

Features

  • Update to Storybook 6 🎉and Theme UI next 🎉 (a2a2e3f)