Releases: RhubarbPHP/Module.Leaf
Releases · RhubarbPHP/Module.Leaf
Fixed RegEx on Viewbridge getViewIndex
Merge pull request #49 from RhubarbPHP/hotfix/ViewIndexRegEx Change getViewIndex regex to accept wider range of characters.
client event handler scope
- Fixed: client event handler scope is no longer a function
`developerMode` fleg removed from asset deployment
The developerMode
fleg has been removed from resource deployment as resource deployment didn't work without this fleg being set to true. This allows all applications to use the developerMode
fleg for it's intended purpose, and we shall revisit resource deployment separately.
Adding an easy way to disable inputs
Merge pull request #41 from RhubarbPHP/feature/SetDisabled Easily disable an input
Release 1.3.0
- Added: URL State for leaves (used by table, pager and search panel leaf modules)
- Added: Callable param in Leaf constructor allowing leaves to set model data from their params before the view is initialised (see Table for example)
Updates to legacy Leaf
Merge branch 'we-are-vertigo' into presenter-latest # Conflicts: # composer.json
1.1.10
Update CHANGELOG.md
1.1.8
Added changelog info