Skip to content

Releases: geist-org/icons

v1.0.3

12 Nov 12:03
32dc517
Compare
Choose a tag to compare

What's Changed

  • fix: enable passing style attribute to icons by @junhoyeo in #44

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

03 May 12:53
a43eb47
Compare
Choose a tag to compare

What's Changed

  • chore(npm): rename @geist-ui/react peer dependency by @SevenOutman in #38

Full Changelog: v1.0.1...v1.0.2

v1.0.1

29 Oct 07:22
86c8136
Compare
Choose a tag to compare
  • Fix SVG props types (#20, #18)
  • Fix README examples (#20)
  • Add prettier to format the code style (19)

[email protected]

18 Jun 08:49
6eca2c4
Compare
Choose a tag to compare

Features

  • Optimize the size of icons. #14
    Now each icon gets at least 45% volume optimization.

[email protected]

06 May 06:40
Compare
Choose a tag to compare

Patches:

  • Fix errors in SVG attribute capture [#12].

[email protected]

27 Apr 07:57
Compare
Choose a tag to compare

Fix single file missing types. #11

[email protected]

27 Apr 07:29
Compare
Choose a tag to compare

The naming style of the exported file changes:

// before
import Activity from '@zeit-ui/react-icons/Activity'

// after
import Activity from '@zeit-ui/react-icons/activity'

[email protected]

27 Apr 07:00
bdf097f
Compare
Choose a tag to compare

Optimized the import of a single icon:

// Before
import Activity from '@zeit-ui/react-icons/dist/activity'

// After
import Activity from '@zeit-ui/react-icons/activity'