Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: v2 LTS Release #287

Merged
merged 77 commits into from
Oct 4, 2018
Merged

feat: v2 LTS Release #287

merged 77 commits into from
Oct 4, 2018

Conversation

ScriptedAlchemy
Copy link
Collaborator

@ScriptedAlchemy ScriptedAlchemy commented Sep 13, 2018

Moderate update of react-first-router.

This is an early version of rudy which will be superseded by rudy-respond which is a complete rewrite.

This release is designed to being a handful of fixes to redux-first-router, while attempting to keep the api the same as well as suppress breaking changes.

Too much has changed in here, and before my time on this project. The docs will be your friend on this one!

Fixes: #276 #285

faceyspacey and others added 30 commits August 16, 2017 23:02
`onAfterChange` is erroneously called when a routethunk dispatches a redirect action - this can
cause some undesired logic to executue.  This detects redirect actions in the executed routeThunks,
and appropriately skips `onAfterChange` in that event.

#96
…ction + extra keys.

the "extra" key/val is the same as an "extra" option you provide to connect routes. I.e. the
equivalent of redux-thunk's extra argument.
Fixes for SEO with basename
…ptions provided

BREAKING CHANGE: path segments that are numbers will now be passed to to/fromPath
fix($thunks): Skip `onAfterChange` when route thunks dispatch a redirect
@hedgepigdaniel
Copy link
Contributor

Interestingly, the CI doesn't run codeclimate on that branch

@hedgepigdaniel
Copy link
Contributor

#290 pulls in the latest documentation fixes from master

@hedgepigdaniel
Copy link
Contributor

ScriptedAlchemy and others added 5 commits September 17, 2018 15:00
Ignore vulnerabilities detected by skyk that exist in development only
Fix crash in canGoBack and canGoForward
Integer coercion fix for Rudy
@hedgepigdaniel
Copy link
Contributor

Might be worth looking at the latest comments here #41 (comment) by @dawnmist - looks like the integer coersion issue is not fully fixed.

@ScriptedAlchemy
Copy link
Collaborator Author

Thanks man , will do

# Conflicts:
#	.snyk
#	README.md
#	docs/connectRoutes.md
#	package.json
#	src/pure-utils/pathToAction.js
#	yarn.lock
# Conflicts:
#	.snyk
#	README.md
#	docs/connectRoutes.md
#	package.json
#	src/pure-utils/pathToAction.js
#	yarn.lock
@ScriptedAlchemy ScriptedAlchemy changed the title feat: "Rudy" update feat: v2 LTS Release Oct 4, 2018
@ScriptedAlchemy
Copy link
Collaborator Author

Preparing to release this, working on failing tests

@ScriptedAlchemy ScriptedAlchemy merged commit 2039ac3 into master Oct 4, 2018
ScriptedAlchemy added a commit that referenced this pull request Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refreshing homepage doesn't call thunk after initial load
8 participants