Skip to content

Releases: edemaine/meteor-solid

v0.2.3

08 Aug 16:46
Compare
Choose a tag to compare
  • Fix CoffeeScript support to depend on compilation settings as well, so changing between React and Solid modes triggers recompilation.

Full Changelog: v0.2.2...v0.2.3

v0.2.2

03 Apr 23:33
Compare
Choose a tag to compare
  • Fix CoffeeScript support. Previously old cached builds from the coffeescript module would prevent this module from recompiling unchanged .coffee files.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

21 Feb 18:37
Compare
Choose a tag to compare
  • Fix NPM dependency issue when using React mode, specifically the error Cannot find module '@babel/plugin-proposal-class-properties' encountered e.g. during meteor build.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

19 Feb 21:38
Compare
Choose a tag to compare
  • Enable recompiling JSX from NPM packages, combining a match setting of the form node_modules/... with Meteor's meteor/nodeModules/recompile option. Useful for Solid packages distributed in JSX form.
    • Note that the solid configuration is read from package.json in the app itself, not the NPM package (so potentially a breaking change).

Full Changelog: v0.1.1...v0.2.0

v0.1.1

19 Feb 20:57
Compare
Choose a tag to compare
  • Fix CoffeeScript support (at least verbose mode not showing anything)
  • Documentation improvements

Full Changelog: v0.1.0...v0.1.1

v0.1.0

13 Jan 21:13
Compare
Choose a tag to compare
  • CoffeeScript support (#1)

Full Changelog: v0.0.0...v0.1.0

v0.0.0

13 Jan 17:26
Compare
Choose a tag to compare
  • Working version with ssr, hydratable, match, ignore, and verbose options
  • JavaScript and TypeScript support