Skip to content

Conversation

@kpj2006
Copy link
Contributor

@kpj2006 kpj2006 commented Oct 15, 2025

fix:#226

BREAKING CHANGES:

  • Drop support for ember-cp-validations < 5
  • Drop support for ember-bootstrap < 5
  • Drop support for Ember < 3.28
  • Drop support for Node.js < 20
  • Remove ember-getowner-polyfill (unnecessary for Ember 2.3+)

Features:

  • Add peer dependencies to declare compatibility requirements
  • Update to Bootstrap 5 configuration
  • Add @ember/string dependency for Embroider compatibility
  • Upgrade ember-style-modifier to v4.5.1 for embroider-safe compatibility

Fixes:

  • Fix Bootstrap CSS import deprecation warnings
  • Fix ember-bootstrap wormhole deprecation warnings
  • Fix Embroider build compatibility issues
  • Achieve 100% compatibility test matrix (10/10 scenarios passing)

Documentation:

  • Update README with new requirements section
  • Add comprehensive compatibility information
  • Update minimum version specifications

BREAKING CHANGES:
- Drop support for ember-cp-validations < 5
- Drop support for ember-bootstrap < 5
- Drop support for Ember < 3.28
- Drop support for Node.js < 20
- Remove ember-getowner-polyfill (unnecessary for Ember 2.3+)

Features:
- Add peer dependencies to declare compatibility requirements
- Update to Bootstrap 5 configuration
- Add @ember/string dependency for Embroider compatibility
- Upgrade ember-style-modifier to v4.5.1 for embroider-safe compatibility

Fixes:
- Fix Bootstrap CSS import deprecation warnings
- Fix ember-bootstrap wormhole deprecation warnings
- Fix Embroider build compatibility issues
- Achieve 100% compatibility test matrix (10/10 scenarios passing)

Documentation:
- Update README with new requirements section
- Add comprehensive compatibility information
- Update minimum version specifications
@jelhan
Copy link
Collaborator

jelhan commented Oct 16, 2025

I fear there was a misunderstanding. #226 is already fully implemented. Only release is pending due to a permission issue.

- Ember Bootstrap v5
- Ember CP Validations v5
- Ember Bootstrap v5 or above
- Ember CP Validations v5 or above
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good catch. Do you mind extracting that change in a dedicated PR?

importBootstrapCSS: true,
bootstrapVersion: 5,
importBootstrapCSS: false,
insertEmberWormholeElementToDom: false,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressing those two deprecations of Ember Bootstrap is a good thing. Do you mind extracting those in a separate PR?

Please ensure that the dummy app still renders as expected. Especially from styles perspective as it changes how CSS is imported and which version of Bootstrap is used.

@jelhan
Copy link
Collaborator

jelhan commented Oct 16, 2025

Superseded by #274 and #276

@jelhan jelhan closed this Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants