Skip to content

8.0.3

Latest

Choose a tag to compare

@hugithordarson hugithordarson released this 26 Jun 17:02
· 3 commits to master since this release

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 a parsley-tag-aliases.properties resource 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