Skip to content

v3.0.4

Choose a tag to compare

@gmpassos gmpassos released this 19 Feb 21:10
· 25 commits to master since this release
  • UIComponent:
    • _notifyFinishRendered: updated to prevent concurrent executions by caching a future and resetting it on completion.
    • _notifyFinishRenderedImpl: refactored to async method called by _notifyFinishRendered.
    • _onPurge: added early return if _subComponent is true to skip purging for subcomponents.