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
jos
85100e9fb4
Removed web application from the project
2014-05-29 14:22:50 +02:00
josdejong
ec2b9fffdf
Partly fix for #88 : Indent mismatch
2014-02-19 20:34:41 +01:00
josdejong
45bed61601
Updated version number to 2.3.7-SNAPSHOT
2014-01-03 17:29:47 +01:00
josdejong
b47fdf153a
Released version 2.3.6 ( Fixed #82 )
2014-01-03 17:15:53 +01:00
josdejong
975a93442a
Updated version number to 2.3.6-SNAPSHOT
2013-12-09 20:52:39 +01:00
josdejong
91a3f9c656
Released version 2.3.5
2013-12-09 20:36:24 +01:00
josdejong
870169447f
Fixed #81 : issue with non-breaking space characters
2013-12-07 15:51:23 +01:00
josdejong
e302507c7a
Fixed #80 and #70 (again)
2013-12-07 15:30:11 +01:00
josdejong
e3bd8379f1
Updated version number to 2.3.5-SNAPSHOT
2013-11-19 19:52:04 +01:00
josdejong
7f960cdea5
Released version 2.3.4
2013-11-19 19:26:33 +01:00
josdejong
8e07ebb711
Switched everything to 2-space indentation
2013-11-15 18:11:50 +01:00
josdejong
8ddc6f3946
Disabled saving files using HTML5 on Firefox to prevent a Firefox bug
2013-11-15 16:03:52 +01:00
josdejong
1c1ffe4b8f
Fixed blocking of mouse scroll when context menu is visible
2013-11-15 15:49:25 +01:00
josdejong
65c0c480d2
Cleaned up legacy code for IE8
2013-11-15 15:42:11 +01:00
josdejong
35568380f2
Dropped support for IE8 (was already broken). Improved error message for unsupported browsers.
2013-11-15 14:56:12 +01:00
josdejong
02843155b6
Merge branch 'master' into develop
2013-11-15 13:31:56 +01:00
Jos de Jong
8ab84aac27
Merge pull request #78 from d3lity/patch-1
...
typo fixed: JSON.stingify => JSON.stringify
2013-11-07 10:50:10 -08:00
d3lity
ef2b073e84
typo fixed: JSON.stingify => JSON.stringify
2013-11-07 14:37:47 +02:00
josdejong
f4ed563eed
Updated version to 2.3.4-SNAPSHOT
2013-10-17 11:28:44 +02:00
josdejong
a6f141b392
Released version 2.3.3
2013-10-17 11:18:29 +02:00
josdejong
b8cc95b907
Replaced synchronous google ad with asynchronous one
2013-10-17 11:16:14 +02:00
josdejong
91cf1a6da8
Normalize line-height in css
2013-10-17 11:12:35 +02:00
josdejong
122d8b4e87
Added support for search (Ctrl+F) in the code editor Ace
2013-10-17 11:07:46 +02:00
josdejong
7fa3e0cc94
Fixed #70 : positioning issue of the action menu when in bootstrap modal.
2013-10-17 10:33:28 +02:00
josdejong
9a313b92ba
Marked the chrome app as offline available
2013-09-26 17:19:52 +02:00
josdejong
347867837e
Released version 2.3.2 with offline available web app.
2013-09-26 17:18:16 +02:00
Jos de Jong
80b0e2cb9a
Merge pull request #68 from ayanamist/wip-cache.manifest
...
Use HTML5 cache manifest
2013-09-26 06:26:09 -07:00
ayanamist
41697170a7
Use HTML5 cache manifest
2013-09-26 08:24:55 +08:00
josdejong
ad29069364
fixed merge conflict
2013-09-24 22:17:05 +02:00
josdejong
fbedebd928
Released version 2.3.1
2013-09-24 21:55:24 +02:00
Jos de Jong
e25948c8b8
Merge pull request #65 from thlorenz/patch-1
...
Adding main field pointing to jsoneditor.js
2013-09-22 12:53:06 -07:00
Thorsten Lorenz
f79ceeec31
Adding main field pointing to jsoneditor.js
...
Without this `require('jsoneditor')` fails with the following error:
```
Error: Cannot find module 'jsoneditor'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/Users/thlorenz/dev/projects/level-json-edit/example/main.js:3:18)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
```
2013-09-20 14:32:55 -04:00
josdejong
99a3c5c34a
Fixed #61 : actions menu not working in bootstrap modal (was a z-index issue)
2013-09-16 22:07:52 +02:00
josdejong
0005bb51b7
Updated version number to 2.3.1-SNAPSHOT
2013-09-13 21:57:37 +02:00
josdejong
e34cfc1e52
Released version 2.3.0
2013-09-13 21:50:58 +02:00
josdejong
0915c8366c
Fixed buggy loading of files in the web application
2013-09-12 21:48:47 +02:00
josdejong
34a337874c
Added descriptions to the dialogs to load files from disk and url
2013-08-28 20:39:20 +02:00
josdejong
3602b8045c
Link 'Report a bug' added to the website footer
2013-08-28 20:25:37 +02:00