Skip to content

Releases: jaianper/drawable-js

Version 1.0.4

26 Jun 22:35

Choose a tag to compare

  • Fix: Resolved margin handling problems in LinearLayout that affected layout calculations.
  • Feature: Added new demos demonstrating the integration of LinearLayout with Drawable components.
  • CI/CD: Configured semantic-release for automated versioning, changelog generation, and publishing to NPM on main branch.
  • Updated GitHub Actions workflows (ci.yml and release.yml) and added .releaserc.json to enable streamlined release process.

Version 1.0.3

24 May 18:25

Choose a tag to compare

  • New: Updated the documentation to explain vertical alignment and how positions are calculated.
  • New: Compatibility with modern browsers.
  • Fix: Adjustment in typographic layout proportions calculations for text positioning.

Version 1.0.2

24 May 00:21

Choose a tag to compare

  • New: Support for color filters in images.
  • New: Support for image rotation.
  • Fix: Image loading issues.