vuejs-redux

Flexible binding between Vue and Redux

Downloads
371
Stars
57
Committers
15

Bot releases are hidden (Show)

vuejs-redux - Avoid to upload all the repository to npm registry Latest Release

Published by titouancreach over 5 years ago

I noticed that the content of the git repository (including file ignored in the .gitignore) was uploaded to the npm registry. That causes the package to be around 130Mb.
This release fix this and make the total size to be about 12Kb

vuejs-redux - Upgrade every dev dependencies to their latest version

Published by titouancreach over 5 years ago

This is only a clean but, the 2 emitted bundles has been a little bit modified. I think this is because I switched to babel 7. If you see any issue because of this, you can downgrade to the earlier version and open an issue.

Summary:

  • Upgrade from babel 6 to babel 7
  • Upgrade vue-jest for the unit tests
  • Use parcel to build and run the example
vuejs-redux - IE11 Compatibilities

Published by titouancreach almost 6 years ago

Transform arrow functions and shortand object functions into plain javascript function for IE11 compatibility

Commiters:

  • @te-blank IE11 compatibility
  • @titouancreach Fix CVE
vuejs-redux - v2.3.0

Published by titouancreach almost 6 years ago

Include an es module build and various improvement in the documentations, the builds, the tests and the code quality.

Commiters:

  • @sisou Add an es6 module #49
  • @vvscode Add live examples on codesandbox #48
  • @NogrTL Improve documentation #45
  • @vvscode Add CI integration #33
  • @deerawan Update dev dependencies #39
  • @MarceloAlves Rename commands in package.json #37
  • @MohammadHasham Improve the examples
  • @khrystuk Add prettier to the project
  • @vvscode Add lintstaged
  • @pasha00786 @SiddarthVijay @danfoy Improve the readme
vuejs-redux - Fix a bug where mapDispatchToProps was called at wrong time

Published by titouancreach almost 7 years ago

MapDispatchToProps was called when the component was mounted. But if mapDispatchToProps updated, Provider didn't know and keep calling the wrong function. Now, mapDispatchToProps is directly called from the props.

vuejs-redux - v2.1.0

Published by titouancreach almost 7 years ago

Render props are now used instead HOC.
Example with JSX and no JSX
Better unit tests
Fix bugs

Package Rankings
Top 6.73% on Proxy.golang.org
Top 8.6% on Npmjs.org
Badges
Extracted from project README
npm version Build Status GitHub contributors Say Thanks!
Related Projects