Skip to content

Releases: freshbooks/ember-responsive

v5.0.0

Choose a tag to compare

@viktorlesic-fb viktorlesic-fb released this 04 Apr 14:08
4a38734
  • 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

Choose a tag to compare

@calvin-fb calvin-fb released this 03 Aug 14:55
f15f7c9

v3.0.5

Choose a tag to compare

@k-fish k-fish released this 18 Jul 13:51
51c38d6

Update dependencies.

v3.0.4

Choose a tag to compare

@DanielChanJA DanielChanJA released this 05 Jul 19:20
e31974a

Update dependencies - #150

v3.0.3

Choose a tag to compare

@calvin-fb calvin-fb released this 25 Jun 13:27
344c629
  • Move ember-cli-babel back to 6.6 #148

v3.0.2

Choose a tag to compare

@DanielChanJA DanielChanJA released this 24 Jun 14:23

Update package dependencies to address the security vulnerabilities - d8ec195

v3 Final

Choose a tag to compare

@k-fish k-fish released this 23 Jan 19:43
1e8d7b1

This is now out of beta. 🎉

Update setBreakpoint to use runloop

Choose a tag to compare

@k-fish k-fish released this 04 Apr 15:34

This adds a runloop wrapper to improve setBreakpoint for tests.

Make media helper recompute

Choose a tag to compare

@k-fish k-fish released this 03 Apr 18:03

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

Beta - Stop injecting everywhere.

Choose a tag to compare

@k-fish k-fish released this 22 Mar 19:40

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.