Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

v2.0.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@p2kmgcl p2kmgcl released this 16 Feb 14:46
· 43 commits to master since this release

Bug Fixes

  • Update test environment (LPS-146880) (5db3253)

Build System

  • Drop support for Node 10 (LPS-146880) (7fc6b6f)

Features

  • Add SASS build step (check more info about this feature in the original PR #221) (LPS-146880) (ae5fb6f)
    • Better resolve of relative loadPaths (89fc963)
    • Delete sass config after build (LPS-146880) (55514be)
    • Include sass config (LPS-146880) (1bb406a)
    • Use sass binary (LPS-146880) (1ff084a)
    • Do not generate SCSS sourcemaps (fe1125c)

BREAKING CHANGES

  • Since we need at least Node 12 to compile SASS,
    and Node 10 is no longer being maintained, we stop supporting it.