Skip to content

Releases: ember-bootstrap/ember-bootstrap

Release 6.3.1

16 Apr 19:00
Compare
Choose a tag to compare

🐛 Bug Fix

🏠 Internal

  • #2111 Extend <BsButton> component by invoking it in template rather than extending JS class (@jelhan)
  • #2122 Modernize hbs import in tests (@jelhan)
  • #2114 Refactor tests for dropdown menu (@jelhan)

Committers: 2

Release 6.3.0

04 Apr 19:39
Compare
Choose a tag to compare

This release fixes a wrong placement of tooltips if using Bootstrap >= 5.3. The fixes causes a slightly to high padding of tooltips if using Bootstrap < 5.3. It is recommended to upgrade Bootstrap to >= 5.3 at the same time.

🚀 Enhancement

🐛 Bug Fix

🏠 Internal

  • #2113 Drop unused argument @ariaRole from BsDropdown::Menu (@jelhan)

Committers: 3

Release 6.2.0

17 Feb 11:25
Compare
Choose a tag to compare

We started converting Ember Bootstrap to TypeScript and shipping types for Glint. The types are work in progress. They are neither complete nor considered stable.
Nevertheless, we appreiate early adopters testing them out and providing feedback. A template registry for Glint can be imported from ember-bootstrap/template-registry.
The template registry currently covers <BsButton>, <BsCollapse>, and <BsLinkTo>.

Help converting the remaining components to TypeScript and publishing types for them is highly appreciated. Please find details in the
TypeScript tracking issue on GitHub and feel free reaching out to us in #e-bootstrap channel on
Ember Discord.

Additionally, we welcome @SanderKnauff as a new maintainer of Ember Bootstrap.

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 3

Release 6.1.0

20 Dec 12:15
Compare
Choose a tag to compare

This is primarily a maintenance release modernizing the code. It refactors remaining components to @glimmer/component,
drops remaining observers, and refactors away from remaining computed properties usage. Thanks a lot to @SanderKnauff
for doing most of the hard work.

Additionally it includes a bug fix for using a dropdown within a navbar on small screen sizes.

Features

Bug Fixes

Internal

Committers: 3

Release 6.0.1

12 Nov 15:56
Compare
Choose a tag to compare

Documentation

Committers: 1

Release 6.0.0

12 Nov 15:32
Compare
Choose a tag to compare

💥 Breaking Change

Features

  • #2011 ember-unique-id-helper-polyfill is not needed anymove (@jelhan)
  • #2001 improve wording of error message for removed whitelist / blacklist option (@jelhan)

Bug Fixes

  • #1997 do not require Bootstrap dep unless importing it through this addon (@jelhan)

Documentation

  • #2016 Fix outdated repository URLs in package.json (@jelhan)

Internal

  • #2017 Drop dependency resolution overwrite not needed anymore (@jelhan)
  • #2015 migrate to actievely maintained lerna-changelog release-it plugin (@jelhan)
  • #2010 upgrade addon with Ember CLI v4.12 blueprints (@jelhan)
  • #2009 upgrade docs app with Ember CLI 4.12 blueprints (@jelhan)
  • #2003 upgrade docs app to Ember 4.12 (@jelhan)
  • #2004 use Prettier for Glimmer templates (@jelhan)

Committers: 1

Release 6.0.0-6

06 Nov 21:19
Compare
Choose a tag to compare
Release 6.0.0-6 Pre-release
Pre-release

Fixing issues with docs app...

Release 6.0.0-4

06 Nov 17:14
Compare
Choose a tag to compare
Release 6.0.0-4 Pre-release
Pre-release

Fixes deployment of docs only.

Release 6.0.0-3

06 Nov 16:53
Compare
Choose a tag to compare
Release 6.0.0-3 Pre-release
Pre-release

💥 Breaking Change

Features

Bug Fixes

  • #1911 Fix submitOnEnter when multiple input elements are present (@jelhan)

Documentation

  • #1962 clean-up leftovers from removed @buttonType argument of BsButton (@jelhan)

Internal

  • #1956 fix failing tests in CI due to change in recent Bootstrap version (@jelhan)
  • #1909 Disable fastboot tests for ember canary (@jelhan)
  • #1908 remove ember-export-application-global dev dependency (@jelhan)

Committers: 6

Release 6.0.0-2

15 Mar 20:48
Compare
Choose a tag to compare
Release 6.0.0-2 Pre-release
Pre-release

💥 Breaking Change

  • #1870 move @glimmer/component and @glimmer/tracking to peer dependencies (@jelhan)

Features

Bug Fixes

Documentation

Internal

  • #1901 should not run ember test for node-tests scenario (@jelhan)
  • #1878 add basic test coverage for docs app (@jelhan)
  • #1879 run tests against all supported Ember LTS versions in CI (@jelhan)

Committers: 3