Skip to content

v2.2.0

Compare
Choose a tag to compare
@willybrauner willybrauner released this 08 Feb 17:15
· 80 commits to main since this release

#109 Multiple changes

config / dependencies

  • update viteChersiteCustomLogger
  • add chalk color manager dependency, remove internal palette.js
  • add history has dependency

ssr / ssg

  • create a manifest Parser in order to inject the builded scripts in the jsx document.
  • src/server/index-server.tsx replace now the root index.html. All the root application, where is append the DOM is now inside this file.

src

  • move src/index-server.tsx in src/server/index-server.tsx with associated helpers
  • remove data/data-types
  • create src/libs folder with commons and must-used tools (beeper, preloadService, hooks etc...)
  • rename src/mixins/mixins.less to src/mixins/helpers.less
  • all variables are now in src/variables