Skip to content

Beta - Stop injecting everywhere.

Choose a tag to compare

@k-fish k-fish released this 22 Mar 19:40
· 504 commits to master since this release

This is a beta for changes which removes initializers, class reopening, and the associated blueprints. This means media is no longer injected all across the consuming addon/app.

  • Changing breakpoints works the same in all tests now.
    import { setBreakpoint } from 'ember-responsive/test-support';
  • A media helper now exists that provides out of the box access to the media breakpoints in templates.

Still WIP, add an issue if you are having trouble with it.