Releases: wikimedia/vegalite-wordpress-plugin
Releases · wikimedia/vegalite-wordpress-plugin
Release list
v0.7.0
- Prevent charts from overflowing their column if used in column block layouts or narrow sidebars
- Encode chart specification JSON in post content as a Base64 string to keep WordPress sanitization from mangling mathematical operators like > in spec parameters
- Initialize charts as Vega schema v6 by default
Internal:
- Modify and upgrade the plugin's code quality infrastructure and CI actions
- Remove unused bundled copy of v5 vega-lite specification JSON
Full Changelog: original/v0.6.0...original/v0.7.0
v0.6.0
What's Changed
Public APIs:
- Upgrade
vega-embedfrom 6.23.0 to 7.1.0; upgradevega-litefrom 5.16.3 to 6.4.3; upgradevegafrom 5.26.1 to 6.2.0 - Introduce
vegalite:readyandvegalite:clickevent dispatch system to bind external functionality to chart interactions - Improve sanitization of data-attribute output
Internal/housekeeping:
- Modify and upgrade the plugin's build infrastructure and CI actions
- Make GPL-v2-or-later license explicit in repository
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Built release for v0.5.0. For a full change log look at the notes wit…
v0.4.0
What's Changed
- Permit injecting vegaEmbed options via the
data-embed-optionson the block object. Lays the groundwork for future UI enhancements to allow selecting renderer.
v0.3.0
What's Changed
- Upgrade
vega-embedfrom6.20.2to6.23.0; upgradevega-litefrom5.2.0to5.16.3; upgradevegafrom5.21.0to5.26.1by @MiguelAxcar in #33
Full Changelog: v0.2.4...v0.3.0
v0.2.4
What's Changed
- Update NPM dependencies by @kadamwhite in #29
- Prepare release 0.2.4 by @MiguelAxcar in #30
- 922: Pin SHA1 of GitHub actions to ensure predictable version selection by @kadamwhite in #31
- Wikimedia-922: Fix issue where setup-node SHAs were incorrectly specified by @kadamwhite in #32
Full Changelog: v0.2.3...v0.2.4
New Contributors
- @MiguelAxcar their first contribution in #30
v0.2.3
What's Changed
- Update frontend style meta name to correct format by @joeleenk in #9
- Bump vega-functions from 5.13.0 to 5.13.2 by @dependabot in #14
- Bump webpack from 5.75.0 to 5.76.0 by @dependabot in #13
- Bump vega from 5.22.1 to 5.23.0 by @dependabot in #12
- Add GPL v2 license file, update plugin header by @goldenapples in #11
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #16
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #15
- Hotfix 092323 by @varnent in #19
- Bump webpack from 5.75.0 to 5.76.0 by @dependabot in #24
- Bump vega-functions from 5.13.0 to 5.13.2 by @dependabot in #23
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #22
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #21
- Bump vega from 5.22.1 to 5.23.0 by @dependabot in #20
- 898: Fix and modernize GitHub Actions by @kadamwhite in #26
- Bump postcss from 8.4.21 to 8.4.31 by @dependabot in #25
- Prepare release 0.2.3 by @kadamwhite in #27
New Contributors
- @joeleenk made their first contribution in #9
- @goldenapples made their first contribution in #11
- @varnent made their first contribution in #19
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Full Changelog: v0.2.0...v0.2.2
- Fix issue where frontend block styles were not getting enqueued for responsive block.
- Fix issue where blocks did not render on frontend due to block.json being deleted on build.
0.2.0: MVP
v0.2.0 Built release for v0.2.0. For a full change log look at the notes wit…