All Versions
203
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 8

  • v4.20.10.2 Changes

  • v4.20.10.1 Changes

    • Hello, Scale! sample.
  • v4.20.10.0 Changes

    • 👌 Support noun alternatives for Canvas Transform DSL operations:
      • multiply(&block) => multiplication(&block)
      • invert => inversion
      • rotate(angle) => rotation(angle)
      • translate(x, y) => translation(x, y)
  • v4.20.9.1 Changes

    • 🛠 Fix issue with not being able to use :default x/y location with composite/custom shapes containing lines
  • v4.20.9.0 Changes

    • Canvas animation fps/frame_rate property to set frames-per-second rate of rendering (alternative to every)
  • v4.20.8.0 Changes

    • 👌 Support data-binding Animation duration_limit property
    • 👌 Improve support of Animation duration_limit property in recognizing when an animation is finished
    • ➕ Added duration limit to Hello, Canvas Animation! sample
  • v4.20.7.0 Changes

    • ➕ Add Canvas Animation DSL #finished, #finished?, #finished= properties
    • ⚡️ Update Hello, Canvas Animation! (formerly had Data Binding suffix)
    • ⚡️ Update Hello, Canvas Animation Multi! (formerly did not have Multi suffix)
  • v4.20.6.0 Changes

    • 👍 Canvas Animation DSL: support parallel animations per canvas (running along canvas static shapes too)
  • v4.20.5.2 Changes

    • 💅 Identify trimmed Canvas Shape DSL attribute fill_rule styles without fill_ prefix
    • 💅 Identify trimmed Canvas Shape DSL attribute line_cap styles without cap_ prefix
    • 💅 Identify trimmed Canvas Shape DSL attribute line_join styles without join_ prefix
  • v4.20.5.1 Changes

    • 🛠 Fix issue with Namespace is required always showing up when buildling a custom widget gem or custom shape gem