Releases: freshbooks/ember-responsive
Releases · freshbooks/ember-responsive
v5.0.0
v4.0.2
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3 Final
Update setBreakpoint to use runloop
This adds a runloop wrapper to improve setBreakpoint
for tests.
Make media helper recompute
This makes the new helper recompute when the media state changes (breakpoint change).
Beta - Stop injecting everywhere.
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.