{
  "majors": [
    {
      "release": 0,
      "date": null,
      "changes": [],
      "minors": [
        {
          "release": 0,
          "date": null,
          "changes": [],
          "patches": [
            {
              "release": 9,
              "date": null,
              "changes": [
                "Updates the H2 core from 0.0.34 => 0.0.37.",
                "Updates the development and production tasks to include Babel, allowing for the component to be imported as a module or browser-ready JavaScript.",
                "Migrates away from $H2VER, $H2VERJS, and $H2VERCSS to a standardized _VERSION signifier for the build scripts.",
                "Migrates the component to use vanilla JavaScript over Cash."
              ]
            },
            {
              "release": 10,
              "date": null,
              "changes": [
                "Updates the H2 core from 0.0.37 => 0.0.38.",
                "Reconfigures the build script to output into a new folder layout containing the version and latest code in matching structures.",
                "Removes the init script as it's no longer needed."
              ]
            },
            {
              "release": 11,
              "date": "2020/NOV/19",
              "changes": [
                "Updates the H2 core from 0.0.38 => 0.0.40.",
                "Reworks and simplifies the development and build scripts to output both a module and instanced version of component scripts."
              ]
            },
            {
              "release": 12,
              "date": "2020/NOV/25",
              "changes": [
                "Updates the H2 core from 0.0.40 => 0.0.41.",
                "Removed the deprecated system.scss file.",
                "Fixes a bug where the dialog JavaScript would fail when the system variable was declared."
              ]
            },
            {
              "release": 13,
              "date": "2020/DEC/06",
              "changes": [
                "Updates the H2 core from 0.0.41 => 0.0.42.",
                "Adds support for light and dark variations of colors, as well as a gray scale. (gray-1 through gray-9)",
                "Breaking: changes the way colors are referenced. (c1 -> theme-1)"
              ]
            },
            {
              "release": 14,
              "date": "2021/JAN/15",
              "changes": [
                "Fixes a bug where importing the component's scripting into React resulted in multiple event handlers being placed on the DOM element."
              ]
            },
            {
              "release": 15,
              "date": "2021/JAN/15",
              "changes": [
                "Standardizes exported script names."
              ]
            },
            {
              "release": 16,
              "date": "2021/JAN/24",
              "changes": [
                "Updates the exported scripts to allow for a specific component or array of components to be passed.",
                "Adds a handful of useful error messages when the script fails due to bad parameters."
              ]
            },
            {
              "release": 17,
              "date": "2021/JAN/28",
              "changes": [
                "Updates the build script to accommodate the new script checks for the system version value when compiling."
              ]
            },
            {
              "release": 18,
              "date": "2021/FEB/03",
              "changes": [
                "Refactored all JavaScript to be more readable.",
                "BREAKING: The component now exports all relevant functions; functions have been renamed and simplified. Please see the docs for more details."
              ]
            },
            {
              "release": 19,
              "date": "2021/FEB/04",
              "changes": [
                "BREAKING: changes the order of the arguments in the exported key functions to allow for the system version to be optional (with a default)."
              ]
            },
            {
              "release": 20,
              "date": "2021/FEB/18",
              "changes": [
                "BREAKING: updates the dialog markup so that the optional exit trigger can float right of the title text.",
                "BREAKING: Removes the dependencies on the exit trigger attribute in favor of adding the standard dialog trigger attribute. The exit trigger attribute is still used for styling purposes."
              ]
            },
            {
              "release": 21,
              "date": "2021/FEB/18",
              "changes": [
                "Fixed a whitespace big on the dialog dismissal trigger."
              ]
            },
            {
              "release": 22,
              "date": "2021/FEB/20",
              "changes": [
                "Updates the H2 core from 0.0.42 => 0.0.44.",
                "Adds gradient support to dialog overlays."
              ]
            }
          ]
        }
      ]
    }
  ]
}