Skip to content

Latest commit

 

History

History
163 lines (109 loc) · 3.64 KB

CHANGELOG.md

File metadata and controls

163 lines (109 loc) · 3.64 KB

1.4.4 Release notes (2017-04-06)

Fixed

  • Fix the error type for the PYChordStyle

Added

  • Add missing import in the framework header file

Updated

  • Update README.md files

1.4.3 Release notes (2017-02-24)

Fixed

  • Fix the error name
  • Fix not import for PYPolar

Update

  • Update one demo for Radar

1.4.2 Release notes (2017-01-18)

Fixed

  • Fix the multipe echarts view in one view controller's bug
  • Fix the magnification in echarts view
  • Fix the margin bug in echarts.html

1.4.1 Release notes (2017-01-03)

Added

  • Add new property to decide the min percent of the zoom in.
  • Add support for WKWebView

1.3.4 Release notes (2016-12-12)

Added

  • Add some tiny changes

1.3.3 Release notes (2016-10-15)

Added

  • Add some tiny changes

1.3.2 Release notes (2016-09-06)

Added

  • Add some actions support
  • Add some add[Name] and add[Name]Arr for some properties
  • Add support for Mac
  • Add support for themes

Changed

  • Changed the way of js call oc functions, by using iframe
  • Changed the type of data in PYMarkPoint from NSArray into NSMutableArray
  • Changed the name of constant in PYAxisPointer
  • Changed type of options in PYOption into NSMutableArray

Modify

  • Rewrite some demo use new features
  • Rewrite action by using iframe

1.3.1 Release notes (2016-08-30)

Added

  • Add demos for Tree
  • Add demo for EventRiver
  • Add initializer for all types
  • Add some properties for some object
  • Add support for the chainable way

Fixed

  • Restructure the codes by using @class

1.2.3 Release notes (2016-08-26)

Added

  • Add demos for Gauge
  • Add demos for Funnel
  • Add demos for Chord
  • Add support for Travis
  • Add default for all subclasses of PYSeries
  • Add all support types for PYSeries
  • Add new subclass of PYSeries for Chord named 'PYChordSeries'
  • Add all sort const values

Changed

  • Change type PYFunnelSeriesSort into PYSort

Fixed

  • Fixed some property type

1.2.2 Release notes (2016-08-17)

  • Fix bug if the project contain Chinese character

Enhancements

  • Add support for WordCloud
  • Add support for Venn
  • Add support for Treemap
  • Add obtain image method
  • Add method for creation of PYColor
  • Add PYEchartActionHandler

1.2.1 Release notes (2016-08-07)

  • Restructor all the codes

Enhancements

  • Add cocoapods dynamic and static libraries support
  • Add mamual import support
  • Add some constant for many types
  • Add validate for the constant types

1.1.7 Release notes (2016-04-19)

  • Add PYLoadingOption
  • Add PYNoDataLoadingOption
  • Update the PYAxis
  • Add some method for PYEchartsView

1.1.6 Release notes (2016-04-12)

Enhancements

  • Add PYSplitArea
  • Add some missing properties

1.1.5 Release notes (2016-04-07)

Enhancements

  • Add Radar and Map Demos
  • Replace js files and support all echarts types
  • Add PYZoomEchartsView