You are here

CHANGELOG.txt in Context Breakpoint 7

CHANGELOG
---------

7.x-beta3

- Fixed issue with panels.
    (active context was set only after panels/panelizer rendering)

7.x-beta2

- Fixing IE issue with constant reloading due to jQuery.cookie inconsistency.

7.x-beta1

- Added support for Breakpoint groups
- Added option to disable reload feature on admin pages
- Now using actual context name instead of breakpoint name in cookie
- Auto-disabling caching with url feature enabled and mismatch detected.

7.x-alpha7

- Removed console.log (IE...)

7.x-alpha6:

- Added global settings under admin/config/media/context-breakpoint
- Cookie now only stores active context, not resolution
- Optional resolution cookie
- experimental url alter feature for caching
- various bug fixes
- Added documentation for caching

File

CHANGELOG.txt
View source
  1. CHANGELOG
  2. ---------
  3. 7.x-beta3
  4. - Fixed issue with panels.
  5. (active context was set only after panels/panelizer rendering)
  6. 7.x-beta2
  7. - Fixing IE issue with constant reloading due to jQuery.cookie inconsistency.
  8. 7.x-beta1
  9. - Added support for Breakpoint groups
  10. - Added option to disable reload feature on admin pages
  11. - Now using actual context name instead of breakpoint name in cookie
  12. - Auto-disabling caching with url feature enabled and mismatch detected.
  13. 7.x-alpha7
  14. - Removed console.log (IE...)
  15. 7.x-alpha6:
  16. - Added global settings under admin/config/media/context-breakpoint
  17. - Cookie now only stores active context, not resolution
  18. - Optional resolution cookie
  19. - experimental url alter feature for caching
  20. - various bug fixes
  21. - Added documentation for caching