Releases: boringdesigners/boring-avatars
Releases · boringdesigners/boring-avatars
v2.0.2
What's Changed
- fix: respect defaults and fix types by @epallerols in #91
Full Changelog: v2.0.1...v2.0.2
v.2.0.1
- Fixed module resolution issues in strict bundler environments. Resolved extensionless import paths that were causing build failures when using stricter bundlers
- Improved build process. Switched from direct TypeScript compilation to Vite's library mode for more reliable module output
Full Changelog: v2.0.0...v2.0.1
v2.0.0
- Replace previous build setup with Vite for faster development and builds
- Introduce TypeScript across the codebase for type safety
- Update configuration files and scripts for Vite and TypeScript
- Refactor source files to use TypeScript where applicable
- Bump version to 2.0, breaking change due to drop of ie9 support and peerDependencies change
more info: #88
v1.11.2
Full Changelog: v1.11.1...v1.11.2
v1.11.1
- Fixes
squareandtitlewarnings. Fixes #83 - Fixes typescript exports to support any additional SVG supported prop. Fixes #81 (comment)
v1.11.0
v1.10.0
Update react copy to clipboard dependencies
v1.8.0
v1.7.0
Adding an optional title prop to allow disable/enable native browser tooltips.
1.6.3
Add GENERATE_SOURCEMAP=false to .env.production file