File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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+
1220.2.9 (2016-05-02)
223
324 Bug Fixes:
Original file line number Diff line number Diff line change 11module IRuby
2- VERSION = '0.2.9 '
2+ VERSION = '0.3 '
33end
You can’t perform that action at this time.
0 commit comments