Skip to content

Release 0.1.0

Compare
Choose a tag to compare
@mateoguzmana mateoguzmana released this 23 Aug 20:11
· 124 commits to main since this release

0.1.0 (2022-08-23)

Bug Fixes

  • ballon: fixing rect position for the balloon (2c619c5)
  • balloon: improving y axis positions to spread the balloons (127655e)
  • balloons: better initial y position for balloons set (ee8a473)
  • balloons: reducing balloons spacing (17f480c)
  • balloon: using rotation instead of skewX (d4b1d69)
  • colors: fixing colorsFromTheme function to avoid inconsistency (efeebb8)
  • emoji: removing colour property since it's not needed for now (6485b03)
  • emojis: changing emoji example (ab92ce6)
  • firework: removing unnecessary autoplay prop (3ebc760)
  • fireworks: fixing prop name casing (95ede37)
  • lib: fixing exports (5bd7e9a)

Features

  • balloon: adding a bigger gap to render more balloons (ed06520)
  • balloon: adding initial configuration for balloon string movement (4bc8ef5)
  • balloon: adding shadow to the balloon (dfb4eae)
  • balloon: applying depth (a80f9a6)
  • balloon: improving animation and graphics (fb016ab)
  • balloon: improving y positions distribution for the balloons (a4ebddd)
  • balloon: limiting skewX movement to balloon string instead of whole balloon (cfbba1f)
  • balloons: improving animation by externalising the translateY animation (13c4760)
  • balloons: wrapping balloons with popper instead of custom popper logic (2e5f197)
  • birthday: allowing autoplay (cde4d76)
  • colors: creating functionality to avoid filling theme unnecesarily (c26b66b)
  • components: adding star and heart components (e747864)
  • docs: adding first draw of docs with docosaurus (67977b9)
  • docs: adding proper documentation for emojis (7c6db2e)
  • emoji: allow pass color from props (e93e42a)
  • emoji: allowing size as a prop (3c74b12)
  • emoji: emoji popper experiment (5414208)
  • emojis: advances adding a font that works (12a918b)
  • emojis: allowing multiple emojis (82867cd)
  • emojis: fixing function to fill multiple emojis and colors from theme (ff38c17)
  • emojis: installing open emoji font for testing (d229bd7)
  • emojis: passing font from app instead of bundling it in the library (a39bd16)
  • emojis: passing xGap as a prop option for emoji popper (0b9f022)
  • example: adding example descriptions for elements list (d68a83c)
  • example: getting heart to work in the example app (b12c67e)
  • example: graphic examples, adding a list of elements (c87e728)
  • example: putting graphics instead of buttons only wip (f1f39ff)
  • fade: adding a fade out effect to hearts and stars (69874bc)
  • firework: allowing autoHide and particle radius from outside of the lib (030f7cf)
  • firework: improving firework animation values, smoothing animation (3f097e6)
  • fireworks: creating initial algorithm to generate a particles circle (08be16d)
  • fireworks: rendering more fireworks and spreading the positions (e797b30)
  • hears: creating hearts animation (3e66575)
  • hearts: adding colors and theming support for hearts (6adfead)
  • palettes: adding halloween, neon and christmas palettes (11f416d)
  • palettes: improving palettes (a04ae9a)
  • particles: creating logic to display multiple fireworks (5e43360)
  • popper: adding color extractor functionality to popper (a17c073)
  • popper: adding emoji popper logic (0c4e3f4)
  • popper: adding usage of generic popper to emoji popper (1afc143)
  • popper: initial wip of generic popper (6f00491)
  • popper: using fiesta speed for popper animation (53591a7)
  • speed: adding initial speed configuration (402e2d4)
  • speed: externalising fade out speed for single items (b7e3fde)
  • star: creating proper start and fixing code logic (81b2105)
  • stars: adding colors and theming support for stars (71cb894)
  • stars: adding x,y positions for stars (a7d62ba)
  • stars: wrapping stars using popper (71b51f8)
  • theming: adding initial light theme (a3ca4ca)
  • theming: adding theming support for fireworks (1548a62)