ERExtensions
- Element substitutions are now declarative. The Wonder element replacements (
WOStringβERXWOString,WOFormβERXWOForm, and the rest) are no longer installed by runtime class-swapping at startup β they're declared in aparsley-tag-aliases.propertiesresource that Parsley resolves at parse time. This removes runtime class introspection at boot and makes the substitutions visible to tooling. Requires Parsley 1.6.0. - Richer Ajax page-cache diagnostics in the exception/error pages, to make page-cache issues (e.g. "backtracked too far") easier to debug.
- Internal cleanup of freestyle-URL handling in
ERXApplication.
AjaxSlim
AjaxSlim continued to evolve substantially this cycle β morph-native updates, server-side update targeting, a cleaner element/protocol API split, drag-and-drop visual cues, and the new .apiext element-API format driving its reference. It's moving fast; see the commit history for specifics.
Dependencies
- Parsley 1.6.0 (required by the declarative element substitutions).
Full changelog: v8.0.2...v8.0.3