What's New?
Under development.
- webflow-html
- Enhanced sorting so that nested lists can be sorted as well
- Added sequence numbering
- webflow-url
- Bugfix on url morphing in certain page constructions
- webflow-membership-routing
- Added internal tracing
- Revisions to . path handling
- webflow-membership-routing
- Refactored to utilize the login form’s internal redirect
- Expanded to support log-in forms on other pages
- webflow-membership-routing
- Added advanced log-in & sign-up routing
- webflow-membership
- Refactored expanded login button area feature
- webflow-html
- Added dynamic limit items by breakpoint
- Added dynamic random sort, on refresh
- Membership
- Added expand login button
- Updates for lightbox captions
- Suppressed captions on video elements, since they’re ‘Undefined’
- Added Webflow Elements
- Added CMS Lightbox + Captions
- Added Webflow Membership module, with conditional element display.
- Tracking, added cookies and localStorage options.
- Additional numeric formats added to
webflow-format
.
- Added user tracking w/ localStorage as
webflow-track
.
- Added Decode HTML to
webflow-html
.
- Added Hide Section w/ Empty Collection Lists
- Added semver sorting.
- Upgraded Dynamic attributes.
Lib:
webflow
- Added Editor-mode detector.
Lib:
webflow-html
- Added Webflow Editor-mode behavior for nested lists.
Lib:
webflow-html
- Sorting expanded to include numeric keys
Lib:
webflow-format
- Number formatting for numbers and currency
Lib:
webflow-html
- List sorting
Lib:
webflow-commerce
- Simple commerce
Lib:
webflow-forms
- Added IP Info capture-and-append.
Lib:
webflow-forms
- Added ‘n8n’ handler.
- Change handlers so that the form action is retrieve at the point of submit. This way it can be changed live (e.g. for debugging purposes).
Lib:
webflow-forms
- Changed
success
handler toother
. - Bugfix on form data serilaization.
Lib:
webflow-forms
- Redesigned to a webhook-handler approach, which is specified by a
wfu-form-handler
attribute. - The zapier handler is named
zapier
- A new
success
handler is added for webhooks that have other JSON response formats.
Lib:
webflow-url
Dynamic Attributes
Breaking Changes
Attribute name changed from
apply-attr
to wfu-apply-attr
, e.g.<data type="wfu-apply-attr" apply="prev">
<data attr="style" value="background-color: yellow;"></data>
</data>
Nested Lists
Breaking Changes
Skeleton loader temporarily disabled, as we work through some issues with Webflow’s editor.
Custom attribute tag is now recommended as
wfu-lists=nested
rather than wfu-lists=all
.Both are currently identical, but we will expand on this in the future.
Last modified 8mo ago