Skip to content

Releases: MoOx/react-topbar-progress-indicator

4.1.1

07 Mar 15:15
de19ce3
Compare
Choose a tag to compare
  • Fix TypeScript declaration: Remove unnecessary generic args #28 by @lpsinger

4.1.0

31 Jan 06:59
a62644b
Compare
Choose a tag to compare

4.0.2

30 Sep 17:53
1bf71b3
Compare
Choose a tag to compare
  • Fix: avoid arrow function to improve browser compatibility

4.0.1

16 Aug 19:43
d6f5674
Compare
Choose a tag to compare
  • Fix: use var instead of const/let for compatibility as this module is not transpiled

4.0.0

16 Aug 15:46
df2ba6d
Compare
Choose a tag to compare
  • Switch from a React class to a function with useEffect() (require React 16.8)

Internal

  • No more babel, just vanilla JS (typed with flow annotations in comments)

3.0.0

16 Aug 15:25
ec42ccc
Compare
Choose a tag to compare
  • React 16.9.0 compat (replace componentWillMount by componentDidMount) #5

Internal

  • Test on node 8 & 10
  • Babel 6 -> 7
  • Test ava -> jest
  • Removed eslint & nyc on the codebase (unecessary considering the non complexity of the code of this component)
  • Added prettier

2.0.0

16 Oct 05:22
Compare
Choose a tag to compare
  • react 16 compat
  • update props type via babel-plugin-flow-react-proptypes
  • use of babel-preset-env for transpilation instead of es2015

1.0.0

05 Apr 05:05
Compare
Choose a tag to compare

✨ Initial release