Releases: jaianper/drawable-js
Releases · jaianper/drawable-js
Version 1.0.4
- Fix: Resolved margin handling problems in
LinearLayoutthat affected layout calculations. - Feature: Added new demos demonstrating the integration of
LinearLayoutwithDrawablecomponents. - CI/CD: Configured semantic-release for automated versioning, changelog generation, and publishing to NPM on
mainbranch. - Updated GitHub Actions workflows (
ci.ymlandrelease.yml) and added.releaserc.jsonto enable streamlined release process.
Version 1.0.3
- 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
- New: Support for color filters in images.
- New: Support for image rotation.
- Fix: Image loading issues.