Skip to content

Commit 49e3a23

Browse files
committed
Update History and version bump.
1 parent 07885c8 commit 49e3a23

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGES

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
0.3 (2017-03-26)
2+
3+
Bug Fixes:
4+
* Disable Jupyter keyboard manager for all popups made using IRuby.popup (@kylekyle).
5+
* Fix Iruby/Input date values bug that set date fields to whatever the last date value was (@kylekyle).
6+
* Fix a bug where time strings put into prompter would give an 'out of range' error (@kylekyle).
7+
8+
Enhancements:
9+
* Improvements to IRuby dependency detection using `Bundler::Dependencies#specs` (@kou).
10+
* Use less memory forcing pry to store only the last 3 commands in memory (@kylekyle).
11+
* Use bigger z-index that is used accross all browsers (@kylekyle).
12+
* Ability to input date values as DateTime objects in IRuby/Input (@kylekyle).
13+
* Add option to have check boxes checked by default (@kylekyle).
14+
* Option for multi-select in drop down menus in the prompter (@kylekyle).
15+
* Add support for multiple widgets using `IRuby::Input::Multiple` (@kylekyle).
16+
* Calender icon for date selector icon (@kylekyle).
17+
* Add support for Numo/NArray (@zalt50).
18+
* Text now only completes after a space (@zalt50).
19+
* Remove the DONTWAIT flag when receiving a message (@cloud-oak).
20+
* Add support for CZTop (@kou).
21+
122
0.2.9 (2016-05-02)
223

324
Bug Fixes:

lib/iruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module IRuby
2-
VERSION = '0.2.9'
2+
VERSION = '0.3'
33
end

0 commit comments

Comments
 (0)