Skip to content

Latest commit

 

History

History
263 lines (153 loc) · 4.71 KB

CHANGELOG.md

File metadata and controls

263 lines (153 loc) · 4.71 KB

Changelog

2.6.0

  • update to babel7

2.5.2

  • revert #690
  • mocks idgen globally

2.5.1

  • NPM vulnerability fix
  • <Container/> enhancement (CloudPower97 #705)
  • <Chip/> refactor (CloudPower97 #543)

2.5.0

  • Feature <Autocomplete/> supports arrow navigation (mustaphaturhan #690)
  • Adds xl size to <Input/> (CloudPower97 #676)

2.4.8

  • Fixes input#checkbox bug (Marzon #680)

2.4.7

  • Updates npm scripts
  • Added pull and push modifiers to <Columns/> (CloudPower97 #647)

2.4.6

  • Fixes multiple input bug (trishtzy #658)
  • Adds centerLogo prop to Navbar (CloudPower97 #534)
  • Adds FAB into Toolbar (CloudPower97 #537)
  • Adds extra classes to <Container /> (CloudPower97 #648)
  • Docs improvements (dmitry-yudakov #640)

2.4.5

  • Fix docs vulnerabilities

2.4.4

  • Fix vulnerable dependencies + linting

2.4.3

  • Fixes tabs update bug (osztenkurden #634)

2.4.2

  • Fix travis authentication

2.4.1

  • No significant changes

2.4.0

  • [NEW Feature] File Input (niross #570)
  • Fixed Icon not having refs (XavierForks #572)
  • Add Toast update to docs (hnrchrdl #576)

2.3.3

  • Fixes lib not uploading

2.3.2

  • Fixes non-flashing Preloader (dmitry-yudakov #564)

2.3.1

  • Fixes autocomplete with similar values (niross #556)

2.3.0

  • All components now accept className prop

2.2.1

  • Col component now supports xl (CloudPower97 #541)
  • Horizontal card fix (CloudPower97 #538)
  • Section improvement (CloudPower97 #533)
  • Add Tooltips for buttons. (anshulk #530)

2.2.0

  • Added Jest as testing framework
  • Migrated all specs to Jest
  • Removed mocha/sinon setup

2.1.4

  • Adding prettier to project (onluiz #519)

2.1.3

  • add onClick suport for NavItem component (onluiz #517)

2.1.2

  • Adds fixed prop to SideNav
  • Initialize Tabs on componentWillReceiveProps

2.1.1

  • Controlled Modal (Thomas Quick #495)
  • Update Mediabox example
  • Chip default prop close (sanketsingh24 #490)

2.1.0

  • Adds open prop to Modal allowing it to 'opened' to mount

2.0.6

2.0.3

  • (BUG) Fixes travis not publishing to npm

2.0.2

  • (BUG) Fixes <CollapsibleItem /> not responding to expanded prop

2.0.1

  • Downgrade materialize-css to 0.98.0

2.0.0

  • (BREAKING) Use ReactDOM.createPortal for Modal
  • (BREAKING) Remove OverlayTrigger and Overlay

1.1.3

  • Fixes Unknown props in Collapsible
  • Update link to https (Koolstr #466)

1.1.2

  • Fixes unresolved ghpages-materialize.css in docs (Pechalka #441)
  • Fixes <Input /> radio group state handling (Pechalka #440)

1.1.1

  • Add ID prop to Autocomplete (mlileikis #432)
  • Add array as <Input /> value propType (AleF83 #430)

1.1.0

  • Upgrades to react16/reactDOM16

1.0.18

  • Fixes <Input /> renderIcon issue (chris-gooley)

1.0.17

  • Adds ref to text <Input />

1.0.16

  • Implement Time picker (chris-gooley)

1.0.15

  • [Input] Prefix icon for date and select inputs (norbajunior)
  • Autocomplete - controlled input (dmitry-yudakov)

1.0.14

  • Removed horizontal support for <Card /> (DOM structure issues)
  • Removed default props from OverlayTrigger

1.0.13

  • Restored OverlayTrigger initialized bug
  • Autocomplete fixes (Taisuke Yasuda)

1.0.12

  • Fixes Modal Overlay not triggered (nsingal)
  • Autocomplete fixes (TaisukeYasuda)
  • NavItem rendering children
  • Fixes OverlayTrigger not initialized bug

1.0.11

  • Moves react-live to dev dependency
  • Dropdown fixes (id and options casing) (lloydwatkin)

1.0.10

  • Fixes NavItem bug allowing multiple children

1.0.9

  • NavItem accepts children to be a string or a node

1.0.8

  • Improve Collapsible Behaviour (mattBlackDesign)
  • Added labelClassName in Input component for type radio button... (piyushdhamecha)

1.0.7

  • Change CollapsibleItem header prop type to 'any'

1.0.6

  • Add sample of button used as link to docs (ruediste)
  • Pass className to dropdown trigger

1.0.5

  • Add
  • Fix not initialized bug (pokeguys)
  • Fix documentation (ruediste)

1.0.4

  • Fix issue with striped prop in Table Component (bodunadebiyi)

1.0.3

  • Fixes PaginationButton issue with ReactRouter
  • Row can receive custom props
  • Navbar new prop fixed
  • Minor fixes

1.0.2

  • Fixes #143 - Pagination bug + specs

1.0.1

  • Changes Icon props to bool instead of node

1.0.0

  • Fixes react warnings
  • Adds datepicker input
  • Fixes Icon component

0.18.4

  • Update in README about help-wanted tag in issues
  • Makes trigger optional in Modal/OverlayTrigger
  • Adds options to NavBar init

0.18.3

  • Remove autocomplete warnings

0.18.2

  • Add autocomplete component
  • Fixes Breadcrumb proptypes warning