Skip to content

Commit

Permalink
Merge 7c968d8 into caa71dd
Browse files Browse the repository at this point in the history
  • Loading branch information
Shekharrajak committed Aug 29, 2018
2 parents caa71dd + 7c968d8 commit b4dff52
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,43 @@
## 0.2.0 (2017-08-29)

**Major Enhancements:**

- Added Highstock feature of HighCharts plotting: #89 (by @Prakriti-nith)
- Added HighMaps feature of HighCharts plotting: #92 (by @Prakriti-nith)
- Added Custom Styling CSS feature of HighCharts plotting: #93
(by @Prakriti-nith)
- Exporting HighCharts to different formats: #94 (by @Prakriti-nith)
- Added ChartWrapper feature of GoogleCharts: #95 (by @Prakriti-nith)
- Import data from google spreadsheet: PR #88 (by @Prakriti-nith)
- Added ChartEditor feature of GoogleCharts plotting: #96 (by @Prakriti-nith)
- Multiple Charts having different (or same plotting library)
in a single row(or in single cell in IRuby notebook): #97 (by @Prakriti-nith)
- Different formatters feature of GoogleCharts: #110 (by @Prakriti-nith)
- Require dependent JS for the plotting libraries
GoogleCharts/HighCharts/DataTables in Rails application.js file: #115
(by @Prakriti-nith)


**Minor Enhancements:**

- Exporting charts in PNG formate for GoogleCharts: #98 (by @Prakriti-nith)
- Handling Events in GoogleCharts: #100 (by @Prakriti-nith)
- Added a method to load dependent scripts for multiple adapters: #107
(by @Prakriti-nith)
- Rake Task to add new adapter templates: #112 (by @Prakriti-nith)
- (by @Prakriti-nith)

**Fixes:**

- Fix generate_html method in googlecharts.rb: #84 (by @Prakriti-nith)
- Update JS files for the libraries: #83 (by @rohitner)
- Improved the coverage report.
- Replace shekharrajak with SciRuby: #75 (by @Abhishek-sopho)

**Note:**

* [GSoC 2018 project](https://github.com/SciRuby/daru-view/wiki/GSoC-2018---Progress-Report)

## 0.1.0 (2017-09-20)

**Features:**
Expand Down
2 changes: 1 addition & 1 deletion lib/daru/view/version.rb
@@ -1,5 +1,5 @@
module Daru
module View
VERSION = '0.1.0'.freeze
VERSION = '0.2.4'.freeze
end
end

0 comments on commit b4dff52

Please sign in to comment.