dvtng / react-loading-skeleton

Create skeleton screens that automatically adapt to your app!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 3 Roadmap

srmagura opened this issue Β· comments

@dvtng has given me the approval to work on a version 3 of react-loading-skeleton 😁

Progress will be tracked in the GitHub project.

Please open an issue if you have any feature requests!

Here are the major changes that are planned:

  • [Breaking] Drop Emotion dependency, add CSS file that must be imported (#80)
  • [Breaking] Reimplement SkeletonTheme using React context (#101)
  • [Breaking] Officially drop Internet Explorer support (I have no idea if the current version works in IE)
  • [Breaking] Convert to TypeScript (#59)
  • [Breaking] Publish code as ES2015.
  • [Breaking] Require React >= 16.8.0
  • Publish an ES module in addition to a CommonJS module
  • Add live demo (#44)
  • Allow setting animation direction to right-to-left (#78)
  • Fix all open issues
  • Merge/close all open PRs

3.0.0 has been released!