apexcharts.rb v0.1.9 Release Notes

Release Date: 2020-04-05 // about 4 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support for function as object. The following hash:
        ...
        formatter: {function: {args: "a,b", body: "return a + b;"}}
        ...
    

    will become:

        ...
        "formatter":function(a,b) {return a + b;}
        ...
    
    • Frozen string literal comment on several files

    ๐Ÿ”„ Changed

    • ApexCharts.JS version from 3.10.1 to 3.18.0
    • โฌ†๏ธ Upgrade yarn package for rails example

    ๐Ÿ›  Fixed

    • FrozenError on input colors
    • uninitialized constant SmartKv::Meat::Set when using plain ERB