Skip to content

Releases: accurat/accurapp

v6.0.0

01 Apr 12:40
946bfef
Compare
Choose a tag to compare

New Features

  • Replace the React framework with the much more modern jQuery
  • Replace .ts files with .coffee files
  • Fix security issues in WebGL applications by replacing it with Adobe Flash
  • Drop support for Windows OS until Microsoft buys Accurat

v4.0.0

31 Aug 08:50
Compare
Choose a tag to compare

New features

  • possibility to edit the babel configuration via the .babelrc
  • babel-plugin-macros, pipeline-operator, optional-chaining, optional-catch-binding and many other from babel7
  • transpilation of the node_modules
  • new Eslint rules (already published)
  • possiblity to edit the supported browsers both in development and in production via browserslist in package.json. Both babel-preset-env and autoprefixer depend on it.
  • CSV Loader
  • CSS Modules for *.module.css files
  • Support for FUSS
  • CSS Nesting
  • JSON5 Loader
  • support for the .env file
  • A lot of documentation, including:
    • Netlify setup guide and config file
    • Adding new webpack loaders and plugins
    • Adding support for typescript
    • Available Env variables
    • How do I enable hot reloading?
    • Where do I put the images?
    • Where do I put the custom fonts?
    • What is the public folder for?
    • How do I override a webpack loader?
  • Fix forever the PUBLIC_URL env
  • Add the LATEST_COMMIT and LATEST_COMMIT_TIMESTAMP env variables
  • Add support for color-mod() in css using postcss
  • Lint command
  • Prettier command
  • Styles are now imported from the avoiding the FOUC
  • SVG React Loader

Refactoring

  • Updated the create-test-app command according to the new yarn version
  • Updated lerna and the publish command
  • remove BSD oudated license
  • add short README in every package
  • updated the start and build node scripts according to the updates in create-react-app
  • upgrade deps to webpack4, babel7, eslint5
  • deprecated setting the NODE_ENV from the outside, other other variables instead
  • updated the webpack.config

[email protected]

15 Sep 12:45
Compare
Choose a tag to compare
  • You can now also pass an object as an argument to buildConfiguration() in webpack.config.js
  • Fixed various issues with webpack and loaders, expecially svgs
  • NpmInstallPlugin 🎉
  • Update multiple dependencies
  • Deprecated passing babelrc as a second argument in buildConfiguration() because it was unused and awkward, if we'll need to customize babel in the future we'll do a babel-preset-accurapp so you can have a .babelrc file in your project

[email protected]

04 Jul 13:32
Compare
Choose a tag to compare
  • yarn start now shows you also the public IP
  • show gzipped file sizes on yarn build
  • new error overlay
  • fixed code being output in red