v6.1.0
版本发布时间: 2023-12-20 20:15:30
ember-bootstrap/ember-bootstrap最新发布版本:v6.4.0(2024-10-17 02:13:39)
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
- #2038 Refactor bs-carousel and related components to Glimmer components (@SanderKnauff)
- #2034 Refactor bs-tab and related components to Glimmer component (@SanderKnauff)
- #2031 Refactor bs-dropdown and related components to Glimmer component (@SanderKnauff)
- #2030 Refactor bs-progress and bs-progress/bar to Glimmer components (@SanderKnauff)
- #2025 Refactor BsNavbar, BsNavbar::Content and BSNavbar::Toggle to Glimmer components (@SanderKnauff)
- #2020 Refactor BsNav to Glimmer component (@SanderKnauff)
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
- #2041 Run tests on Safari in CI (again) (@SanderKnauff)
- #2047 remove unused mixins for component parent <-> child relationship (@jelhan)
- #2044 remove unused computed property utils (@jelhan)
- #2042 refactor from computed property to glimmer tracking caching (@jelhan)
- #2028 Migrate project to pnpm (@SanderKnauff)
Committers: 3
- Craig Teegarden (@craigteegarden)
- Jeldrik Hanschke (@jelhan)
- Sander Knauff (@SanderKnauff)