Giter VIP home page Giter VIP logo

Comments (5)

greenkeeper avatar greenkeeper commented on May 5, 2024
  • The dependency react-redux was updated from 7.0.3 to 7.1.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v7.1.0

Hooks!

After much discussion, we've decided these Hook things are probably going to stick around, so we might as well add some. Many thanks to @MrWolfZ, @josepot, @perrin4869, and @mpeyper for their contributions and to everyone else that offered feedback, ideas, and critiques as we built them out. Go open source!

Changes

Commits

The new version differs by 38 commits.

  • 01966db 7.1.0
  • 3f0933c Update docs versioning for 7.1
  • 316467a Update deps and switch rtl to tlr.
  • 93d731b 7.1.0-rc.1
  • f4938d6 Update deps. Handle RTL@7.
  • 4649f8b Update jsdocs for hooks (#1295)
  • 18bd1aa some minor hooks updates (#1294)
  • 9183035 7.1.0-alpha.5
  • 4d3a7e1 Avoid unnecessary selector evaluations (#1273)
  • 88964e5 Replace shallowEqual with reference equality in useSelector (#1288)
  • d45bfb4 Remove deps of useSelector (#1272)
  • 7a8fbb7 7.1.0-alpha.4
  • b375295 Remove useActions
  • 1fd55a0 7.1.0-alpha.3
  • 3c47e7c Remove useRedux hook

There are 38 commits in total.

See the full diff

from react.

greenkeeper avatar greenkeeper commented on May 5, 2024
  • The dependency react-redux was updated from 7.1.0 to 7.1.1.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v7.1.1

This release is sponsored by Deft, providing technical teams to high-growth SaaS companies with the processes they need to scale successfully. Please reach out to see how we can help with your software development, systems architecture, and infrastructure design needs.


This release includes some new APIs for those that want to use a custom React Context with our Hooks API, a small memory optimization, and has a fix for when the store changes on a Provider with incompatible children.

Changes

P.S. On the sponsorship section above, it's a thing we're trying out to see how it feels and if it causes any problems for your workflows. (Don't worry, no ads are coming to your npm installs!) The idea for future releases is to let those that contributed to that release have the opportunity to sponsor that release. We don't need donations, but we definitely do need PRs! Hopefully, it's a fair way to encourage them. Please let us know if it's a problem in any way.

Commits

The new version differs by 64 commits.

  • 65d7935 7.1.1
  • 66c3833 Upgrade stuff as far as we can get without errors.
  • 07dbe01 Fix a eslint@6 error
  • 0c5f764 Convert Provider into function component with hooks (#1377)
  • b6b4799 Free resources (free detached nodes from memory) (#1380)
  • 4b9cece Docs: update license section (#1368)
  • 5e6205a feat: implement create*Hook APIs (#1309)
  • 4cded48 Revert "fix(docs): remove mapDispatchToProps invalid use case" (#1365)
  • ae6f033 fix(docs): remove mapDispatchToProps untruthy use case (#1364)
  • 8a1bb58 Fix typo (#1355)
  • c83ae48 Fix small typo (they → the) in hooks.md (#1345)
  • 0324068 Update react-hooks-testing-library to @testing-library package (#1344)
  • 7b44e33 remove _isMounted (#1338)
  • 8e08fc8 Updates package versions in Quick Start docs (#1337)
  • 92c0d09 Fix the typo in hooks.md (#1329)

There are 64 commits in total.

See the full diff

from react.

greenkeeper avatar greenkeeper commented on May 5, 2024
  • The dependency react-redux was updated from 7.1.2 to 7.1.3.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v7.1.3

Forgot to remove a console statement before I published 7.1.2. Oops!

Lint your source code before publishing, folks.

Changelog

v7.1.2...v7.1.3

Commits

The new version differs by 83 commits.

  • 82b39ef 7.1.3
  • 30101bb Remove leftover console statement
  • 5f495b2 7.1.2
  • 2677705 Pass non-Redux-store values through the store prop (#1447)
  • b832f83 Fix RN batching and effect behavior (#1444)
  • b5034a6 Bump mixin-deep from 1.3.1 to 1.3.2 in /website (#1442)
  • 4be8b3f [ImgBot] Optimize images (#1434)
  • 2eac861 fix spelling in error message (#1427)
  • 6725400 Remove unused latestStoreState field (#1426)
  • 388d9e4 Mark the react renderers as optional peer deps.
  • 2297944 Add DEV Community link to Community Resources (#1423)
  • 69d62e4 Use the same condition for checking if SSR in useSelector.js as in connectAdvanced.js (#1419)
  • 31c998a Docs: Fixes code example for API connect mapState (#1415)
  • 4bc231f Revert "Docs: Fix Code Example for API connect()" (#1414)
  • d9c49fa Docs: Fixes code example for API connect (#1413)

There are 83 commits in total.

See the full diff

from react.

greenkeeper avatar greenkeeper commented on May 5, 2024
  • The dependency react-redux was updated from 7.1.1 to 7.1.2.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 81 commits.

  • 5f495b2 7.1.2
  • 2677705 Pass non-Redux-store values through the store prop (#1447)
  • b832f83 Fix RN batching and effect behavior (#1444)
  • b5034a6 Bump mixin-deep from 1.3.1 to 1.3.2 in /website (#1442)
  • 4be8b3f [ImgBot] Optimize images (#1434)
  • 2eac861 fix spelling in error message (#1427)
  • 6725400 Remove unused latestStoreState field (#1426)
  • 388d9e4 Mark the react renderers as optional peer deps.
  • 2297944 Add DEV Community link to Community Resources (#1423)
  • 69d62e4 Use the same condition for checking if SSR in useSelector.js as in connectAdvanced.js (#1419)
  • 31c998a Docs: Fixes code example for API connect mapState (#1415)
  • 4bc231f Revert "Docs: Fix Code Example for API connect()" (#1414)
  • d9c49fa Docs: Fixes code example for API connect (#1413)
  • 063c2ed Troubleshooting: add useLayoutEffect + Jest info (#1411)
  • 6c873c7 Add reference post in hooks description (#1395)

There are 81 commits in total.

See the full diff

from react.

greenkeeper avatar greenkeeper commented on May 5, 2024
  • The dependency react-redux was updated from 7.1.3 to 7.2.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Commits

The new version differs by 37 commits.

  • ec38c1b 7.2.0
  • fa5a7fd Fix memory leak issue with UseEffect (#1506)
  • e649fb6 Optimize createListenerCollection (#1523)
  • 3eb5271 Updated links (#1522)
  • b3db96c docs: mapDispatchToProps returning undefined (#1520)
  • 607f1ba Fix: Fix typo in connect.md (#1517)
  • 77a2044 Remove these spaces.
  • cff554d Update connect-dispatching-actions-with-mapDispatchToProps.md (#1501)
  • 9a10b15 Update hooks.md (#1405)
  • 7893b35 Fixed Q&A links (#1500)
  • b3ae892 Fixes broken links (#1494)
  • f9efe46 fix: correct link to Redux Troubleshooting page (#1493)
  • 863128e Fix Usage with React link.
  • 19359fb remove useless semicolon (#1486)
  • 67d5e86 Add Netlify Badge to Docs (#1485)

There are 37 commits in total.

See the full diff

from react.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.