-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adding coverall.io #4
Commits on Jun 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for be50e75 - Browse repository at this point
Copy the full SHA be50e75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93dd55b - Browse repository at this point
Copy the full SHA 93dd55bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b25da0 - Browse repository at this point
Copy the full SHA 1b25da0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e30c2c9 - Browse repository at this point
Copy the full SHA e30c2c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1a3ba3 - Browse repository at this point
Copy the full SHA d1a3ba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bf9cad - Browse repository at this point
Copy the full SHA 5bf9cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bd0d53 - Browse repository at this point
Copy the full SHA 5bd0d53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f493da - Browse repository at this point
Copy the full SHA 9f493daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b4f46a - Browse repository at this point
Copy the full SHA 0b4f46aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a693a6 - Browse repository at this point
Copy the full SHA 9a693a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75946a4 - Browse repository at this point
Copy the full SHA 75946a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47deb56 - Browse repository at this point
Copy the full SHA 47deb56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5437ed5 - Browse repository at this point
Copy the full SHA 5437ed5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a40073 - Browse repository at this point
Copy the full SHA 5a40073View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7c0a27 - Browse repository at this point
Copy the full SHA e7c0a27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e06644 - Browse repository at this point
Copy the full SHA 7e06644View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2153b5b - Browse repository at this point
Copy the full SHA 2153b5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7f1704 - Browse repository at this point
Copy the full SHA c7f1704View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fc3e59 - Browse repository at this point
Copy the full SHA 7fc3e59View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf12958 - Browse repository at this point
Copy the full SHA cf12958View commit details -
Configuration menu - View commit details
-
Copy full SHA for e082d23 - Browse repository at this point
Copy the full SHA e082d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 844a4c0 - Browse repository at this point
Copy the full SHA 844a4c0View commit details
Commits on Jun 15, 2018
-
update schema customizer to merge marks (ianstormtaylor#1839)
* update schema customizer to merge marks * update comment
Configuration menu - View commit details
-
Copy full SHA for 9afffd4 - Browse repository at this point
Copy the full SHA 9afffd4View commit details -
Allow user to use immutable 4.0.0-rc without yarn warning (ianstormta…
…ylor#1869) * Allow user to use immutable 4.0.0-rc without yarn warning * Fix versions * Fix immutable version to most recent * Fix versions for react
Configuration menu - View commit details
-
Copy full SHA for 5aa993e - Browse repository at this point
Copy the full SHA 5aa993eView commit details -
Fix issue with pasting in IE11 (ianstormtaylor#1901)
* Fix issue with pasting in IE11 Fixing the issue where dataTransfer or clipboardData are not populated, in IE 11 under event.NativeEvent. Instead, if we are using IE11, use the base event object instead which contains a valid dataTrasnfer/clipboardData object. * Run prettier on code changes
Configuration menu - View commit details
-
Copy full SHA for 9660c4b - Browse repository at this point
Copy the full SHA 9660c4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1385e5c - Browse repository at this point
Copy the full SHA 1385e5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb04f3 - Browse repository at this point
Copy the full SHA 5eb04f3View commit details -
- slate-base64-serializer@0.2.33 - slate-html-serializer@0.6.5 - slate-hyperscript@0.5.14 - slate-plain-serializer@0.5.14 - slate-prop-types@0.4.31 - slate-react@0.12.8 - slate-schema-violations@0.1.12 - slate-simulator@0.4.31 - slate@0.33.8
Configuration menu - View commit details
-
Copy full SHA for 63eae6b - Browse repository at this point
Copy the full SHA 63eae6bView commit details -
Operations update decorations (ianstormtaylor#1778)
* initial simple decorations (mark-like), many tests added * allow decorators to be set by focus, anchor tags - add tests * handle one more edge case with decorations in hyperscript * apply prettier cleanup * apply linting rules * update changelog * ensure always normalize decoration ranges * reapply prettier after latest adjustments * all operations apply now update decorations with selection * ranges can now be 'atomic', will invalidate if contents change * lint, prettier cleanups * add atomic invalidation tests, update hyperscript usage * fix linter errors * minor cleanup * slight refactor for simplicity * remove a couple superfluous lines * update in response to review * drop unnecessarily committed add'l file * remove the need for explicit anchor, focus prop on decoration tags * update hyperscript use to match latest syntax in ianstormtaylor#1777 * atomic -> isAtomic
Configuration menu - View commit details
-
Copy full SHA for c500bec - Browse repository at this point
Copy the full SHA c500becView commit details -
Characters to leaves (ianstormtaylor#1816)
* Preparing tests * splitNode replacement * Remove slow splice; replace mergeNode * normalize Leaves * Partially remove characters * Partially remove characters * styling * Fix bugs; almost all characters are replaced * Fixes almost existing tests; preparing adding tests for text * Remove un-necessary check * Empty leaf * fix characters in getMarks * Faster fromJSON * Some corner cases for empty text * Fix naive bug * Supporting empty text with marks * Supporting empty text with marks in hyperscript * changes tests for marks in empty text * Support splitNode marks with empty text * Add tests for splitNode->insert * Faster removeText * Add warning ; remove getMarksAtIndex cache * Remove characters in getInsertMarkAtRange * Adding tests * Change names of tests * Update marks test * Add a test confirm for invalid offsets: * Add test for get active marks between offsets * Fix document * Add testing for insert-text * Better remove text * More sensible marks in empty text * Allow marks of empty text after deleting partially marked text * Add test for removing on partially marked text * chnage test structure * Add test for removeText * Add test for removeText * Avoid conflict between empty marked text and cursor * Simple style fixes * Simple style fixes * Line break fixes * Line break fixes * Annotate the createLeaves * Line breaks in test * Line breaks fix * add add-marks test * add merge test * Fix version update * Remove empty_leaf optimization; optimize of that will be other PRs * Clean up getMarksAtPosition * Fix get-insert-marks-at-range * clean up get-marks-at-position * Fix spaces
Configuration menu - View commit details
-
Copy full SHA for cb3a9a5 - Browse repository at this point
Copy the full SHA cb3a9a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01bb6c0 - Browse repository at this point
Copy the full SHA 01bb6c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4c9690 - Browse repository at this point
Copy the full SHA f4c9690View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aec97a - Browse repository at this point
Copy the full SHA 3aec97aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9143a - Browse repository at this point
Copy the full SHA 1b9143aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e0175d - Browse repository at this point
Copy the full SHA 0e0175dView commit details