Releases: lightning-js/blits
Releases · lightning-js/blits
v1.13.1
v1.13.0
- Added
padding
attribute to Layout component - Added logging of Blits and Renderer version used in App
- Fixed show attribute for elements without predefined width and height
- Added automatic proxy fallback (when no browser support) for reactivity
- Fixed and added tests related to Blits Element
- Fixed memory issue with effects used in for-loop
- Fixed memory issue when changing props in dynamic shader effects
- Updated renderer to v2.8.0
v1.12.0
- Fixed
$hasFocus
state variable not being set when navigating back to a page withkeepAlive
enabled - Added
@updated
-event to Layout component - Fixed issue with simple config for Theme plugin
v1.11.0
- Added support for splitting up translation file per language
- Added hasFocus property to ComponentBase type
- Fixed issue with alpha during router transitions
v1.10.1
- Upgraded to renderer 2.7.1
- Added documentation on Router
v1.10.0
- Fixed issue with back button not bubbling to App component after last page in router history is popped
- Added
align-items
attribute to Layout component - Fixed issue with watching nested state variables and global state
- Upgraded to renderer 2.6.2
- Fixed issue with white background for Elements with falsy src attribute
- Fixed issue with calling focus on component that already is focussed
v1.9.2
- Fixed Element related tests
- Bumped renderer to version 2.6.0
v1.9.1
- Added fix for omitting gap-attribute in Layout component
v1.9.0
- Added Layout component
v1.8.3
- Exported TS interfaces and improved return type of before route hook
- Fixed test cases for codegenerator