Skip to content

Latest commit

Β 

History

History
165 lines (93 loc) Β· 8.22 KB

CHANGELOG.md

File metadata and controls

165 lines (93 loc) Β· 8.22 KB

react-scrolllock

5.0.1

Patch Changes

5.0.0

Major Changes

  • 09bb3bed #52 Thanks @jossmac - remove "react-node-resolver"
    • TouchScrollable (and by composition ScrollLock) now support function or element children

Minor Changes

Patch Changes

  • b7a74eb4 #37 Thanks @jossmac - Touchmove Propagation

    • Check target's "scrollability" before allowing scroll to pass through
  • Bump dependencies - Thanks @dependabot:

    • handlebars from 4.0.11 to 4.5.3 (#65)
    • merge from 1.2.0 to 1.2.1 (#64)
    • webpack-dev-server from 3.1.3 to 3.1.11 (#63)
    • react-dom from 16.3.2 to 16.3.3 (#62)
    • tar from 2.2.1 to 2.2.2 (#60)
    • stringstream from 0.0.5 to 0.0.6 (#53)
    • macaddress from 0.2.8 to 0.2.9 (#54)
    • sshpk from 1.13.1 to 1.16.1 (#55)
    • lodash from 4.17.4 to 4.17.15 (#56)
    • eslint-utils from 1.3.1 to 1.4.3 (#57)
    • extend from 3.0.1 to 3.0.2 (#61)
    • fstream from 1.0.11 to 1.0.12 (#58)
    • mixin-deep from 1.3.1 to 1.3.2 (#59)

4.0.0

Major Changes

  • db7c3654 #35 Thanks @jossmac - Introduce the TouchScrollable component
    • replace the touchScrollTarget prop with a new TouchScrollable component
    • add support for isActive prop on the ScrollLock component

Patch Changes

3.0.2

Patch Changes

3.0.1

Patch Changes

3.0.0

Major Changes

  • 9e207df5 #28 Thanks @jossmac - Replace inline styles on the body with an injected stylesheet
    • Resolved the "multi-mount" issue

Patch Changes

2.0.7

Patch Changes

2.0.6

Patch Changes

2.0.4

Patch Changes

2.0.2

Patch Changes

  • 859b0163 #19 Thanks @Blasz - Fix scrollbar padding not being added when body does not have padding-right style

2.0.1

Patch Changes

2.0.0

Major Changes

1.0.9

Patch Changes

1.0.8

Patch Changes

1.0.7

Patch Changes

  • 612fc7d3 #5 Thanks @nkpz - fix: use new packages for deprecated APIs
    • package for prop-types
    • package for creating legacy classes

1.0.6

Patch Changes

1.0.5

Patch Changes

1.0.4

Patch Changes

  • 236a0c19 - allow scroll on provided target

1.0.3

Patch Changes

1.0.2

Patch Changes