Skip to content

Latest commit

 

History

History
211 lines (120 loc) · 16.3 KB

CHANGELOG.md

File metadata and controls

211 lines (120 loc) · 16.3 KB

1.0.0-beta.12 (2019-08-16)

Bug Fixes

  • Export declared classes (0822533)
  • navbar: context linking issues due to incorrect name (ab49a83)
  • navbar: resolve lifecycle warning issue (7dacfaf), closes #4240
  • types: Toast component (#4246) (c30e131)

Performance Improvements

  • navbar: memoize callback function (dd0003d)
  • navbar: memoize context provider value (41f32e1)

1.0.0-beta.11 (2019-08-09)

Bug Fixes

  • AbstractNav: allow passed in refs to be properly forwarded (#4031) (bda567f)
  • Fix DropdownToggleProps (686629d)
  • Modal: directly show backdrop if no animation (fix: #4190) (#4192) (0d02bf6)
  • Apply suggestions from code review (c3fab88)
  • Button: not pass type prop to custom comp (fix: #3340) (#4173) (5725f65)
  • Carousel: fixes #4136 - reverse carousel slide navigation direction for touch (#4137) (5be68b7)
  • Input and List Group components not properly forwarding refs (8c0cf4a), closes #4012 #4031
  • Remove assertions that test implementation details (44d5e28)

Features

  • Add simple Popover type test (#4103) (7715513), closes #4093
  • Migrate Fade and Jumbotron to be ref forwarders (9240fe0)
  • Migrate SafeAnchor to be a ref forwarder (fc41617)
  • Migrate Spinner and SplitButton to be ref forwarders (8cb7306)
  • Migrate Tabs to be a ref forwarder (f16d29b)
  • Migrate Toast and ToastHeader to be ref forwarders (7fa9489)
  • Migrate Tooltip to be a ref forwarder (df29001)

1.0.0-beta.10 (2019-07-15)

Bug Fixes

  • FormText: 'muted' prop bug in . (#3901) (0bb8a6f)
  • even more explicit arguments for callback function (e4e85a3)
  • TabPane: wrong assigned Transition event(unmountOnExit) (b3c44c2)
  • types: Alert and Badge ref typing (d11cfed)
  • types: type clean up for eventKey and removal of some unneeded type helpers (6742c05)
  • build step due execa version bump (fix #3964) (63d9a8b)
  • enzyme not properly firing event handlers during testing (085f862)
  • explicit arguments for function callback of ToggleButtonGroup (c037abc)
  • more explicit argument syntax for ToggleButtonGroup callback (20eb49d)
  • Popover placement prop-types to correct list of props (7c0c490)
  • revert ignore linting error issue and add bindings for global (22895f0)
  • separate state variables for Controlled example of Carousel (f53405f)
  • Use useRef rather than useState for DOM references (1877431)

Features

  • Add a swipe threshold as per the upstream implementation (3fc2ce5)
  • Add Carousel touch support via Hammer.js (0b6a4fa)
  • Add useAccordionToggle hook (140ddf7)
  • modulate Popover Components (#3811) (f608c42)
  • Re-implement touch functionality for Carousel natively (b0d2297)

BREAKING CHANGES

  • Popovers now expose sub components Content, Title for building up popovers

1.0.0-beta.9 (2019-05-30)

Bug Fixes

  • Collapse: remove 0px menu height on resize and expand/collapse (#3687) (787a19e)
  • Accordion Component not collapsing when toggled twice (cd842f7), closes #3726
  • ran prettier to fix CI (#3678) (1719da5)
  • types: add bootstrap sizes for Form.Label as column (#3731) (cdb7b6b), closes #3481
  • types: add scrollable to ModalProps interface to match component (#3742) (57e7bf4)
  • types: alignRight type (#3828) (1dd21eb)

Features

  • docs: optimized style and script loading (#3713) (4b362a3)

1.0.0-beta.8 (2019-04-12)

1.0.0-beta.7 (2019-04-12)

Bug Fixes

Features

1.0.0-beta.6 (2019-03-21)

Bug Fixes

Features

1.0.0-beta.5 (2019-01-25)

chore

  • build: clean up build tooling (e71fa89)

BREAKING CHANGES

  • build: remove bower build, use npm
  • build: cherry picked imports no longer have to specify lib in the import

1.0.0-beta.4 (2019-01-18)

Bug Fixes

Features

  • first pass of typescript types for everything (#3411) (2079b22)

1.0.0-beta.3 (2018-11-14)

Bug Fixes

Features

  • add suppoprt for custom checkboxes and radios (#3343) (97a5b2f)

1.0.0-beta.2 (2018-11-07)

Bug Fixes

Features

  • change default Nav components to non ul/li (#3339) (59127e6)

BREAKING CHANGES

  • components no longer default to a list

  • more

  • fix docs

1.0.0-beta.1 (2018-09-14)

Bug Fixes

1.0.0-beta.0 (2018-09-13)