Releases: outpostHQ/jengaicons
Releases · outpostHQ/jengaicons
@jengaicons/[email protected]
Minor Changes
- #54
4157d6c9
Thanks @sahilshahane! - all svg props can
be passed to root svg element
@jengaicons/[email protected]
Minor Changes
- #52
f8c68282
Thanks @sahilshahane! - fix: width / height
discrepancies in icons
@jengaicons/[email protected]
Minor Changes
- #50
39eb811b
Thanks @sahilshahane! -- Added
SWC
bundler that resulted in very fast builds - Changed build output structure -
cjs
andesm
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)
- Added
@jengaicons/[email protected]
Minor Changes
- #44
53a4cc64
Thanks @shubham-kaushal! - - Updated
icons styles- Removed icons padding
- Added new icons
- Optimized Icons
@jengaicons/[email protected]
Minor Changes
- #42
0e7b9b73
Thanks @sahilshahane! - - Addedcjs
build- Added Remix example for
cjs
import
- Added Remix example for
@jengaicons/[email protected]
Minor Changes
- #39
2f2646d9
Thanks @sahilshahane! - - added
currentColor
- added
jengaIconFill
andjengaIconCommon
Props - example update for
currentColor
- upgrade dependencies
- added doc for context provider
- added
v0.5.0 🎉
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 🎉
- Added 10+ new icons related to frameworks and languages
- Upgrade Dependencies to the latest
v0.3.0🎉
Added new prop
- style?:
object
specifies the style prop object which will be passed to the underlying<svg />
element
v0.2.0 🎉
Some minor fixes in the build and generate scripts.