All Versions
33
Latest Version
Avg Release Cycle
47 days
Latest Release
2529 days ago

Changelog History
Page 1

  • v3.0.1 Changes

    May 17, 2017

    ๐Ÿ‘Œ Improvements

    • โž• Added Node ^5.0.0 to CI build

    ๐Ÿ›  Fixes

    • โœ‚ Removed usage of the spread operator for function arguments
    • โž• Added missing fs-extra dependency
  • v3.0.0 Changes

    May 17, 2017

    ๐Ÿ”‹ Features

    • โฌ†๏ธ Upgraded webpack to ^2.0.0 (along with all associated dependencies)
    • โฌ†๏ธ Upgraded react to ^15.5.4
    • โฌ†๏ธ Upgraded react-dom to ^15.5.4
    • โฌ†๏ธ Upgraded react-redux to ^5.0.4
    • โฌ†๏ธ Upgraded redbox-react to ^5.0.4
    • โฌ†๏ธ Upgraded bootstrap to ^4.0.0-alpha
    • Replaced 3rd-party bootstrap import with local dependency
    • Replaced babel-preset-stage-1 and friends with babel-preset-env
    • โž• Added normalizer bundler for JavaScript (Promise, fetch, and Object.assign)
    • โž• Added dirty-chai

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ“ฆ Replaced PropTypes usage with prop-types package
    • ๐Ÿ”ง Simplified project structure and configuration
    • Replaced postcss-loader usage with css-loader builtins
    • Webpack manifest is now bundled separately from vendor bundle (improves caching)
    • Replaced file-loader with url-loader
    • ๐Ÿ— Moved all build-related dependencies back to devDependencies
    • ๐Ÿ‘ Replaced better-npm-run with cross-env
    • โœ… Cleaned up some sloppy tests

    ๐Ÿ›  Fixes

    • ๐ŸŒฒ console.log now works correctly inside of Karma

    ๐Ÿ—„ Deprecations

    • ๐Ÿšš Code coverage reporting has been temporarily removed
    • ๐Ÿ‘Œ Support for .css files has been temporarily removed (use .scss or .sass)
    • โœ‚ Removed normalize.css since this is now provided by bootstrap
  • v3.0.0-alpha.2

    August 03, 2016
  • v3.0.0-alpha.1 Changes

    July 11, 2016

    Notes TBD.

    ๐Ÿš€ Miscellaneous package upgrades and bug fixes, cutting a release for safety.

  • v3.0.0-alpha.0 Changes

    April 21, 2016

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘€ Migrated to Fractal Project Structure, huge thanks to justingreenberg. See #684 for details and discussion.
  • v2.0.0 Changes

    April 18, 2016

    ๐Ÿ”‹ Features

    • โฌ†๏ธ Upgraded eslint-plugin-react to ^5.0.0
    • โฌ†๏ธ Upgraded fs-extra to ^0.28.0

    ๐Ÿ‘Œ Improvements

    • โšก๏ธ Updated syntax used for createStore to match redux@^3.1.0
    • Cleaned up connect decorator in HomeView
    • Cleaned up flow types in HomeView
  • v2.0.0-alpha.5 Changes

    April 17, 2016

    ๐Ÿ”‹ Features

    • โฌ†๏ธ Upgraded flow-bin to 0.23.0
    • โฌ†๏ธ Upgraded fs-extra to ^0.27.0

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ”ง Minor cleanup in Karma configuration
    • โž• Added missing node-style index files in blueprints

    ๐Ÿ›  Fixes

    • Modified webpack manifest initialization to prevent syntax errors in some environments (#572)
  • v2.0.0-alpha.4 Changes

    April 10, 2016

    ๐Ÿ”‹ Features

    • โฌ†๏ธ Upgraded react to ^15.0.0
    • โฌ†๏ธ Upgraded react-dom to ^15.0.0
    • โฌ†๏ธ Upgraded react-addons-test-utils to ^15.0.0
    • โฌ†๏ธ Upgraded eslint-plugin-flow-vars to ^0.3.0

    ๐Ÿ‘Œ Improvements

    • ๐Ÿš€ Updated npm run deploy to be environment agnostic (no longer forces production)
    • โž• Added npm run deploy:prod (forces production, acts as old npm run deploy)
    • โž• Added npm run deploy:dev (forces development)

    ๐Ÿ›  Fixes

    • โœ‚ Removed strip_root option in Flow to support Nuclide
    • โšก๏ธ Updated webpack development configuration to use correct public_path
  • v2.0.0-alpha.3 Changes

    March 31, 2016

    ๐Ÿ”‹ Features

    • โฌ†๏ธ Upgraded flow-interfaces to ^0.6.0

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ— Moved dependencies needed for production builds from devDependencies to regular dependencies

    ๐Ÿ›  Fixes

    • ๐Ÿ”ง Production configuration now generates assets with absolute rather than relative paths

    ๐Ÿ—„ Deprecations

    • โœ‚ Removed eslint-loader for performance reasons
  • v2.0.0-alpha.2 Changes

    March 17, 2016

    ๐Ÿ”‹ Features

    • โฌ†๏ธ Upgraded eslint to ^2.4.0
    • โฌ†๏ธ Upgraded babel-eslint to ^6.0.0-beta.6
    • โฌ†๏ธ Upgraded better-npm-run to 0.0.8
    • โฌ†๏ธ Upgraded phantomjs-polyfill to 0.0.2
    • โฌ†๏ธ Upgraded karma-mocha-reporter to ^2.0.0
    • โฌ†๏ธ Upgraded webpack to ^1.12.14
    • โฌ†๏ธ Upgraded redux-thunk to ^2.0.0

    ๐Ÿ‘Œ Improvements

    • โž• Added index.js files for blueprints for convenient imports

    ๐Ÿ›  Fixes

    • โœ‚ Removed some cssnano options that caused potential conflicts with css modules
    • โšก๏ธ Updated flow to understand global webpack definitions