Skip to content

Releases: outpostHQ/jengaicons

@jengaicons/[email protected]

11 Sep 13:36
378a611
Compare
Choose a tag to compare

Minor Changes

@jengaicons/[email protected]

09 Sep 14:56
fef8767
Compare
Choose a tag to compare

Minor Changes

@jengaicons/[email protected]

30 Aug 07:34
12a1717
Compare
Choose a tag to compare

Minor Changes

  • #50
    39eb811b
    Thanks @sahilshahane! -
    • Added SWC bundler that resulted in very fast builds
    • Changed build output structure - cjs and esm types will have their own directory
    • Added Next.js 13 App-Directory support
    • Added Next.js 13 Modularize Import support to fix tree shaking for app-directory
      • This also fixes memory issues, only the icons that are being used are loaded in runtime ( significantly reduces time to compile pages during development)

@jengaicons/[email protected]

03 Jul 10:42
a7ccdaa
Compare
Choose a tag to compare

Minor Changes

@jengaicons/[email protected]

30 Jun 13:16
a4f5103
Compare
Choose a tag to compare

Minor Changes

@jengaicons/[email protected]

28 May 16:57
624ee9a
Compare
Choose a tag to compare

Minor Changes

  • #39
    2f2646d9
    Thanks @sahilshahane! - - added
    currentColor
    • added jengaIconFill and jengaIconCommon Props
    • example update for currentColor
    • upgrade dependencies
    • added doc for context provider

v0.5.0 🎉

28 Feb 16:40
f22ebae
Compare
Choose a tag to compare

Changelog:

  • Removed individual Icon metadata generation
  • fix: some property typos in the metadata
  • fix: Invalid DOM property stroke-dasharray
  • Added variant & safeName property in icon metadata generation

v0.4.0 🎉

18 Feb 12:38
4fc7ae0
Compare
Choose a tag to compare
  • Added 10+ new icons related to frameworks and languages
  • Upgrade Dependencies to the latest

v0.3.0🎉

15 Feb 16:55
3e8762e
Compare
Choose a tag to compare

Added new prop

  • style?: object specifies the style prop object which will be passed to the underlying <svg /> element

v0.2.0 🎉

15 Feb 13:17
a7e1763
Compare
Choose a tag to compare

Some minor fixes in the build and generate scripts.