Skip to content

Releases: RyanBerliner/bs5-react-elements

v2.1.1

08 Apr 02:18
Compare
Choose a tag to compare

Fixes bug that could occur from accessing protected method (internal workings) of tooltip class.

v2.1.0

23 Nov 22:23
Compare
Choose a tag to compare

Optimizes bundles for the browsers Bootstrap 5 supports.

Full Changelog: v2.0.0...v2.1.0

v2.0.0

25 Sep 00:27
Compare
Choose a tag to compare

Adds ability to render react components inside of bootstrap tooltips and popovers.

View a demo of tooltip renderTitle prop in action.
View a demo of popover renderTitle and renderContent props in action.

Breaking changes

  • react-dom peer dependency

This being a major release is mostly a technical formality. If you are using this library, it's likely already being loaded alongside react-dom. This release just formalizes this as a requirement, all other existing apis remain unchanged.

v1.0.0

13 Aug 00:11
Compare
Choose a tag to compare

The files shipped in this release are identical to those in the previous release, v0.2.0

The reason for this major version bump is to reach 1.0.0 which will flag this package as stable in commonly used package analyzers. Semantic versioning will be used from here on out.

There were however some improvements to library development since the last release. Most notably are the following

  • Run js tests and linter on PR and push
  • Configured dependabot
  • Add tests to ensure components are properly disposed
  • Removed workaround in tests for a recently fixed bootstrap bug

v0.2.0

05 Jul 13:11
Compare
Choose a tag to compare

Adds all remaining Bootstrap components, including:

  • Alert
  • Carousel
  • Collapse
  • Dropdown
  • Offcanvas
  • Popover
  • Tab
  • Toast

Initial Release

27 Jun 17:28
Compare
Choose a tag to compare

This is the initial release, which includes 2 components.

  • Modal
  • Tooltip