Skip to content

v3.0.0

Compare
Choose a tag to compare
@jescalan jescalan released this 27 Jul 22:57
· 16 commits to master since this release
  • MASSIVELY BREAKING, you are guaranteed to have to change code when updating to this version. Luckily the change is fairly small and simple. This change removes sugarml as the default option. In order to use sugarml as a default still, just yarn add sugarml, then require it and pass it in to the parser option and you're set.
  • This preset also used to add one edge-case option, which was a couple parserRules that made it such that .html and .svg files would be imported through the default parser into sugarml templates. If this was something you were using, you can just re-add the parser rules manually and will be all set.
  • If you were using this through spike, which many are, the default template for new projects now has an option to choose if you'd like it to be configured with sugarml or not, which makes it an easier switch if you still do favor sugarml.