Skip to content

v1.1.9 Released

Choose a tag to compare

@sc0ttj sc0ttj released this 27 Jun 14:49
· 117 commits to master since this release
4d59a8c
  • New feature: middleware
    • allows for customisation of a components setState/render behaviour:
      • define an array of functions as myComponent.middleware = [ someFunc, otherFunc ]
      • each function will be run at the end of setState()