All Versions
64
Latest Version
Avg Release Cycle
17 days
Latest Release
956 days ago

Changelog History
Page 6

  • v1.0.0-beta.3 Changes

    November 14, 2018

    ๐Ÿ› Bug Fixes

    ๐Ÿ”‹ Features

    • โž• add suppoprt for custom checkboxes and radios (#3343) (97a5b2f)
  • v1.0.0-beta.2 Changes

    November 07, 2018

    ๐Ÿ› Bug Fixes

    • โž• add flip and forward popperConfig to DropdownMenu (#3318) (0aa2de2)
    • right alignment in navbar (#3338) (84ef393)
    • typo in module reference for react-overlay (#3331) (34515fc)

    ๐Ÿ”‹ Features

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

    ๐Ÿ’ฅ BREAKING CHANGES

    • 0๏ธโƒฃ components no longer default to a list

    • more

    • ๐Ÿ›  fix docs

  • v1.0.0-beta.17 Changes

    February 28, 2020

    ๐Ÿ› Bug Fixes

    • Alert: forward ref to the alert dom element (#5010) (fb79f2a)
    • Container: fluid breakpoint typings (#5011) (f4dde13)
    • โž• add displayName to Row (#4919) (a1e54a2)
    • don't construct ModalManager while document.body may still be null (#4982) (5aa2be1)
    • ๐Ÿ›  fix small typo in description of eventKey (4ec9d79)
    • tooltip: prevent non-boolean attribute warning when passing show to Tooltip (#4858) (2505cb7)
    • types: fix type of Overlay's onHide prop (#4857) (d616175)

    ๐Ÿ”‹ Features

  • v1.0.0-beta.16 Changes

    November 20, 2019

    ๐Ÿ› Bug Fixes

  • v1.0.0-beta.15 Changes

    November 18, 2019

    ๐Ÿ› Bug Fixes

    • FormControl: onChange and innerRef ts decls (#3583,#3568,#2781) (#4435) (74a36bc)
    • โž• added eslint pragma for ignoring dangerouslySetInnerHTML (ce7a4bd)
    • cleanup (210799d)
    • duplicate class "carousel-item" (#4609) (34e3905)
    • ordering of propTypes (e7efa8f)
    • โœ‚ removed sponsorship section (cee3efa)
    • โšก๏ธ updated Overlay Trigger to support flip property (#4660) (ed77ae7)
    • Pagination: support for ref attribute (#4593) (e5caa0f)
    • Popover: support for ref attribute (0ad84a8)
    • ๐Ÿ“ฑ ResponsiveEmbed: support for ref attribute (4da7ef6)
    • TabContent: support for ref attribute (334ff8d)
    • Table: allow passed in refs to be properly forwarded (#4592) (0e10671)
    • toggle-button-group: migrate to be ref forwarder (ba45a53), closes #4194
    • โœ… tests (d21f42a)
    • ๐Ÿ‘‰ use normal function instead arrow (e3a28cb)

    chore

    ๐Ÿ”‹ Features

    ๐Ÿ’ฅ BREAKING CHANGES

    • custom Dropdown Menu's and Toggles can no longer be class components unless they are wrapped in forwardRef()
  • v1.0.0-beta.14 Changes

    October 04, 2019

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix main and module (4f49265)
  • v1.0.0-beta.13 Changes

    October 03, 2019

    ๐Ÿ› Bug Fixes

    • types: add missing Popover and Modal props. (#4464) (b0ad147)
    • ๐Ÿ‘• linting issue (9b5a8be)
    • navbar toggle correct 'collapsed' className when collapsed (#4412) (bcb0c8e)
    • TabContainer: Resolve lifecycle deprecation (#4370) (8103448)
    • navs have the wrong role, as well as tabs navigation visual glitch (#4372) (5e1668a), closes #4371
    • AbstractNav: Re-add role attribute to abstract nav (#4331) (6c2dd84)
    • form: remove unused default props definition (fix: #4335) (#4349) (b813842)
    • progress-bar: cleanup implementation to be closer to previous (355fe42)

    ๐Ÿ”‹ Features

    • hooks: migrate useAccordionToggle to be named export (a978ebb)
    • refs: migrate more components to properly forward their refs (7d5eef1), closes #4194
    • โž• add Switches (#4268) (98297c6)
    • โž• Add the as prop to Badge to support actionable badges (#4295) (db09dc0), closes #4227
    • types: add useAccordionToggle types (714066d), closes #4191

    ๐Ÿ’ฅ BREAKING CHANGES

    • hooks: useAccordionToggle is now being exported from AccordionToggle rather than useAccordionToggle. It also needs to be imported as a named import, rather than an unnamed import.
  • v1.0.0-beta.12 Changes

    August 16, 2019

    ๐Ÿ› 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)
  • v1.0.0-beta.11 Changes

    August 09, 2019

    ๐Ÿ› 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)
  • v1.0.0-beta.10 Changes

    July 15, 2019

    ๐Ÿ› 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