Releases: wpdas/alem
Releases · wpdas/alem
v1.0.0-beta.14
- fix
ModulesContext
, it was missing a ";" forsetupCode
.
v1.0.0-beta.13
- fix
isDevelopment
parser regex
v1.0.0-beta.12
- fix
isDevelopment
parser
v1.0.0-beta.11
- Fix modules provider
v1.0.0-beta.9
- full support for NPM Modules using
ModulesProvider
&useModule
; - added
history
toRouter
; createContext
updated, now it is possible to usegetSelf()
to get the current state of the context data;- bug fixes.
v1.0.0-beta.10
- Fix initial state loop
v1.0.0-beta.8
- added route params;
- added
alem.config.json
->options
:keepRoute
&hideAlemBar
; - gateway updated;
- now it uses alem.config.json
v1.0.0-beta.7
- Fix babel presets.
v1.0.0-beta.6
- fix babel
syntax-jsx
version
v1.0.0-beta.5
- Fixed
compilerOptions
check: 85a0fa7