# Migration guide

# From 1.0.0 to 1.1.0

  • Copy dependencies and devDependencies from v1.1.0 to your project or use a diff tool to see what packages changed.
  • We removed jquery all togeher from the code. Make sure to upgrade fullcalendar package if you use it or add the corresponding new packages (d3, topojson, datamaps) if you use the WorldMap component.
  • Copy src/asssets folder to your project
  • Copy src/components folder to your project.
  • Optionally you could copy routes/starerRouter.js and src/pages/Starter/* to your project if you want to quickly start a new project.