New Features
- Added smart formatters:
xsd:booleanliterals now render as ✔ / ✘; variable name suffixes trigger visual formatters —*stars→ star rating,*percent→ progress bar,*image→ inline image,*color/*colour→ colour swatch,*description→ multiline text - Added a Smart toggle in the display controls to enable or disable smart formatters (enabled by default)
- Added a Link Prefix toolbar control that lets users enter a URL prefix prepended to every URI link (e.g. to point all URIs to a faceted browser); the user-set prefix overrides any developer-supplied
uriHrefAdapter - Added developer API option
uriHrefAdapterto transform URI hrefs to custom URLs programmatically - Added developer API option
bindingSetAdapterto transform an entire binding set before rendering (e.g. to add computed columns) - Added a Quick Reference (
?) icon to the toolbar that opens an in-place modal listing all available features and keyboard shortcuts
Fixes
- Fixed the double-click cell content modal not opening after changing the table fit mode
Chores
- Updated the GitHub Pages demo page to fix incorrect IIFE global variable access
Full Changelog: v1.2.1...v1.3