-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
chore(netlify-cms-core): upgrade redux and related dependencies #1914
Merged
erquhart
merged 1 commit into
decaporg:master
from
alexandernanberg:chore/upgrade-redux
Nov 27, 2018
Merged
chore(netlify-cms-core): upgrade redux and related dependencies #1914
erquhart
merged 1 commit into
decaporg:master
from
alexandernanberg:chore/upgrade-redux
Nov 27, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploy preview for netlify-cms-www ready! Built with commit 78578d9 |
Deploy preview for cms-demo ready! Built with commit 78578d9 |
alexandernanberg
changed the title
chore: upgrade redux and related dependencies
chore(netlify-cms-core): upgrade redux and related dependencies
Nov 27, 2018
Awesome, just pushed a quick rebase, will merge in a bit. |
erquhart
approved these changes
Nov 27, 2018
LoicMahieu
added a commit
to LoicMahieu/netlify-cms
that referenced
this pull request
Nov 29, 2018
* official/master: (42 commits) chore: improve publish scripts Publish chore: test before publishing chore(netlify-cms-core): upgrade react-dnd to 7.x (decaporg#1922) chore(netlify-cms-widget-text): upgrade to react-textarea-autosize 7.x (decaporg#1921) chore(netlify-cms-core): upgrade to react-waypoint 8.x (decaporg#1920) fix(backend): use singular label in custom commit message (decaporg#1917) docs: add GAE-specific oAuth client (decaporg#1918) fix(netlify-cms-widget-text): set correct font family (decaporg#1916) chore(netlify-cms-core): upgrade redux and related dependencies (decaporg#1914) chore(dependencies): bump npm-run-all (decaporg#1913) fix(netlify-cms-core): fix identifier field validation (decaporg#1907) docs: improve widget custom validation sample (decaporg#1911) improvement(backends): changes for registerBackend compatibility (decaporg#1880) fix(netlify-cms-core): fix prop-types warnings (decaporg#1906) fix(a11y): correct label "for" references to fields (decaporg#1904) improvement(netlify-cms-core): wrap navigations in lists for better a11y (decaporg#1903) fix(netlify-cms-widget-markdown): add missing border radius on toolbar (decaporg#1905) fix(netlify-cms-core): remove double focusable elements on profile menu button (decaporg#1900) fix(config): remove identifier field validation (decaporg#1882) ...
LoicMahieu
added a commit
to LoicMahieu/netlify-cms
that referenced
this pull request
Dec 7, 2018
…-config * official/master: (48 commits) docs: fix broken link to dev configuration file (decaporg#1941) docs: link releases to tag comparisons update release ticker Publish feat: add cloudinary support (decaporg#1932) fix(netlify-cms-core): duplicate key warning (decaporg#1930) Update image.md (decaporg#1923) chore(netlify-cms-core): upgrade react-frame-component to 4.x (decaporg#1925) chore(netlify-cms-core): upgrade gray-matter to 4.x (decaporg#1924) feat(netlify-cms-widget-select): add support for multiple selection (decaporg#1901) chore: improve publish scripts Publish chore: test before publishing chore(netlify-cms-core): upgrade react-dnd to 7.x (decaporg#1922) chore(netlify-cms-widget-text): upgrade to react-textarea-autosize 7.x (decaporg#1921) chore(netlify-cms-core): upgrade to react-waypoint 8.x (decaporg#1920) fix(backend): use singular label in custom commit message (decaporg#1917) docs: add GAE-specific oAuth client (decaporg#1918) fix(netlify-cms-widget-text): set correct font family (decaporg#1916) chore(netlify-cms-core): upgrade redux and related dependencies (decaporg#1914) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Upgrade
redux
and related dependencies to their latest version. Should be no breaking changes, just performance improvements (according to the release notes) and fixes.Test plan
yarn bootstrap && yarn test
– No errorsDid some manual testing as well and didn't find any issues