Skip to content

Releases: wpdas/alem

v0.0.1-alpha.20

11 Mar 07:29
Compare
Choose a tag to compare

v0.0.1-alpha.19

11 Mar 04:01
Compare
Choose a tag to compare
  • fix d.ts imports

v0.0.1-alpha.18

11 Mar 03:41
Compare
Choose a tag to compare

v0.0.1-alpha.17

11 Mar 03:29
6d64405
Compare
Choose a tag to compare
  • 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 has isRoutesReady prop

v0.0.1-alpha.16

v0.0.1-alpha.15

08 Mar 18:05
Compare
Choose a tag to compare

v0.0.1-alpha.14

08 Mar 16:54
Compare
Choose a tag to compare

v0.0.1-alpha.13

08 Mar 16:26
Compare
Choose a tag to compare
  • fix cli messages;
  • change cli entrypoint for upload metadata;
  • docs updates
  • 8607e84

v0.0.1-alpha.12

08 Mar 06:13
Compare
Choose a tag to compare
  • deploy workflow tool updated;
  • CLI adjustment;
  • new docs
  • 8b48300

v0.0.1-alpha.9

07 Mar 20:20
Compare
Choose a tag to compare
  • new config option: maintainRoutesWhenDeveloping
    During development, if the route is of type ContentBased, 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 supports className

  • 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

See changes here