This repository has been archived by the owner on Jan 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 492
2.9.0 #220
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
Add support for fork-ts-checker-webpack-plugin
Adjust 'Testing components' section to use the correct TS versions.
Add link to typescript User Guide
@types into devDependencies
@DorianGrey also the plan is to reset the master branch to this branch. The merged upsteam is at #221 |
DorianGrey
approved these changes
Jan 12, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Rebasing sounds reasonable to get rid of the publish/unpublish part.
Guria
reviewed
Jan 13, 2018
import ReactDOM from 'react-dom'; | ||
```ts | ||
import * as React from 'react'; | ||
import * asReactDOM from 'react-dom'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
space missing
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
@DorianGrey i've spent some time creating the future 2.9.0 branch as its very annoying that master is unable to be published. I've picked all PRs that were merged into master after #183 was merged. Can you just sanity check this includes the correct changes. After this is merged i will create 2.10.0 with the 1.0.17 changes from facebook.