Skip to content

Releases: freshbooks/ember-responsive

v5.0.0

04 Apr 14:08
4a38734
Compare
Choose a tag to compare
  • Fix export of media helper (#468 @jrjohnson)
  • Update components to modern ember syntax (#472 @weekaah)
  • Update dependencies
  • Fix tests to make them run with the new ember version
  • Fix lint issues

v4.0.2

03 Aug 14:55
f15f7c9
Compare
Choose a tag to compare

v3.0.5

18 Jul 13:51
51c38d6
Compare
Choose a tag to compare

Update dependencies.

v3.0.4

05 Jul 19:20
e31974a
Compare
Choose a tag to compare

Update dependencies - #150

v3.0.3

25 Jun 13:27
344c629
Compare
Choose a tag to compare
  • Move ember-cli-babel back to 6.6 #148

v3.0.2

24 Jun 14:23
Compare
Choose a tag to compare

Update package dependencies to address the security vulnerabilities - d8ec195

v3 Final

23 Jan 19:43
1e8d7b1
Compare
Choose a tag to compare

This is now out of beta. 🎉

Update setBreakpoint to use runloop

04 Apr 15:34
Compare
Choose a tag to compare

This adds a runloop wrapper to improve setBreakpoint for tests.

Make media helper recompute

03 Apr 18:03
Compare
Choose a tag to compare

This makes the new helper recompute when the media state changes (breakpoint change).

Beta - Stop injecting everywhere.

22 Mar 19:40
Compare
Choose a tag to compare

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.