Skip to content

Commit

Permalink
Updated history and bootstrap test file
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Apr 11, 2016
1 parent 81829c9 commit 309e8f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 4 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ https://github.com/josdejong/jsoneditor

## not yet released, version 5.5.0

- Implemented a dropdown for values having an JSON Schema enum. Thanks @tdakanalis.

- Implemented a dropdown for values having an JSON Schema enum.
Thanks @tdakanalis.
- Fixed #291, #292: Some CSS broken when using the editor in combination with
bootstrap. Thanks @nucleartide.

## 2016-04-09, version 5.4.0

Expand Down
6 changes: 2 additions & 4 deletions test/test_bootstrap.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<!DOCTYPE HTML>
<html>
<head>
<link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-beta1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha/js/bootstrap.min.js"></script>

<link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!--<link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha/css/bootstrap.min.css" rel="stylesheet" type="text/css">-->

<link href="../dist/jsoneditor.css" rel="stylesheet" type="text/css">
<script src="../dist/jsoneditor.js"></script>
Expand Down

0 comments on commit 309e8f9

Please sign in to comment.