Releases: wpdas/alem
Releases · wpdas/alem
v0.0.1-alpha.20
v0.0.1-alpha.19
- fix d.ts imports
v0.0.1-alpha.18
v0.0.1-alpha.17
- fixed useState issue where it was going back to undefined
loadFonts
removed from api.loadExternalStyles
can be used to load external fonts and .css files- new compiler code
useLocation
update: now it hasisRoutesReady
prop
v0.0.1-alpha.16
v0.0.1-alpha.15
v0.0.1-alpha.14
v0.0.1-alpha.13
- fix cli messages;
- change cli entrypoint for upload metadata;
- docs updates
- 8607e84
v0.0.1-alpha.12
- deploy workflow tool updated;
- CLI adjustment;
- new docs
- 8b48300
v0.0.1-alpha.9
-
new config option:
maintainRoutesWhenDeveloping
During development, if the route is of typeContentBased
, it will return to the first registered route every time a file is changed. This property enables or disables this behavior. -
Added environment to the build process
-
Added options parse file to handle all the build vars process
-
Small adjustment to the import compiler (organize.js)
-
Routes system updated to handle
maintainRoutesWhenDeveloping
configuration -
RouteLink
now supportsclassName
-
stateManager improved
-
utils updated with
isDevelopment
feature. This is for internal usage only -
Added types for bos
State
-
Added index.d.ts and added its reference to package.json file