Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1 KB

CHANGELOG.md

File metadata and controls

46 lines (24 loc) · 1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

2.0.0-beta.0 - 2022-03-16

Added

  • Provides design functions state and setState in mechanic instance.

Changed

  • Updates inner workings to fit new loading and running flow.

1.2.0 - 2022-02-14

Added

  • Added extras = { head } attribute to the frame() callback, to enable adding styles to svg animation frames

0.5.0 - 2021-09-06

Changed

  • Renamed design function's params export to inputs. This is not backwards compatible and is an API change.

0.4.1 - 2021-08-24

Changed

  • Renamed packages and scope to @mechanic-design/engine-svg.

0.4.0 - 2021-08-24

Changed

  • Updated engine to pass single argument object with named fields to design functions.

0.2.7 - 2021-07-13

First logged release