Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Releases: saguijs/sagui

v9.0.0-rc.12

04 May 19:39
Compare
Choose a tag to compare
v9.0.0-rc.12 Pre-release
Pre-release
  • Run prettier as part of the linter to check for formatting issues #342 #346 by @npejo

v9.0.0-rc.11

04 May 16:19
Compare
Choose a tag to compare
v9.0.0-rc.11 Pre-release
Pre-release
  • Fix and add integration tests for Flow type for v9 RC #345

v9.0.0-rc.10

25 Apr 22:21
Compare
Choose a tag to compare
v9.0.0-rc.10 Pre-release
Pre-release
  • Prettier support #341

Changes the linting rules to support the use of prettier, but doesn't have native formatting support yet. It will come on a next RC.

v9.0.0-rc.9

23 Apr 14:46
Compare
Choose a tag to compare
v9.0.0-rc.9 Pre-release
Pre-release
  • Add support to load HTML files #340

v9.0.0-rc.8

19 Apr 06:21
Compare
Choose a tag to compare
v9.0.0-rc.8 Pre-release
Pre-release
  • Drop support for relative path imports in nested SCSS files #339
  • Remove support for shared variables in CSS #339
  • Fix autoprefixer (broken in the current v9-rc) implementation (now with an integration test to back it up) #339
  • Fix the CSS Modules collision issue #339

v9.0.0-rc.7

14 Apr 19:17
Compare
Choose a tag to compare
v9.0.0-rc.7 Pre-release
Pre-release
  • Rename configurations for karma and webpack to additionalKarmaConfig and additionalWebpackConfig 66c4da5
  • Implement configuration schema validation 9ead8f3
  • Create a browsers configuration 60ef044

v9.0.0-rc.6

12 Apr 11:12
Compare
Choose a tag to compare
v9.0.0-rc.6 Pre-release
Pre-release
  • Set Happypack’s temp folder to be inside a .sagui one #330
  • Use plain StandardJS to lint the code #331
  • Update NoErrorsPlugin to its Webpack 2 name #332

v9.0.0-rc.5

09 Apr 10:02
Compare
Choose a tag to compare
v9.0.0-rc.5 Pre-release
Pre-release
  • Fix optimisation of build while running npm run dist 2d90dfb

v9.0.0-rc.4

09 Apr 09:48
Compare
Choose a tag to compare
v9.0.0-rc.4 Pre-release
Pre-release
  • Fix exit status codes regression 8baee6e (ported from v8 branch)

v9.0.0-rc.3

09 Apr 09:01
Compare
Choose a tag to compare
v9.0.0-rc.3 Pre-release
Pre-release
  • Improve module resolution in Webpack 2 #328
  • Better React debug info in development and testing #329