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 force-pushed the v4 branch 5 times, most recently from e607724 to 9bd1a88 Compare June 17, 2020 11:57
@kaisermann kaisermann force-pushed the v4 branch 3 times, most recently from 6eaa090 to 77989ab Compare June 19, 2020 21:40
@kaisermann kaisermann force-pushed the v4 branch 9 times, most recently from 207928a to d801e9e Compare July 5, 2020 01:52
@kaisermann kaisermann marked this pull request as ready for review July 5, 2020 01:58
@kaisermann kaisermann force-pushed the v4 branch 3 times, most recently from 65ed95a to 9cd260a Compare July 6, 2020 12:19
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.

1 participant