Skip to content

Releases: CondeNast/jsonmltoreact

Version 2.4.0

20 Dec 12:37
5cd1a79
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency eslint to v7 by @renovate in #61
  • chore(deps): update dependency react to v18 by @renovate in #63

Full Changelog: v2.3.0...v2.4.0

Version 2.2.0

26 Feb 23:30
Compare
Choose a tag to compare

Changes

  • Use main lodash instead of separate packages per function (#7)

Chores

  • Update babel packages to @babel scope and v7
  • Update major dev deps (#21)

2.1.1

09 Nov 18:32
Compare
Choose a tag to compare

Fixed

  • Update @condenast/jsonml.js to version 1.0.1 to fix es5-compatibility (#18)

@condenast/jsonml.js@1.0.0 (yanked) was unintentionally incompatible with libraries expecting es5-compatible code, namely uglify-js. This caused builds to fail where this module was being minified.

The module build was fixed and republished in version 1.0.1.

The major version change also required an update to reference files under the dist directory, rather than lib.

2.1.0

08 Nov 23:07
Compare
Choose a tag to compare

Switches from open-source jsonml.js to a Condé Nast fork, published at @condenast/jsonml.js which adds some small patches, cleanup, tests, and documentation.

2.0.1

18 Jun 18:39
6027cea
Compare
Choose a tag to compare
  • Clean up class prop in React elements (#14)