Kaliber5 Ember Bootstrap Versions Save

Ember-cli addon for using Bootstrap as native Ember components.

v6.3.0

2 weeks ago

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.

:rocket: Enhancement

:bug: Bug Fix

:house: Internal

Committers: 3

v6.2.0

2 months ago

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.

:rocket: Enhancement

:bug: Bug Fix

:memo: Documentation

:house: Internal

Committers: 3

v6.1.0

4 months ago

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

  • #2040 Drop .active and .disabled CSS classes from .nav-item only expected for BS3 (@SanderKnauff)
  • #1946 bs-dropdown dynamic positioning should not be used when in a navbar (@craigteegarden)
  • #2027 Refactor bs-alert to remove @localCopy and avoid mutation after consumption error in Ember canary (@SanderKnauff)

Internal

Committers: 3

v6.0.1

5 months ago

Documentation

Committers: 1

v6.0.0

5 months ago

:boom: 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

v6.0.0-6

5 months ago

Fixing issues with docs app...

v6.0.0-4

5 months ago

Fixes deployment of docs only.

v6.0.0-3

5 months ago

:boom: 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

v6.0.0-2

1 year ago

:boom: 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

v6.0.0-1

1 year ago

Features

Bug Fixes

  • #1856 polyfill for unique-id helper is required to support Ember < 4.4 (@jelhan)

Committers: 1