Skip to content

Releases: boringdesigners/boring-avatars

v2.0.2

24 Sep 08:09
10d28b2

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v.2.0.1

24 Sep 08:09

Choose a tag to compare

  • 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

21 Jul 12:57
7424fa2

Choose a tag to compare

  • 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

16 Sep 09:45

Choose a tag to compare

Full Changelog: v1.11.1...v1.11.2

v1.11.1

03 Sep 08:59

Choose a tag to compare

  • Fixes square and title warnings. Fixes #83
  • Fixes typescript exports to support any additional SVG supported prop. Fixes #81 (comment)

v1.11.0

30 Aug 17:03

Choose a tag to compare

Spread missing props. Fixes #81

v1.10.0

05 Jun 21:04

Choose a tag to compare

Update react copy to clipboard dependencies

v1.8.0

05 Jun 20:05

Choose a tag to compare

  • Use useId React hook to generate unique maskID.
  • Update to React 18

PR: #66

v1.7.0

15 Jun 13:11

Choose a tag to compare

Adding an optional title prop to allow disable/enable native browser tooltips.

1.6.3

20 Feb 17:57

Choose a tag to compare

Add GENERATE_SOURCEMAP=false to .env.production file