ember-bootstrap

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

OTHER License

Downloads
36.1K
Stars
492
Committers
116

Bot releases are visible (Hide)

ember-bootstrap - Release 6.3.3 Latest Release

Published by jelhan 3 months ago

πŸ“ Documentation

Committers: 1

ember-bootstrap - Release 6.3.2

Published by jelhan 4 months ago

πŸ› Bug Fix

  • #2129 Styling of toggle button yielded by BsDropdown via arguments is ignored (@zfir)

πŸ“ Documentation

🏠 Internal

  • #2130 allow action helper and modifier deprecation for now (@jelhan)

Committers: 4

ember-bootstrap - Release 6.3.1

Published by jelhan 6 months ago

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

ember-bootstrap - Release 6.3.0

Published by jelhan 7 months 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.

πŸš€ Enhancement

πŸ› Bug Fix

🏠 Internal

Committers: 3

ember-bootstrap - Release 6.2.0

Published by jelhan 8 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.

πŸš€ Enhancement

πŸ› Bug Fix

πŸ“ Documentation

🏠 Internal

Committers: 3

ember-bootstrap - Release 6.1.0

Published by jelhan 10 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

ember-bootstrap - Release 6.0.1

Published by jelhan 11 months ago

Documentation

Committers: 1

ember-bootstrap - Release 6.0.0

Published by jelhan 11 months ago

πŸ’₯ 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

ember-bootstrap - Release 6.0.0-6

Published by jelhan 12 months ago

Fixing issues with docs app...

ember-bootstrap - Release 6.0.0-4

Published by jelhan 12 months ago

Fixes deployment of docs only.

ember-bootstrap - Release 6.0.0-3

Published by jelhan 12 months ago

πŸ’₯ 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

ember-bootstrap - Release 6.0.0-2

Published by jelhan over 1 year ago

πŸ’₯ 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

ember-bootstrap - Release 6.0.0-1

Published by jelhan almost 2 years ago

Features

Bug Fixes

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

Committers: 1

ember-bootstrap - Release 6.0.0-0

Published by jelhan almost 2 years ago

πŸ’₯ Breaking Change

Features

Documentation

  • #1825 clean API docs for removed property (BS3 only) (@jelhan)

Internal

Committers: 5

ember-bootstrap - Release 5.1.1

Published by simonihmig over 2 years ago

Documentation

Internal

  • #1793 Add form element to arguments passed to (private) validate hook (@simonihmig)
  • #1787 Added missing tests for assertion of href attribute for BsNavbar (@bvedad)

Committers: 2

ember-bootstrap - Release 5.1.0

Published by simonihmig over 2 years ago

Features

Bug Fixes

Documentation

Internal

Committers: 4

ember-bootstrap - Release 5.0.0

Published by simonihmig over 2 years ago

See the other 5.0.0 pre-releases for the complete changelog!

Documentation

Committers: 1

ember-bootstrap - Release 5.0.0-rc.0

Published by simonihmig over 2 years ago

πŸ’₯ Breaking Change

Bug Fixes

  • #1720 Accept loosely typed values for modal @open (@simonihmig)
  • #1718 Call onShow(n)/onHide/onHidden when controlling tooltips and popovers programmatically (@simonihmig)

Internal

Committers: 1

ember-bootstrap - Release 5.0.0-beta.2

Published by simonihmig almost 3 years ago

πŸ’₯ Breaking Change

  • #1699 modal footer should not render a <form> element (@jelhan)

Features

Bug Fixes

Internal

  • #1706 Remove use of curly component invocation for link components (@simonihmig)

Committers: 2

ember-bootstrap - Release 5.0.0-beta.1

Published by simonihmig almost 3 years ago

πŸ’₯ Breaking Change

  • #1631 remove <BsForm::Group> component (@jelhan)
  • #1632 remove is-validating, is-required and is-disabled CSS classes from <BsForm::Element> (@jelhan)
  • #1624 Upgrade to ember-auto-import v2 (@simonihmig)

Bug Fixes

  • #1623 Add .mb-3 margins to BS5 form elements in vertical layout (@simonihmig)
  • #1627 show custom errors and warnings regardless if validation plugin is used (@jelhan)
  • #1620 Fix BS5 markup for alert close button (@simonihmig)

Documentation

Internal

Committers: 3