Skip to content

Releases: ChoTotOSS/react-paginating

1.4.0

16 Feb 10:35
Compare
Choose a tag to compare

Minor

  • Add className props for wrapper #67

1.3.1

10 Sep 00:52
Compare
Choose a tag to compare

Patch

  • Fix some dependencies cause installation error #55

1.3.0

05 Sep 12:54
Compare
Choose a tag to compare

Patch

  • Improve typing #51

Minor

  • Integrate react hook #54
  • The version 1.2.1 now only support react@15

Credit

Huge thanks to @nartc for helping!

1.3.0-hook.2

18 Jun 13:54
Compare
Choose a tag to compare

Patch

  • Integrate the paging-algorithm #50

1.3.0-hook.1

22 Feb 05:42
Compare
Choose a tag to compare

Patches

  • Update declaration file & flow-typed #36
  • Missing propTypes #40

1.3.0-hook.0

22 Feb 00:52
486a165
Compare
Choose a tag to compare

Minor

  • integrate react hooks #32

1.2.1

05 Feb 14:12
97bafa1
Compare
Choose a tag to compare

Patch

  • Add support minified iife format. #29

1.2.0

05 Feb 12:46
5cff07a
Compare
Choose a tag to compare

Minors

  • add rollup to replace the build process #21
  • remove the "dist" & "yarn.lock" & "package-lock.json" directory of the project #22
  • upgrade babel from version 6 to 7 #23
  • add flow-typed support #30

1.1.0

30 Dec 07:29
7a51576
Compare
Choose a tag to compare

Minor

  • Pass rest of props in getPageItemProps #11

Patch

  • Send the event parameter onPageChange #10

Credits

Huge thanks to @abusada for helping!

1.0.3-react16.0

29 Sep 16:39
fdef831
Compare
Choose a tag to compare
  • Changed componentWillMount to UNSAFE_componentWillMount
  • Changed componentWillReceiveProps to UNSAFE_componentWillReceiveProps