Commit Graph

686 Commits

Author SHA1 Message Date
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
josdejong 9ae63d7960 Fixed wrong title on fields with value null 2013-08-28 20:24:12 +02:00
josdejong a33bc3e119 Restore focus after switching mode. Fixed z-index issue with context menu. 2013-08-28 15:01:05 +02:00
josdejong 5a7a76cf0b Implemented option modes 2013-08-27 22:50:20 +02:00
josdejong 605b01d638 Documentation updated 2013-08-01 21:17:09 +02:00
josdejong 6b1975abce Updated version number to 2.3.0-SNAPSHOT 2013-08-01 21:11:58 +02:00
josdejong 2816acbb75 Released version 2.2.2 2013-08-01 21:04:19 +02:00
josdejong 252d03fdf1 css not being loaded in case of AMD and multiple scripts (Fixed #58, second try) 2013-07-31 22:10:10 +02:00
josdejong 01f6112261 Fixed a security error in the server side file retriever script of the web app. 2013-07-31 21:42:09 +02:00
josdejong 02c5fa416b Fixed #58: css not being loaded in case of AMD and multiple scripts 2013-07-30 22:13:26 +02:00
josdejong 38a356a5c3 Changed color of booleans from orange to darkorange 2013-07-08 20:30:14 +02:00
josdejong e5ccd9beac Fixed #57: non-working option `indentation` 2013-07-08 20:29:45 +02:00
josdejong d1cee647cc Fixed a typo in the readme 2013-06-03 13:01:52 +02:00
josdejong e2101fd3b5 Rebuild of the library 2013-05-28 20:32:44 +02:00
josdejong d7552b23fa More robust onError message (see also issue #50) 2013-05-28 20:18:51 +02:00
josdejong f90c9f9fc6 Updated version number to 2.3.0-SNAPSHOT 2013-05-27 20:55:51 +02:00
josdejong f3ca6ad84f Released version 2.2.1 2013-05-27 20:45:47 +02:00
josdejong 915497e9e0 Fixed non-working save button on Firefox 21 (issue #49( 2013-05-27 20:43:08 +02:00
josdejong 227f8dfcc0 Updated history and built library 2013-05-25 22:18:16 +02:00
josdejong f6801e8fc0 Readme updated 2013-05-25 22:16:53 +02:00
josdejong e83c128d8d Fixed undefined options in TextEditor (see also #50) 2013-05-25 22:16:23 +02:00
josdejong baf7082f5d Updated version number to 2.3.0-SNAPSHOT. Updated readme and docs 2013-05-04 13:17:24 +02:00
josdejong 97d0cc01dd merged develop branch 2013-05-04 12:51:54 +02:00
josdejong 6d3a50780c Released version 2.2.0 2013-05-04 12:42:54 +02:00
josdejong a596626642 docs updated 2013-05-04 12:09:14 +02:00