Skip to content

Latest commit

 

History

History
547 lines (334 loc) · 29.9 KB

CHANGELOG.md

File metadata and controls

547 lines (334 loc) · 29.9 KB

2.0.3 (2024-11-22)

2.0.2 (2024-11-22)

0.21.10 (2023-04-05)

0.21.7 (2023-03-31)

0.21.5 (2023-03-31)

0.21.3 (2022-05-26)

New Features
  • EditableField: added unit prop to EditableField.Text DHP-1056 (#191) (37debed4)

0.21.2 (2022-04-12)

Documentation Changes
New Features

0.21.1 (2022-03-09)

New Features
  • Paper: Added the ref prop to the component (#186) (6f478630)

0.21.0 (2022-02-25)

New Features
  • Table: Added type generic for the Table component STC-929 (#185) (74c819f8)

0.20.5 (2022-02-16)

Chores
  • Added plop generator for new components STC-699 (#183) (3a2a8a9a)
  • Added divider documentation on Docusaurus STC-745 (#182) (b71dff2c)
  • Added new button variations to docusaurus STC-740 (#181) (8a882233)
  • Added Card docs to docusaurus STC-743 (#180) (d393d877)
New Features
  • Breadcrumbs: added className and some default styles STC-823 (#184) (cebdafa0)

0.20.4 (2022-02-01)

New Features

0.20.3 (2022-01-18)

New Features
Bug Fixes
  • Fixes the missing exports for CheckableTag (#177) (74aa87a6)

0.20.2 (2022-01-13)

Bug Fixes
  • Select: Fix Select not working for defined but falsy values (#176) (4c2dc89a)

0.20.1 (2022-01-12)

New Features
  • Tabs: Added className prop, and improved a11y (#175) (9e9fb099)

0.20.0 (2022-01-06)

Chores
New Features
  • CheckableTag: Added new CheckableTag component STC-825 (#174) (7e6f4f4b)
  • Tabs: Changed the Tabs component to follow the prototype STC-799 (#173) (8d14b8bf)

0.19.0 (2021-12-30)

Bug Fixes
  • MobileModal: Fixes closing when input STC-794 (#171) (48b81ece)
  • DateSelect: Fixes a11y on the Custom option STC-793 (#170) (1c2d0db3)
  • Select: Fixes a11y issues STC-786 (#169) (0cbb6970)

0.18.3 (2021-12-21)

New Features

0.18.2 (2021-12-15)

Chores
  • DesktopModal: removed unused prop onClose (#166) (d3cb7507)
Bug Fixes

0.18.1 (2021-12-08)

New Features
  • removed css import, added styles with sx STC-684 (#163) (82f37ad5)

0.18.0 (2021-12-07)

New Features
Other Changes

0.17.1 (2021-11-24)

Bug Fixes
  • LinearProgress: Now exporting the component STC-543 (#160) (ec01e1f0)

0.17.0 (2021-11-24)

New Features
  • LinearProgress: Created the LinearProgress STC-543 (#159) (2bce0ff5)

0.16.1 (2021-11-19)

New Features
  • Divider: Added variant prop with horizontal/vertical STC-545 (#156) (3ac38fb5)
Bug Fixes
  • MobileModal: Fix re-positioning of modal when content changes STC-633 (#158) (f0e9df95)

0.16.0 (2021-11-10)

New Features

0.15.0 (2021-11-08)

New Features
Bug Fixes
  • fixed theme-ui peer dep to exact version 0.10.0 (#153) (f0d49416)

0.14.0 (2021-10-14)

Continuous Integration
  • fix chromatic deploy on master (1fc265eb)
Documentation Changes
New Features
  • Skeleton: Added Skeleton component STC-47 (#152) (f802c361)

0.13.1 (2021-10-04)

Bug Fixes
  • Added missing Avatar export (136c8fcd)

0.13.0 (2021-09-30)

Breaking Changes
  • Removed deprecated Selector component STC-533 (#149) (d5de5128)
New Features
  • Avatar: Added new Avatar component STC-481 (#148) (6f3a9253)

0.12.0 (2021-09-28)

Breaking Changes
  • moved theme-ui to peerDependencies STC-403 (#146) (8835b60f)

0.10.1 (2021-09-01)

Chores
Bug Fixes
Other Changes
  • reworked snapshots save path (8bc088b9)
Refactors
  • colocate storyshots with component files (5d218837)

0.10.0 (2021-07-29)

Chores
  • New building process with rollup STC-358 (#139) (84dc2551)
  • Removed old snapshots STC-352 (31386bfd)
  • Switch:
    • changed default color STC-352 (017b336e)
    • Updated tests, added docs STC-352 (fbcdbdde)
New Features
  • Switch: Added Switch STC-352 (f6ce143d)

0.9.6 (2021-07-21)

New Features
  • Uploader: Added showFiles option minor layout fixes STC-306 (ec4fad2a)
Bug Fixes
Tests
  • Uploader: Fixed tests STC-306 (69408dad)

0.9.5 (2021-07-19)

Bug Fixes
  • SubNavigationMenu: Updated unselected color (4b6df262)
  • SubNavitationMenu: Minor fixes, added export STC-306 (7eccd29e)

0.9.4 (2021-07-13)

Bug Fixes
  • ListSelect: Added missing export (1b5a9e8c)
  • Editable: Fixed Editable Select blur bug (d935c8fd)

0.9.3 (2021-07-09)

Bug Fixes

0.9.2 (2021-07-09)

Chores
  • Added vite builder to storybook, added ESM build (d3f9381e)
Bug Fixes
  • Fixed ssr error on Select and Autocomplete (c3b1268f)
  • Fix storybook error (64b5b765)
  • Autocomplete:
    • Fixed enter closing menu on multi DEV-296 (4272f489)
    • Fix arrow navigation not working (f1016797)
  • Popover:
    • Fixed appendTo prop DEV-296 (0e348b1b)
    • Fixed popover clipping on rare cases DEV-288 (cefc85b3)
  • Editable: fixed autocomplete style prop not applying DEV-288 (881111d1)

0.9.1 (2021-07-05)

New Features
  • Snackbar: Added hook and provider exports DEV-253 (8376a081)

0.9.0 (2021-07-05)

Chores
  • Storybook: Updated storybook DEV-253 (c0114886)
New Features
  • Snackbar:
    • Added useSnackbar hook and Provider DEV-253 (fb915f6a)
    • Added Snackbar component DEV-253 (b1725677)
Tests
  • Snackbar: Added tests and snapshots DEV-253 (cdb2c56b)

0.8.0 (2021-06-30)

New Features
  • fix issues pointed on PR (2444c4aa)
  • Tabs:
    • change css properties to use constraints from theme (1f3c1f56)
    • Update styles to match theme default colors (0898602e)
  • Tab:
    • Upgrade tab styles and component signature (a57f77bb)
    • Add Tab Component (d7ec2b16)
Other Changes
  • micromedio/herz-ui into DEV-203 (126cd739)
  • micromedio/herz-ui into DEV-203 (d35072f9)

0.7.1 (2021-06-16)

New Features
  • Accordion:
    • Added backgroundColor prop DEV-204 (06521acc)
    • Added Accordion component DEV-204 (322105a9)
  • Tag: Added Tag component DEV-44 (12064e27)
Bug Fixes
  • Popover:
    • Update tests to implement findBy instead of waitFor, in queries (799484ee)
    • solving tests (05e7d07d)
    • make sure props.render is available (467f05c9)
    • Tippy bug on inputs getting height: 0 (fd2f569b)
Tests
  • Accordion:
  • Tag: Added snapshots DEV-44 (ea0667c3)

0.7.0 (2021-06-10)

Breaking Changes
Chores
Bug Fixes
  • prettier auto fix DEV-94 (ff23b687)
  • Select: Fixed select opening on hover (dc86f9cd)
Other Changes
  • micromedio/herz-ui into DEV-94 (ea5098c0)
Refactors
  • updater default color usage DEV-94 (1b0d9e56)
Tests

0.6.0 (2021-06-01)

Breaking Changes
  • EditableText: Deprecate component DEV-194 (23469515)
Chores
Documentation Changes
  • EditableField: Added docs DEV-194 (8e3f8d2c)
New Features
  • EditableField:
    • Added Select EditableField component DEV-193 (#112) (01575201)
    • Added EditableField component with Group and Text DEV-194 (2e3ab717)
  • Docs: Add typography and color docs to styleguidist (d2e54977)
  • Radio:
    • Update value to be received by radio.group DEV-136 (8f0c0428)
    • Add snapshots and solve storybook issues DEV-136 (576130b8)
    • Add radio group context capabilities (8ab1d2fb)
    • add Radio Group component (372fb510)
    • send storyshots to repo (8ad3694c)
    • Add Radio Component DEV-136 (a7e7b891)
Bug Fixes
  • Popover: Fixed popover overlay bug (92bcfeec)
Other Changes
  • Radio: fix mistake of value definition and make possible control radio from outside (7298788b)
  • micromedio/herz-ui into DEV-136 (ed412b08)
Tests
  • EditableField:

0.5.0 (2021-05-20)

Breaking Changes
  • Selector: Deprecated Selector DEV-53 (18eb3f0b)
Chores
Documentation Changes
  • DateSelect: Added DateSelect docs DEV-53 (a10204b2)
  • Select: Fixed docs DEV-53 (9f9ddc62)
  • herz:
    • fix typos and description on README (DEV-93) (03a71398)
    • update contributing description (DEV-93) (4b932011)
    • Update README and add CONTRIBUTING files (fa85189a)
  • core: Add changelog document with 0.4.5 (DEV-93) (048978c4)
New Features
  • Autocomplete: Add Autocomplete component DEV-152 (#103) (3771df76)
  • DateSelect:
    • Add hideCustom prop DEV-53 (b4b02e44)
    • Added error states DEV-53 (7a60d8b6)
    • Added DateSelect component DEV-53 (b9c58a31)
  • Select:
    • Added custom option component DEV-53 (56b7356d)
    • Added new Select component DEV-53 (6fe64090)
  • Popover: Added props to style content and box DEV-53 (46d500d2)
  • InputGroup: Added InputGroup component DEV-137 (d3d166ce)
  • Highlight: Added Highlight component and colors to the theme DEV-162 (#100) (25558689)
  • TextField: Add onBlur prop (410e9b6b)
  • Input: Add onBlur prop (f3520821)
Bug Fixes
  • Select:
    • fixed issue when children has nested arrays DEV-53 (bea0ce11)
    • Renamed SelectOption type DEV-53 (e8ae33b8)
    • Fixed prop typo DEV-53 (100e13f7)
    • fixed selected bugs (9369c81c)
    • Removed Date stories DEV-53 (5039d881)
  • InputGroup: Added missing export (802ba284)
  • DateSelect: Fixed bug when controlled component (84b7c68c)
  • Added missing exports DEV-53 (db336cab)
  • Flatten array before parsing DEV-53 (f88a8514)
  • fixed table checkbox showing on top of headers on scroll (#92) (44f998e8)
  • fixed table checkbox alignment (#91) (31faa26a)
  • Selector: Fixed bug when all options are default options DEV-53 (038fc2e5)
Other Changes
Refactors
  • DateSelect: Removed mask, added placeholder DEV-53 (d19342b6)
  • changed ValueList label from string to ReactNode (#93) (c358b98b)
Tests

Unreleased

Bug Fixes

0.4.5 (2021-05-05)

Bug Fixes
  • fixed table checkbox showing on top of headers on scroll (#92) (44f998e8)
  • fixed table checkbox alignment (#91) (31faa26a)
Other Changes
Refactors
  • changed ValueList label from string to ReactNode (#93) (c358b98b)

0.4.4 (2021-04-00) - Previous Versions

All previous base components

  • Alert
  • Breadcrumb
  • Buttons
  • Card
  • Checkbox
  • EditableText
  • FloatingCard
  • Icon (using Tabler Icons)
  • ListSelect
  • MobileModal
  • Pagination
  • Paper
  • Popover
  • Selector
  • Table
  • TableFilters
  • TextField
  • Tooltip
  • Uploader
  • ValueList