Releases: Active-CSS/active-css-offline-docs
Version 2.5.2 - "Lyja"
NEW FEATURE: Added general ajax error event (afterAjaxError, etc.) which runs after an ajax error coded event.
BUG FIX: Fixed issue to do with rendering inner table tags from render command sometimes not working due to preceding whitespace.
Version 2.5.1 - "Elsa"
NEW FEATURE: Downloadable docs.
NEW FEATURE: Bookmarkable SPA hash support.
NEW FEATURE: New add-hash, remove-hash and load-as-ajax commands.
NEW FEATURE: html-entity-decode option added to set-attribute and set-property commands.
NEW FEATURE: starting-from selector option added to click-on-next, etc. commands.
NEW FEATURE: If-var conditional now supports array comparison and whether array is empty or not if no second parameter specified.
BUG FIX: Clean removal and addition of inline ACSS between pages.
BUG FIX: Internally escape variable for rendering only at the point of rendering and not before, plus fixes to auto-escaping issues.
BUG FIX: Allow target selector actions to continue running to the end after the target selector has been removed from the DOM, if the command isn't intended to affect the target selector itself. The prior workaround was to set off a custom event instead, but it isn't needed now.
BUG FIX: Allow vars commands in JS to handle $ prefix variables.
BUG FIX: Allow reactivity to be set up on attributes when the attribute hasn't been setup yet.
BUG FIX: Fix to ajax-pre-get sometimes getting content twice from the server.
BUG FIX: Display fix to component table rendering.