Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastic/eui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 475e19bc8dd7f38796333089007c08f62259337b
Choose a base ref
..
head repository: elastic/eui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 32cc6ff1066a038912036a79426b3a286ca549dd
Choose a head ref
Showing with 925 additions and 1,033 deletions.
  1. +0 βˆ’12 .travis.yml
  2. +1 βˆ’3 README.md
  3. +880 βˆ’948 docs/bundle.js
  4. +1 βˆ’1 docs/bundle.js.map
  5. +1 βˆ’1 package.json
  6. +0 βˆ’3 scripts/test-travis.sh
  7. +0 βˆ’2 src-docs/src/store/configure_store.js
  8. +0 βˆ’26 src-docs/src/store/reducers/sandbox_reducer.js
  9. +29 βˆ’35 src-docs/src/views/app_view.js
  10. +2 βˆ’1 src/services/sort/comparators.js
  11. +11 βˆ’1 src/services/sort/comparators.test.js
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
🚨 **WARNING** While open source, the intended consumers of this repository are Elastic products. Read the [FAQ][faq] for details.

# Elastic UI Framework [![Build Status][ci-badge]][ci-site]
# Elastic UI Framework

> The Elastic UI Framework is a collection of React UI components for quickly building user interfaces
> at Elastic. Not using React? No problem! You can still use the CSS behind each component.
@@ -66,5 +66,3 @@ You can find documentation around creating and submitting new components in [CON
[testing]: wiki/testing.md
[theming]: wiki/theming.md
[docs]: https://elastic.github.io/eui/
[ci-badge]: https://travis-ci.org/elastic/eui.svg?branch=master
[ci-site]: https://travis-ci.org/elastic/eui
Loading