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

Release/6.0.0 beta #421

Merged
merged 2 commits into from
Dec 7, 2018
Merged

Release/6.0.0 beta #421

merged 2 commits into from
Dec 7, 2018

Conversation

cwelch5
Copy link
Contributor

@cwelch5 cwelch5 commented Dec 7, 2018

No description provided.

@codecov
Copy link

codecov bot commented Dec 7, 2018

Codecov Report

Merging #421 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #421   +/-   ##
======================================
  Coverage    97.6%   97.6%           
======================================
  Files           3       3           
  Lines         292     292           
======================================
  Hits          285     285           
  Misses          7       7

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 27ea39c...55bd2ec. Read the comment docs.

@tmbtech tmbtech merged commit a455998 into master Dec 7, 2018
@oyeanuj
Copy link

oyeanuj commented Dec 29, 2018

@tmbtech Are there any details anywhere on what 6.0 covers or is planning to cover?

@tmbtech
Copy link
Contributor

tmbtech commented Dec 29, 2018

@oyeanuj here is a link to all the commits. 5.2.0...release/6.0.0-beta

I jumped in pretty late in the release cycle, so I don't know the full scope.

Here is a short list of things I'm aware of.

  1. Move from Webpack bundling to rollup bundling.
  2. Breaking change - no default export for helmet use import {Helmet} from "helmet" instead
  3. Smaller bundle - remove tests from node_modules
  4. Fix for Uncaught RangeError: Maximum call stack size exceeded #373

I'll write a more detailed write up ASAP.

@oyeanuj
Copy link

oyeanuj commented Dec 29, 2018

@tmbtech thanks for the details! Any plans to address the tickets around SSR (and especially, streaming) in 6.0? (eg, #355)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants