Skip to content

Releases: bartosz121/react-skycons-extended

v2.0.2

12 May 20:38
v2.0.2
16214e1
Compare
Choose a tag to compare

What's Changed

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

v2.0.1

25 Feb 19:20
v2.0.1
ebbcd55
Compare
Choose a tag to compare
  • add license
  • update readme

v2.0.0

25 Feb 18:44
v2.0.0
eca616c
Compare
Choose a tag to compare

Project refactor

  • use vite
  • reduce size
  • add icon components
    • RseClearDay
    • RseClearNight
    • RsePartlyCloudyDay
    • RsePartlyCloudyNight
    • RseCloudy
    • RseRain
    • RseShowersDay
    • RseShowersNight
    • RseSleet
    • RseRainSnow
    • RseRainSnowShowersDay
    • RseRainSnowShowersNight
    • RseSnow
    • RseSnowShowersDay
    • RseSnowShowersNight
    • RseWind
    • RseFog
    • RseThunder
    • RseThunderRain
    • RseThunderShowersDay
    • RseThunderShowersNight
    • RseHail

v1.0.2

27 Aug 13:12
d4caffe
Compare
Choose a tag to compare

Just a small change 👀

  • ReactSkycon props now extends CanvasHTMLAttributes so for example it is now possible to use className or onClick with it.