Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

52 lines (30 loc) · 1.13 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.

[0.3.0] - 2023-11-12

Added

  • Now the component evaluates the code between the element tags
  • New code property
  • New global attribute
  • New transforms property
  • New pb property
  • New canvas property
  • New loop attribute and tick method

Fixed

  • The component is already reactive to attribute changes 🎉

Changed

  • The bundler has been changed from webpack to vite

[0.2.0] - 2021-09-04

Changed

  • Ensure the hydra-synth is created only once. As a result the component loses reactivity to attribute changes 😒

Fixed

  • Use valid SPDX license identifier in package.json.

[0.1.2] - 2021-08-17

Fixed

  • Distribute the correct bundle 😅

[0.1.1] - 2021-08-17

Changed

  • Attributes are now initialized in the constructor to prevent webpack from defining them before the super() call.

[0.1.0] - 2021-08-13

First public release.