Releases: mateoguzmana/react-native-fiesta
Releases · mateoguzmana/react-native-fiesta
Release 0.7.0
Release 0.6.0
0.6.0 (2024-06-08)
🎉 The codebase has been migrated to use the @shopify/react-native-skia
stable version (1.x.x) and reanimated 3.
Release 0.5.1
Release 0.5.0
0.5.0 (2022-12-30)
Bug Fixes
- docs-website: re-adding algolia and fixing edit link (0c96f2e)
Features
- confettis: adding basic support for the confetti animations (#31) (0af2f63)
- examples: adding option to change theme, more friendly background (a867b08)
- examples: adding safe area insets to show the animations across the whole screen (d8392ec)
- expo-example: improving expo example (6a0db64)
- fireworks: adding logic to generate random positions across the screen (8b79644)
- lib: adding pointerEvents none as default for the animations (dffc565)
- web: setting up initial web example (e9d03ee)
Performance Improvements
Release 0.4.0
0.4.0 (2022-12-11)
Bug Fixes
- direction: fixing naming on example (9fc89df)
- docs: fixing subtitles for fiesta context docs (d1626c9)
- example: adding extra descriptions (0d88492)
- example: using enum instead of fixed value (65eac50)
- popper: adding an enum for the direction - better naming (9dc7d6c)
- popper: adding missing memoisation (ea500e9)
- popper: using absolute stylesheet object (c2b5a44)
- readme: fixing contributing link (d13131e)
Features
- context: allowing passing the direction in the context (b9244fa)
- context: allowing passing theme as a param (b7c71e0)
- examples: adding a dynamic key to allow re-renders (4956d96)
- examples: adding fireworks extreme mode example (1dfc3dc)
- fireworks: extending fireworks config, num of partic. and fireworks (447d8f1)
- popper: adding option to change the animation direction (6191cf0)
- pull-request: adding a basic pull request template (4273244)
Release 0.3.1
0.3.1 (2022-09-08)
Release 0.3.0
Release 0.2.0
Release 0.1.0
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 i...