Skip to content

Releases: squirrelsquirrel78/react-scrollama

v2.2.14

02 Dec 16:17

Choose a tag to compare

v2.2.13...v2.2.14

v2.2.13

28 Nov 04:16

Choose a tag to compare

  • test script 87095da
  • update package lock 6baffd6
  • add danieleguido as contributor 29275bb
  • Merge pull request #58 from C2DH/patch-threshold-NaN d5a1272
  • apply min offset when step.state.offsetHeight is NaN cc38e46
  • update title 5c8a63a

v2.2.12...v2.2.13

v2.2.12

18 Aug 15:45

Choose a tag to compare

  • format 90480a9
  • Merge branch 'maerzhase-master' 52bfed1
  • add more contributors to readme 9dea697
  • 2.2.11 538017a
  • format e9d22e1
  • temp redundancy for offset dimensions init (CDM + window load) 17ab78d
  • Bump elliptic from 6.5.2 to 6.5.3 in /example 0148673
  • Bump elliptic from 6.5.2 to 6.5.3 09d6056
  • Bump lodash from 4.17.15 to 4.17.19 d202322
  • Bump lodash from 4.17.15 to 4.17.19 in /example 79385b8
  • add more contributors to readme 13198d2
  • init on componentDidMount; quickfix for undefined state b83b2f5
  • return offsetHeight on updateOffsetHeight 24f36a3

v2.2.11...v2.2.12

v2.2.11

17 Aug 18:07

Choose a tag to compare

  • format 4ccb2a5
  • temp redundancy for offset dimensions init (CDM + window load) 37177f6
  • Merge pull request #51 from jsonkao/dependabot/npm_and_yarn/example/elliptic-6.5.3 f4e52a1
  • Merge pull request #50 from jsonkao/dependabot/npm_and_yarn/elliptic-6.5.3 af37d77
  • Merge pull request #48 from jsonkao/dependabot/npm_and_yarn/lodash-4.17.19 1ec33fb
  • Merge pull request #49 from jsonkao/dependabot/npm_and_yarn/example/lodash-4.17.19 7b0e89a
  • Bump elliptic from 6.5.2 to 6.5.3 in /example 94e8406
  • Bump elliptic from 6.5.2 to 6.5.3 0da82b5
  • Bump lodash from 4.17.15 to 4.17.19 in /example 5fe7a23
  • Bump lodash from 4.17.15 to 4.17.19 5345b8d
  • move some usage instructions higher up bed9ef9
  • Merge pull request #46 from jsonkao/dependabot/npm_and_yarn/example/websocket-extensions-0.1.4 eb916c9
  • Bump websocket-extensions from 0.1.3 to 0.1.4 in /example fdb0e73
  • Update README.md 13f221f
  • Merge branch 'master' of github.com:jsonkao/react-scrollama ad4231c
  • better code 96c08cf
  • body margin 9bc7948
  • gifs table! 16c1ede
  • progress and sticky gifs 9f77b0e
  • move a color out af6917b
  • Merge branch 'master' of github.com:jsonkao/react-scrollama d18fcf7
  • use gif c996772
  • original demo mov 97baa04
  • meta tags 437f227
  • progress coloring in demo d296261
  • Update README.md 4a5b111
  • update dev deps f12203d
  • separate example into demo 2a17225

v2.2.10...v2.2.11

v2.2.10

02 Jun 15:40

Choose a tag to compare

  • use custom attr data-react-scrollama-id on Step child instead of id to store step ids (#45 )
  • remove prop-types stuff
  • remove prefix prop

v2.2.8

25 May 19:39

Choose a tag to compare

  • reset data in example on top step exit 1731950
  • update the weird floating point epsilon top exit thing 59f29dc
  • smarter default offsetmargin so the debug doesnt flash positions. might be a bad idea 8d36506
  • use window load not componentdidmount 4d6a52b
  • changing the step height while rendering is a no no rn d1c927c
  • fixes weird floating point issue in chrome in intersectStepAbove 564888f

Closes #39.

v2.2.7

06 May 15:04

Choose a tag to compare

v2.2.7 fixes a regeneratorRuntime is not defined error by removing unnecessary async/await code.

v2.2.5

04 May 00:58

Choose a tag to compare

  • stop using crypto client side 668a902

v2.2.4...v2.2.5

v2.2.3

29 Apr 23:07

Choose a tag to compare

  • intersectionobserver polyfill notice c6f95fc

v2.2.2...v2.2.3

v2.2.0

28 Apr 18:22

Choose a tag to compare

Remove all dependencies. Upgraded some devDependencies in example/.