Changelog
31.6.0
Breaking changes:
Changelog
31.5.0
Breaking changes:
es2015
and stage-2
presets to babel-preset-env
, so for certain browsers support might have changed. Though currently the support is aligned with our supported browsers.Bugfix:
Changelog
30.1.0
Breaking changes:
d2.Api
Api methods will reject with an error when passing urls with an encoded query-string, or when passing urls with a malformed query string. The existing query string and anything that will be appended will be encoded for you by d2.Api's methods.