appuniversum / ember-appuniversum

Ember addon wrapping the appuniversum components.
https://appuniversum.github.io/ember-appuniversum
MIT License
14 stars 11 forks source link

Fix the responsive flex utilities #465

Closed Windvis closed 7 months ago

Windvis commented 7 months ago

These were accidentally using the breakpoints as the upper bound instead of lower bound. This deprecates the old behavior and adds a global variable that can be set to enable the min-width based queries.

Closes #394

Windvis commented 7 months ago

This is breaking for apps that are using the utilities, but we could consider it a bugfix and just mention it in the release notes?

It seems there are a couple of places where the responsive utils are used: https://github.com/search?q=org%3Alblod+%2Fau-u-flex%5CS*%40%2F&type=code

Edit: went with a deprecation and an opt-in variable to be safe.