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

Split out export and initial v5.0 work. #205

Merged
merged 6 commits into from
May 26, 2017
Merged

Conversation

securingsincity
Copy link
Owner

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.34% when pulling b00c6f2 on split-out-export into 41ae361 on v5.

example/split.js Outdated
import { render } from 'react-dom';
import SplitAceEditor from '../src/split.jsx';
import AceEditor from '../src/ace.jsx';
import brace from 'brace';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'brace' is defined but never used.

example/split.js Outdated
import React, { Component } from 'react';
import { render } from 'react-dom';
import SplitAceEditor from '../src/split.jsx';
import AceEditor from '../src/ace.jsx';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'AceEditor' is defined but never used.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.06%) to 92.405% when pulling 39f7b3b on split-out-export into 41ae361 on v5.

@coveralls
Copy link

Coverage Status

Coverage decreased (-30.6%) to 61.777% when pulling 14e56cb on split-out-export into 41ae361 on v5.

xdamman and others added 5 commits May 25, 2017 10:17
- Adds support for the split editor component.
- Allows for the export of multiple child components in addition to ReactAce being default
example/index.js Outdated
name: 'myTestCommand',
bindKey: {win: 'Ctrl-W', mac: 'Command-W'},
exec: () => {
console.log("this coammdb or whatever")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strings must use singlequote.

Read more about it here.

example/index.js Outdated
name: 'myReactAceTest',
bindKey: {win: 'Ctrl-M', mac: 'Command-M'},
exec: () => {
console.log("this coammdb or whatever")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strings must use singlequote.

Read more about it here.

@sourcelevel-bot
Copy link

Ebert has finished reviewing this Pull Request and has found:

  • 1 fixed issue! 🎉

You can see more details about this review at https://ebertapp.io/github/securingsincity/react-ace/pulls/205.

@coveralls
Copy link

Coverage Status

Coverage increased (+1.6%) to 93.939% when pulling bc7a677 on split-out-export into 41ae361 on v5.

@coveralls
Copy link

Coverage Status

Coverage increased (+1.6%) to 93.939% when pulling bc7a677 on split-out-export into 41ae361 on v5.

@securingsincity securingsincity merged commit 0de324f into v5 May 26, 2017
@securingsincity securingsincity deleted the split-out-export branch June 1, 2017 13:53
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