Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 491 Bytes

CHANGELOG.md

File metadata and controls

16 lines (10 loc) · 491 Bytes

Changelog

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

[0.5.3] - 2025-02-19

Changed internal implementation

  • Fix typo when adding to this.attrs

[0.5.2] - 2025-02-19

Added implementation

  • Added eachAttrs on Elemxx class

Changed internal implementation

  • Finally its working! Instead of this.constructor or this.prototype, we re-extract the object constructor to make it work. So accessing static this.css for styling works now!