Releases: lightning-js/blits
Releases · lightning-js/blits
v1.46.0
- Improved Announcer on Comcast devices
- Added new
afterEachrouter hook - Added router option to dynamically disable
back-key handling by the router - Added
this.$debounce-method - Added automatic inspector data items (
$componentType,$hasFocusand$isTransitioning) - Added functionality to auto size the holder node of a Component when the wrapper Element has dimensions
- Bumped Lightning renderer to v2.20.4 with correct handling of failed textures
v1.45.2
- Updated renderer to v2.20.2
v1.45.1
- fixed issue
magic-stringpackage being a dev dependency
v1.45.0
- Added support for defining types for custom plugins on the Blits component definitions
- Added importable type definitions for built-in plugins
- Added support for JS sourcemaps
- Added reactivity for shader props (individual shaders, not effects via dynamic shader)
- Fixed issue with usage of Blits plugins not working in for loops
- Improved test coverage
v1.44.0
- Added
$inputmethod to facilitate key handling without also passing focus - Added support for passing
typeof image in thesrc-attribute (regular,svg,compressedfor cases the file type can't be derived from the file name) - Bumped Lightning renderer to v2.20.0 with improved support for compressed textures
v1.43.2
- Fixed issue with endless loop in router when first page in history would fail an async before / beforeEach hook (introduced in v1.43.0)
v1.43.1
- Added arguments of fpsUpdate and frameTick hooks to type definitions
v1.43.0
- Exposed different renderer events as hooks (
idle,fpsUpdateandframeTick) - Added
$clearListenersutility helper - Added
$clearListenersand$unlistento type definitions - Fixed issue with DEV flag being set in vite config
- Fixed
lintandlint:fixscripts to work cross platform (added Windows support) - Added support for utterance options (
rate,pitch,lang,voiceandvolume) to Announcer plugin - Added reactivity to
src-attribute of the Sprite - Updates deprecated
assertkeyword for newwithkeyword
v1.42.1
- Updated to version 2.19.1 of the renderer
- Fixed scale animation snapping issue when using object notation with transitions (again)
v1.42.0
- Added effects prop support to Sprite component
- Added support for redirecting in before hooks returning a route object (with updated path)
- Fixed meta options on routes functionality
- Enhanced router hook test coverage
- Fixed scale animation snapping issue when using object notation with transitions