All Versions
33
Latest Version
Avg Release Cycle
47 days
Latest Release
2213 days ago
Changelog History
Page 1
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
- โ Added Node
-
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 withbabel-preset-env
- โ Added normalizer bundler for JavaScript (
Promise
,fetch
, andObject.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
withurl-loader
- ๐ Moved all build-related dependencies back to
devDependencies
- ๐ Replaced
better-npm-run
withcross-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
- โฌ๏ธ Upgraded webpack to
-
v3.0.0-alpha.2
August 03, 2016 -
v3.0.0-alpha.1 Changes
July 11, 2016Notes 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[email protected]^3.1.0
- Cleaned up
connect
decorator inHomeView
- Cleaned up flow types in
HomeView
- โฌ๏ธ Upgraded
-
v2.0.0-alpha.5 Changes
April 17, 2016๐ Features
- โฌ๏ธ Upgraded
flow-bin
to0.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)
- โฌ๏ธ Upgraded
-
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 forcesproduction
) - โ Added
npm run deploy:prod
(forcesproduction
, acts as oldnpm run deploy
) - โ Added
npm run deploy:dev
(forcesdevelopment
)
๐ Fixes
- โ Removed
strip_root
option in Flow to support Nuclide - โก๏ธ Updated webpack development configuration to use correct
public_path
- โฌ๏ธ Upgraded
-
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
- โฌ๏ธ Upgraded
-
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
to0.0.8
- โฌ๏ธ Upgraded
phantomjs-polyfill
to0.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
- โฌ๏ธ Upgraded