Skip to content

Releases: alvarotrigo/react-fullpage

React-fullpage 0.1.25

20 May 18:01
3e551e4
Compare
Choose a tag to compare
  • Fixed bug: Failed to execute 'observe' on redirect in gatsby #325
  • Updated to fullpage.js 4.0.8

React-fullpage 0.1.24

09 May 16:37
150b8dd
Compare
Choose a tag to compare
  • Updating to fullpage.js v4

React-fullpage 0.1.23

19 Apr 11:39
1218a82
Compare
Choose a tag to compare
  • Making card options optional on the types #304
  • Fixing build issues

React-fullpage 0.1.22

08 Mar 17:58
43807c1
Compare
Choose a tag to compare
  • Enhancement : improving types #293
  • Fixed bug: dist file generated incorrectly #300

React-fullpage 0.1.21

02 Mar 18:04
e5d0cd7
Compare
Choose a tag to compare
  • Fixed bug: .js dist file was not being generated #297

React-fullpage 0.1.20

02 Mar 11:25
176e318
Compare
Choose a tag to compare

Enhancement: created .npmignore #229 thanks to @ram-a-dhan
Enhancemente: Added Typescript types #293 @AbobkerElaghel
Enhancement: hooks implementation added in addition to classes thanks to @jason-warner
Fixed bug: fixed tooltips not updated on state change #267 #242
Fixed bug: Dynamically adding section kicks you to the top of the website #253
Fixed bug: autoScrolling false causes flickering on Gatsby Framework #175
Fixed bug: use setState to change custom properties without forcing a refresh #118

React-fullpage 0.1.18

05 Oct 10:38
841f906
Compare
Choose a tag to compare
  • Updating to fullPgae.js 3.0.9
  • Fixed: autoScrolling:false flicker on Gatsby Framework #175
  • Fixed: use setState to change custom properties without forcing a refresh #118

React-fullpage 0.1.17

25 Nov 17:49
906a8e5
Compare
Choose a tag to compare
  • Enhancement: updated fullpage.js to version 3.0.8
  • Enhancement: moved reBuild to its own function thanks to @ElliottLandsborough
  • Documentation: improved broken links in examples thanks to @jaspreet57 #150

React-fullpage 0.1.16

18 Aug 10:53
89c507a
Compare
Choose a tag to compare
  • Fixed bug: error when not using sectionsColor prop
  • Bump dependencies

React-fullpage 0.1.15

11 Jul 17:21
0d9315a
Compare
Choose a tag to compare
  • Fixed bug: ScrollOverflow not working in NextJS #130 thanks to @adhrinae
  • Updated fullpage.js to version 3.0.7
  • Documentation: Link to Gatsby example is broken #111
  • Examples: adding Next and Gatsby examples
  • Examples: beautifying examples & adding CSS for them