v3.0.0-next-4.19
Pre-release
Pre-release
·
26 commits
to next-4
since this release
3.0.0-next-4.19 (2026-05-20)
chore
- events: reorganize event and utility imports across demo and source files (2dddd19)
BREAKING CHANGES
- events: pb-events is gone, which affects public API
- Replaced references to the deprecated pb-events.js with the new utils/events.js in multiple demo HTML files.
- Updated various source files to import utility functions from their new locations in utils, enhancing code organization and maintainability.
- Removed the obsolete utils.js file, consolidating utility functions into more specific modules for clarity.