Skip to content
Snippets Groups Projects
Commit 9695d121 authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Release version 0.6.1.14

parent 1014eaca
No related branches found
No related tags found
No related merge requests found
--------------------------------- CHANGE LOG ----------------------------------
HEAD
- The CheckBox associated to the boolean field is rendered initially checked
when the default value is True.
- Deactivate the contexmenu everywhere in the ViewPort.
0.6.1.13 (Nov 2014)
0.6.1.14 (Dec 2014)
- Add the plugin App.grid.plugin.Export.
- Mask the whole viewport during loading a PanelWithUrlSelector.
- Version data can be export via the plugin pGridExport.
......@@ -17,6 +14,9 @@ HEAD
- Add the user reset functionality in the ComboBoxMaster class.
Modify ComboBoxSlave and ComboBoxUserReset accordingly.
In addition the first value of the store is load in the ComboBoxSlave.
- The CheckBox associated to the boolean field is rendered initially checked
when the default value is True.
- Deactivate the contexmenu everywhere in the ViewPort.
0.6.1.7 (Sep 2014)
- Use inline script and Ext.grid.Panel to display software versions
......
......@@ -15,7 +15,7 @@ Ext.define('App', {
* The version of the plugin
* @property {String}
*/
version: '0.6.1.13',
version: '0.6.1.14',
/**
* The name of the application
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment