Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.8.0] - 2021-11-09

Added

Changed

Deprecated

Removed

Fixed

Security

0.7.4

0.7.0

0.6.0

0.5.0

  1. The way breakpoints are defined has changed. The old syntax:

    var bp = new BreakpointX({"small": 0, "mobile": 480, "desktop": 768});
    

    Changes to:

    var bp = new BreakpointX({"small": 480, "mobile": 768, "desktop": Infinity});
    
  2. The query method now returns all values wrapped in ().

  3. The objects received by callbacks have changed in their structure.
  4. Breakpoint values have to be greater than 0.

0.4.6

The path the to the PHP class has changed; you must update your autoloaders.