Skip to content

v6.0.0

Compare
Choose a tag to compare
@cidermitaina cidermitaina released this 17 Jan 09:21
· 4449 commits to master since this release

Changelog

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

6.0.0 (2020-01-17)

⚠ BREAKING CHANGES

  • change component name of Field to FieldSet(1dd912c)
  • remove AppBar component(fe07d35)
  • remove rowspan and colspan props from Cell(282c804)
  • end of support for Node v8(8942a77)

Features

  • add aria attributes (d5b6cfd)
  • add className props (e8aacf4)
  • add defaultExpanded props (b53f599)
  • add DescriptionList (88bab82)
  • Add DialogBase component (#576) (6f63757)
  • add font themes (56a3fc6)
  • add HeadingTypes type into Heading (cfd6d3a)
  • Add onClickOverlay props to to ActionDialog and MessageDialog (c002fd1)
  • add position provider component (78e8253)
  • add some examples (b152b6f)
  • icon: Add a FaClock icon (73e8156)
  • add style (2c99af2)
  • add style (7540a13)
  • add TextButton component (9001063)
  • add useOffsetHeight hook (0753bf1)
  • Added Header component (236f58f)
  • change props (8e51061)
  • Create InformationPanel component (1b08bf7)
  • divide icon props to iconPosition and DisplayIcon (1f37eff)
  • export undo icon (797adaa)
  • export undo icon (2cbd5c5)
  • give position provider (73360ca)
  • manage state useing Map object (e512a42)
  • remove AppBar component (#574) (2099a11)
  • set max-height in child components (086f0f2)
  • Update behavior of defaultExpanded (8190c7c)
  • Dialog: close a dialog when Escape key is pressed (7e86234)
  • icon: Add arrow right icon (0d76099)
  • icon: Add fa-chevron-, fa-copy, and fa-trash- (dcfac49)
  • icon: Add fa-times-circle (961a5c9)

Bug Fixes

  • AccordionPanel -> AccordionPanelItem (c221c65)
  • add className props (75d3f20)
  • add className props for Dropdown component (#522) (88c7066)
  • Add colSpan, rowSpan props to Cell (9f95526)
  • Add isCrew as props (8c21b76)
  • Add line-height to DefinitionListItem (e328728)
  • Add ref props (47fe111)
  • add resolutions field (6e0dc4b)
  • add setTimeout to delay scheduling (c64ca0b)
  • Adjust style (88b9767)
  • callback onClick (c792871)
  • change area-expanded value (02a0ae8)
  • change context types (74edb9a)
  • change fa-reg-plus-square icon to fa-plus-square icon (d87a545)
  • Change Field props (6ebf620)
  • change icon (f704049)
  • change name of Field component (#579) (f2655c8)
  • change padding (bcda0c6)
  • Change RadioButton props (fe8f014)
  • change rotate direction (84963e5)
  • Change Select props (1c667ea)
  • Change the animation (2fbaf84)
  • change to correct name (1d0dd75)
  • children format (a44720b)
  • context initial data (2a6e39b)
  • Except autoFocus from input (b3b7065)
  • export components (d9609db)
  • export import (369b780)
  • export text button (55b2922)
  • fix box-shadow value in Base (7e7a34e)
  • Fix build error (1679909)
  • Fix dropdown trigger bug (34aee6b)
  • fix for reviews (20fdf3f)
  • Fix Header and HeaderButton construction (364756a)
  • Fix HeaderUserNotification construction (554b3dd)
  • Fix HeaderUsreDropdown (2f59124)
  • fix line-height for StatusLabel (58fa24e), closes #551
  • Fix style (b2bc511)
  • Fixed a bug that did not animate when using firefox (c65fa1f)
  • HeaderCrewDropDown -> HeaderCrewDropdown (59f2ac5)
  • Increase type of Input type props, fix #483 (e2db0fe)
  • manage state inside component (855c1ed)
  • move helper file to inside libs (36e30c6)
  • move icon props to Accordion component (e6717aa)
  • move onClick to trigger component (8dae970)
  • not to animate at first rendering (530542b)
  • pass icon props from AccordionPanel (392668a)
  • Pass input default props to checkbox (e576001)
  • Remove console.log (098a44d)
  • Remove unnecessary file (8e17b82)
  • remove unnecessary onClick (ebff6fb)
  • rename Accordion to AccordionPanel (e3925fd)
  • rename function (f75505e)
  • set disabled style to Input (bdf16f0)
  • set vertical-align to error message (701950e)
  • state management (932eb5c)
  • style (5358cf9)
  • style (3f9bb39)
  • Update avatar style (93c651e)
  • use forwardRef (f2ab9a9)
  • dropdown: change initial position for dropdown component (6d73c0a)
  • use typescript generics (1de2b8e)
  • select: fix selectbox css (#503) (934687b)
  • Remove deprecated props for Table component (#575) (74a0220), closes #575