Skip to content

Commit

Permalink
Release v2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Dec 3, 2014
1 parent a8438c4 commit 1318766
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
HEAD
2.9.4 / 2014-12-03
=================

* 1D nmr module is back
* parallel coordinates :
* new brush mode : 2D strums
* brushes can be combined with AND but also OR
* options for reorderable axes and shadows
* add highlight support
* spectra displayer : add mouse over shape event and variable out
* New library : [async](https://github.com/caolan/async)
* modules : view.onResize now receives width and height arguments

2.9.3 / 2014-11-26
=================

* Slickgrid: option that provides an input on the header of each column where you can just type in to search something.
* :arrow_up: chemcalc (v2.0.0)

2.9.2 / 2014-11-25
==================

* fix sdf-parser not being in the build

2.9.1 / 2014-11-24
==================

* New file: util/ui.js ui-related utility function.
* util/ui.js: confirm dialog box
* webservice_search: confirmation option
Expand All @@ -27,6 +33,7 @@ HEAD

2.9.0 / 2014-11-18
===================

* Slickgrid: Bug fixes.Row numbering overlay. Selected Row & Cell highlighting. DataNumber and DataBoolean edition. Hierarchical grouping. Hover and click actions in.
* button_action : add option to disable toggle
* datas
Expand Down
2 changes: 1 addition & 1 deletion src/src/util/versioning.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

define(['src/util/versionhandler', 'src/util/debug', 'src/main/variables', 'src/util/util'], function (VersionHandler, Debug, Variables, Util) {

var version = '2.9.3';
var version = '2.9.4';

if (!Util.semver(version)) {
throw new Error('Version number is invalid: ' + version);
Expand Down

0 comments on commit 1318766

Please sign in to comment.