Hannes Hirzel
1ac05f41ac
file name is jsoneditor.min.js
2014-12-21 18:34:58 +00:00
Jos de Jong
19cbdd03f7
Merge pull request #147 from DeanPoulin/develop
...
Included jsoneditor.css as a Main Component
2014-11-13 19:43:24 +01:00
Dean Poulin
3348dfc096
Included jsoneditor.css as a Main Component
...
Added the css file to bower so that the css will be identified as a main component used. Making this change allows gulp to identify the css and inject it into the project automatically at build time.
Executing the following shell commands:
yo gulp-angular
bower install jsoneditor --save
gulp build
will result in the index.html automatically being injected as seen below:
<!-- bower:css -->
<link rel="stylesheet" href="../bower_components/jsoneditor/jsoneditor.css" />
<!-- endbower -->
<!-- endbuild -->
<!-- build:js scripts/vendor.js -->
<!-- bower:js -->
<script src="../bower_components/jsoneditor/jsoneditor.min.js"></script>
<!-- endbower -->
<!-- endbuild -->
2014-11-13 13:31:02 -05:00
jos
66f41d87fd
Merge branch 'master' into develop
2014-10-20 21:20:41 +02:00
Jos de Jong
75647308da
Merge pull request #139 from tomalec/138-emptyStringPath
...
Use `""` as valid path in JSON
2014-10-20 21:18:32 +02:00
Tomek Wytrebowicz
8c4162f0bb
Use `""` as valid path in JSON - fix for josdejong/jsoneditor#138
2014-10-18 01:59:24 +02:00
jos
2c84da0998
a css fix for firefox
2014-10-09 15:29:17 +02:00
jos
330e5bb6d1
Fixed #129 : code is sanitized before throwing an error
2014-09-13 10:04:55 +02:00
jos
cc1b12effc
Updated version number to 3.1.3-SNAPSHOT
2014-09-03 12:02:05 +02:00
jos
b03dd76c81
Released version 3.1.2
2014-09-03 11:54:08 +02:00
jos
14db0632c2
Fixed #126 : lack of a semi colon at end of the bundled files
2014-08-28 21:20:14 +02:00
jos
b0a1795c12
Some simplifications in parseJS
2014-08-01 09:46:50 +02:00
jos
8ca4c75326
Some more fixes in `parseJS`
2014-08-01 09:33:00 +02:00
jos
fada177c4a
Fixed `parseJS` not being able to parse a single quoted string to JSON
2014-08-01 09:06:54 +02:00
jos
2662d04b4d
Updated version number to 3.2.0-SNAPSHOT
2014-08-01 08:57:47 +02:00
jos
af3763e747
Added field main to bower.json
2014-08-01 08:55:53 +02:00
jos
4d58258919
Released version 3.1.1
2014-08-01 08:52:34 +02:00
jos
fb16ec4586
Replaced parsing of JavaScript objects into JSON from `eval` to a dedicated `parseJS` function
2014-08-01 08:49:06 +02:00
jos
7ab134b95e
Bumped version number to 3.2.0-SNAPSHOT
2014-07-28 22:02:57 +02:00
jos
94956ab038
Added accidentally removed screenshots again to the readme
2014-07-28 21:21:28 +02:00
jos
939632d5b0
Merge remote-tracking branch 'origin/master'
2014-07-28 21:14:20 +02:00
jos
e2192df650
Merge branch 'develop'
...
Conflicts:
README.md
2014-07-28 21:13:56 +02:00
jos
e043a500be
Released version 3.1.0
2014-07-28 21:11:55 +02:00
jos
bc4a0ae25f
Added a documentation page with shortcut keys
2014-07-28 21:00:41 +02:00
jos
ca84b340bd
Fixed: shortcut keys to manipulate the nodes are now disabled when mode is `form` or `view`.
2014-07-28 20:56:19 +02:00
jos
1671dc7da7
Documented `editable` option
2014-07-28 08:45:31 +02:00
jos
24bc21e00a
Oops... uncommented try/catch again
2014-07-27 21:09:33 +02:00
jos
b947e868eb
Improved the `editable` callback: now also provides the path to a node and the nodes value
2014-07-27 21:08:59 +02:00
jos
1133024ae7
Implemented setting editable/readonly nodes individually via config function `editable`
2014-07-27 15:46:42 +02:00
jos
c72ea9b6e1
Fixed #111 : accept JavaScript objects as input, and turn them into valid JSON
2014-07-26 15:01:53 +02:00
jos
bb53153d3b
Added an example showing how to load/save local files
2014-07-21 21:04:11 +02:00
Jos de Jong
c4fb31e8c6
Merge pull request #107 from ROMOPAT/patch-1
...
Typo in README.md
2014-06-12 16:18:25 +02:00
Patrick Romowicz
ad029075c1
Typo in README.md
2014-06-12 15:40:28 +02:00
jos
5f43dcf1f3
Readme updated, ignored files in bower.json updated
2014-05-31 21:32:03 +02:00
jos
b6f0e09996
Updated readme
2014-05-31 21:15:38 +02:00
jos
a0283ef72e
Ignoring gulpfile in npm
2014-05-31 21:12:50 +02:00
jos
9daad4e811
Released version 3.0.0
2014-05-31 21:10:53 +02:00
jos
6ce6cbdb60
Fixed build script
2014-05-31 21:09:13 +02:00
jos
4ea91d45b4
Added a how to publish description
2014-05-31 21:08:17 +02:00
jos
ff6e54b715
Added zip task
2014-05-31 21:01:30 +02:00
jos
286c55fb40
Added all ace dependencies to ./asset/ace
2014-05-31 20:42:35 +02:00
jos
09fe8169d0
Fixed an error in registerMode
2014-05-30 21:28:40 +02:00
jos
459c2681ec
Improved registerMode and setMode
2014-05-30 11:33:15 +02:00
jos
0c1331ba12
Changed TreeEditor and TextEditor into mixins for JSONEditor
2014-05-30 10:53:57 +02:00
jos
955232d587
Written build script for assets
2014-05-30 10:33:11 +02:00
jos
5f9d4a54a2
Added css concat and minify to gulpfile
2014-05-29 22:35:47 +02:00
jos
d6da7f548e
Refactored JSONEditor sourcecode to AMD modules
2014-05-29 22:13:37 +02:00
jos
6eea2b6335
Renamed files to match the contained prototype
2014-05-29 18:51:17 +02:00
jos
282dc4f7ac
Moved sourcecode from `/jsoneditor` to `/src`
2014-05-29 18:42:14 +02:00
jos
4eae0cff1f
Loading assets Ace Editor and JSONLint via npm. Auto build assets.
2014-05-29 18:35:39 +02:00