Skip to content

Releases: refilelabs/image

v0.3.1

19 Mar 00:52

Choose a tag to compare

npm crates.io


[0.3.1] - 2026-03-19

πŸš€ Features

  • (crop) Add crop_image wasm impl
  • (crop) Add crop worker
  • (crop) Implement Cropper component

πŸ› Bug Fixes

  • Make publish trigger tag schema stricter, avoiding malformed tags
  • Buttongroup rounded borders
  • Update icon references and improve UI elements across components
  • Replace shell command with Bun.file unlink for better error handling
  • Add wasm/pkg to .gitignore to prevent unnecessary file tracking
  • Remove vite-plugin-wasm from dependencies
  • Update UIcon component to disable animation on reduced motion preference
  • Update Converter component to use USelectMenu for output format selection
  • Bump version to 0.3.1

πŸ“š Documentation

  • Update README files to include crop functionality details

⚑ Performance

  • Extract sets to module scope

v0.3.0

13 Mar 18:28

Choose a tag to compare

npm crates.io


[0.3.0] - 2026-03-13

πŸ› Bug Fixes

  • Propagate SVG parse error in metadata extraction
  • Propagate EXIF encode error instead of silently returning empty metadata
  • Reject zero dimensions in resize_image
  • Update package version to 0.3.0 in Cargo.toml

πŸ“š Documentation

  • Update NPM badge links in README files to use npmx.dev

βš™οΈ Miscellaneous Tasks

  • Lint

v0.2.8a

13 Mar 18:03

Choose a tag to compare

npm crates.io


[0.2.8a] - 2026-03-13

βš™οΈ Miscellaneous Tasks

  • Update permissions in publish workflow