Skip to content

Latest commit

 

History

History
127 lines (91 loc) · 6.26 KB

CHANGELOG.md

File metadata and controls

127 lines (91 loc) · 6.26 KB

Changelog

Version 3.0.2

Version 3.0.1

Version 3.0.0

  • Breaking change: renamed the Default static properties to defaults.
  • Breaking change: renamed the NAME static properties to name.

Version 2.3.3

  • Added the Default static property to most components.

Version 2.3.2

Version 2.3.1

Version 2.3.0

Version 2.2.1

Version 2.2.0

Version 2.1.4

  • Added the NAME static property to all components.
  • Improved the typings of the Popover and Tooltip components.

Version 2.1.3

Version 2.1.2

  • Provides Bootstrap Icons 1.10.4.
  • Fixed the return type of the getInstance() static methods.

Version 2.1.1

  • Alleviates the weight of the package by removing sourcemaps.

Version 2.1.0

Version 2.0.0

  • Breaking change: renamed the Event enumerations to Events.
  • Provides Bootstrap 5.2.0.
  • Added the CarouselDirection enumeration.
  • Added the CarouselEvent class.
  • Added the Toast.isShown() method.
  • Added the Tooltip.setContent() method.
  • Updated the ScrollSpyOptions type definition and removed the ScrollSpyMethod enumeration.
  • The Popover class now extends from the Tooltip one.

Version 1.4.0

Version 1.3.2

  • Updated the project URL.

Version 1.3.1

Version 1.3.0

Version 1.2.3

Version 1.2.2

Version 1.2.1

  • Updated the documentation.
  • Updated the project URL.

Version 1.2.0

Version 1.1.1

  • Fixed the signature of the getOrCreateInstance() static methods.

Version 1.1.0

Version 1.0.2

Version 1.0.1

Version 1.0.0

  • Added the BaseComponent.VERSION static property.
  • Added the PopperOptions typedef.
  • Added the missing getOrCreateInstance()/getInstance() static methods to Carousel, ScrollSpy and Toast classes.

Version 0.5.0

  • Breaking change: renamed the bootstrap package to js.bootstrap.

Version 0.4.0

  • Breaking change: removed the Coconut components.
  • Added the BaseComponent.getOrCreateInstance() static method.
  • Provides Bootstrap 5.1.0.

Version 0.3.0

Version 0.2.2

  • Fixed the signature of some abstract enumerations.

Version 0.2.1

  • Removed the dependency on Coconut: it is now a peer dependency.

Version 0.2.0

  • Added the ButtonGroup and ButtonToolbar components.
  • Added the Version class providing the version numbers of the Bootstrap libraries.

Version 0.1.1

  • Fixed the Button component: renamed the ButtonType.Button enumeration value to Default.

Version 0.1.0