Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V4 #171

Merged
merged 33 commits into from
Jul 7, 2020
Merged

V4 #171

merged 33 commits into from
Jul 7, 2020

Conversation

kaisermann
Copy link
Member

@kaisermann kaisermann commented Jun 8, 2020

Current changelog:

  • Remove deprecated onBefore and transformers properties;
  • Languages with processors turned off won't throw an error anymore;
  • Removed type-checking. We only transpile ts code now.
  • Renamed scss.data option to scss.prependData;
  • Try to import sass before node-sass
  • Minimum node engine moves from 7.6.0 to 9.11.2;
  • Support for defining default languages for markup, script and style through the new defaults options in auto-preprocessing mode.
    • setting { markup: {language} } makes the <template> tag unnecessary.
    • Expose a defaultLanguages frozen object together with the markup, style and script automatic preprocessors.
  • Support prependData as a general way to prepend data to any preprocessor.
  • Added general sourceMap: boolean prop to set source maps for all preprocessors.
  • New documentation
    • Move readme to docs
    • Split into multiple files
    • Rewrite sections

@kaisermann kaisermann self-assigned this Jun 8, 2020
@kaisermann kaisermann added the enhancement New feature or request label Jun 8, 2020
@kaisermann kaisermann marked this pull request as ready for review July 5, 2020 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant