mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-12 23:32:54 +01:00
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com> Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com> Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com> Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
29 lines
1.1 KiB
Markdown
29 lines
1.1 KiB
Markdown
---
|
|
title: Release Notes
|
|
hide_title: true
|
|
---
|
|
# Release Notes
|
|
|
|
Version 1.4.3 [2023-06-08]
|
|
* Add Animation `On Data Update` input on Chart nodes, provides the ability to prevent animations when updating the chart in real time. ([Preventing Animations](https://www.chartjs.org/docs/latest/developers/updates.html#preventing-animations))
|
|
* Add Animations object to all nodes, similar to Scales, making it possible to create nicer animations. ([Chart.js Animations](https://www.chartjs.org/docs/latest/configuration/animations.html#animations))
|
|
|
|
Version 1.4.2 [2023-05-16]
|
|
* Add Chart node, custom node allowing a full Chart.js config to create the chart.
|
|
|
|
Version 1.4.1 [2023-05-04]
|
|
* Add Helpers output to all nodes, allowing for interactions.
|
|
|
|
Version 1.4.0 [2023-04-06]
|
|
* Change "Maintain Aspect Ratio" default from `true` to `false`
|
|
* Fix responsiveness
|
|
* Fix default inputs not applied
|
|
* Fix issue when data is updated before Did Mount
|
|
* Add a link to docs on each node
|
|
|
|
Version 1.3.0 [2023-03-31]
|
|
* Support for Before Event and Click Event
|
|
* Support for Data Decimation plugin
|
|
* Support for Interaction
|
|
* Only show default chart data when there is no connection to data
|