Nav/Schema

Releases

Changelog

All notable changes to Nav Schema.

v1.5.22026-06-03latest
Re-exported tiny-engine-core runtime helpers from sidebar and mega-menu modules
Added shared sidebar and mega-menu prop aliases for framework adapters
Updated public APIs to include the shared prefix option
Refreshed README examples for module-level imports and expanded props
v1.5.12026-06-02
Added configurable mobile submenu toggle icons
Added mobile accordion expandMultiple control through responsive options
Updated responsive mega-menu closing so nested children reset with their parent
Refreshed README documentation for mobile submenu options
v1.4.32026-05-31
Added animation support for mega-menu panel and column transitions
Added tslib as a runtime dependency
Refreshed the README with the current feature list, install commands, and sidebar/mega-menu examples
v1.4.22026-05-25
Added NAV_CLASS_NAMES for shared sidebar and mega-menu class constants
Updated renderers to use consistent shared class names
Exported NAV_CLASS_NAMES from the package entry point
v1.4.12026-05-24
Added hover and click trigger options for mega-menu activation
Refactored mega-menu trigger handling to support configurable interaction modes
v1.4.02026-05-24
Added three-column mega-menu functionality
Added responsive mega-menu demo content
Added dynamic mega-menu column rendering
v1.3.02026-05-23
Added optional floating active-page indicator support for the sidebar
Enhanced sidebar active-state behavior for demo navigation
v1.2.02026-05-21
Added sidebar rendering logic and current-page matching
Added tests for current-page highlighting and hash route matching
Enhanced sidebar URL matching behavior
v1.1.02026-05-20
Added sidebar event-handler support
Added sidebar expand and collapse behavior
Enhanced sidebar demo and runtime behavior
v1.0.02026-05-20
Initialized the TypeScript package with Rollup, ESLint, Prettier, Jest, and TypeScript configuration
Added MIT license and initial README documentation
Added sidebar and mega-menu TypeScript interfaces, helper functions, demo HTML, and tests