Releases: aniketfuryrocks/FireJSX
Releases · aniketfuryrocks/FireJSX
0.10.0-rc.3
0.10.0-rc.3
0.10.0-dev.10
Changes :
- Template based routing fixed
0.10.0-rc.2
Changes :
- cache firejsx.map.json using require
0.10.0-rc.1
Changes :
- No script is preloaded or loaded twice
- Filter out chunks already in app from pages
- maintain FireJSX.chunksStatusMap
- Implease babel abstract syntax tree (AST) for wrapping default page functions.
0.10.0-rc.0
Changes :
- LinkApi stable
- Fixed caching
- App.jsx no longer overtakes state
- No more need to reinitialize jsonps
- No network request is made after loading a page
- Support for global contexts
0.10.0-dev.9
Changes :
- Don't load async chunks
0.10.0-dev.7
Changes :
- AppAsPage
0.10.0-beta.8
Changes :
- renderPage Callback now returns a promise wich needs to be awaited to
- jsonPs are unlinked after page load to avoid reload of content
0.10.0-beta.7
Changes :
- Fixed HMR
- self is the new global
- filter out files other than .js during fly build
0.10.0-beta.6
changes:
- Pass extra props to page
- Customize App.jsx path
- Only one instance can be run at a time
- webpackJsonp to FireJSX.pagesJsonp amd FireJSX.appJsonp to prevent conflicts
- FireJSX as global Object
- jsonP no longer un refrenced
- Api.ts to SSB.js
- FlySSR to SSR.js
- new Globals maintainance
- Watch even in production
- Fixed log formatting
- Reduced render timings
- buildPage lock