v6.2.0
版本发布时间: 2024-02-17 19:25:40
ember-bootstrap/ember-bootstrap最新发布版本:v6.4.0(2024-10-17 02:13:39)
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
-
#2091 Deprecate
importBootstrapCSS
, removeimportBootstrapTheme
andimportBootstrapFont
(@SanderKnauff) - #2099 Convert BsLinkTo to TypeScript (@jelhan)
- #2095 Convert BsCollapse to TypeScript (@jelhan)
- #2093 Convert BsButton to TypeScript (@simonihmig)
- #2083 Deprecate inserting wormhole target (@SanderKnauff)
- #2068 Support ember-style-modifier v4 (@jelhan)
- #2065 Clean-up unused custom CSS (@jelhan)
- #2055 Drop RSVP dependency (@SanderKnauff)
- #2052 Remove unused dependency on ember-decorators (@jelhan)
- #2049 Drop component subclassing deprecation (@SanderKnauff)
:bug: Bug Fix
-
#2100 Fix click events inside
bs-dropdown
s not activating (@SanderKnauff) - #2077 Fix several issues with BsCarousel component (@SanderKnauff)
- #2048 Add bs-collapse to the include list of bs-navbar (@SanderKnauff)
:memo: Documentation
- #2083 Deprecate inserting wormhole target (@SanderKnauff)
- #2050 Remove browserstack from README.md (@SanderKnauff)
:house: Internal
- #2094 Resolve remaining lint warnings in docs app (@SanderKnauff)
- #2097 Run Safari tests after basic tests (@simonihmig)
- #2096 Add initial typescript configuration to test-app project (@SanderKnauff)
- #2092 Add initial typescript configuration to addon project (@SanderKnauff)
- #2073 Convert to monorepo (@SanderKnauff)
- #2062 Resolve ESLint warnings in test app (@SanderKnauff)
- #2061 Add @sanderknauff as maintainer (@SanderKnauff)
- #2054 Use @cached decorator from @glimmer/tracking rather than 3rd party library (@jelhan)
Committers: 3
- Jeldrik Hanschke (@jelhan)
- Sander Knauff (@SanderKnauff)
- Simon Ihmig (@simonihmig)