Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Bump react-rails from 2.2.1 to 2.5.0#273

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/react-rails-2.5.0
Closed

Bump react-rails from 2.2.1 to 2.5.0#273
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/react-rails-2.5.0

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview bot commented Apr 1, 2019

Bumps react-rails from 2.2.1 to 2.5.0.

Release notes

Sourced from react-rails's releases.

2.5.0

As always a big thank you to everyone who contributes to make the project a success!
🎉 We passed 5 million downloads of the Gem this month and very close to 2 million on the NPM package. 🎉

Breaking Changes

New Features

  • React 16.8.6 prebundled #977
  • Added assert_react_component test helper #957
  • Supports Webpacker 4, Ruby 2.6 #934
  • Supports camelize on ActionController::Parameters #932

Deprecation

Bug Fixes

  • Linting fix to generated JS #941
  • (Meta) Tests for react-rails updated #892 #894 #916

2.4.5

No release notes provided.

2.4.3

Bug Fixes

  • Call ReactDOM.render() when react_component :prerender option is falsy, instead of ReactDOM.hydrate() #844, #842

2.4.2

Bug Fixes

  • ReactDOM.hydrate() may not be defined for everyone, it will now use hydrate if it is defined or fallback to render #832

2.4.1

New Features

  • Webpacker gets ES6 components by default #822
  • ReactDOM.hydrate() #828
  • Documentation updates #830

Bug Fixes

  • Webpacker local manifest sometimes had double asset_hosts if the dev server was running #834 thanks @​joeyparis

2.4.0

Breaking Changes

  • (Sprockets) Prebundled React upgraded to 16 #792
  • (Sprockets) Addons removed #792

New Features

  • All generators make React 16 style components
... (truncated)
Changelog

Sourced from react-rails's changelog.

2.5.0

Breaking Changes

New Features

  • React 16.8.6 prebundled #977
  • Added assert_react_component test helper #957
  • Supports Webpacker 4, Ruby 2.6 #934
  • Supports camelize on ActionController::Parameters #932

Deprecation

Bug Fixes

  • Linting fix to generated JS #941
  • (Meta) Tests for react-rails updated #892 #894 #916

2.4.7

New Features

  • React 16.4.2 prebundled #914

2.4.6

New Features

  • React 16.4.1 prebundled #909

2.4.5

New Features

  • React 16.3.2 prebundled #908
  • Supports Webpacker 4.x #895
  • Enhanced generator to create components in subdirectories #890
  • Explicitly support Rails 5.2 #893
  • Enhanced documentation for Turbolinks usage #900

2.4.4

New Features

  • React 16.2 prebundled #856, #874
  • Use Fragments instead of Divs by default #856
  • Explicitly support Ruby 2.5 #857
  • Add support for controller rendering using camelize_props #869
  • Many readme, doc and guide updates including Typescript #873, #865, #862, #854, #852, #849
... (truncated)
Commits
  • 869f23c Update version number
  • 1a4a370 ⬆️ Upgrade React to 16.8.6 (#977)
  • c687b81 rake ujs:update (#976)
  • 4a46a4c Chore/update appraisals (#934)
  • e030634 Merge pull request #974 from reactjs/fix/assert-react-component-with-multiple...
  • 4e7d604 Merge pull request #961 from huacnlee/fix/assert-react-component-with-multipl...
  • e0b89b5 🐛 Ensure all basic components in tests are the same
  • eb74382 Merge branch 'master' into fix/assert-react-component-with-multiple-case
  • c86cfa1 Merge pull request #973 from reactjs/fix/test-rails-5
  • df22e89 ✅ Update controller test to use params: when Rails 4+
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [react-rails](https://github.com/reactjs/react-rails) from 2.2.1 to 2.5.0.
- [Release notes](https://github.com/reactjs/react-rails/releases)
- [Changelog](https://github.com/reactjs/react-rails/blob/master/CHANGELOG.md)
- [Commits](reactjs/react-rails@v2.2.1...v2.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/react-rails-2.5.0 branch from 9baff5c to 93657be Compare April 23, 2019 18:22
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #299.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/react-rails-2.5.0 branch July 29, 2019 13:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant