Skip to content

Releases: lightning-js/blits

v1.13.1

09 Dec 17:31
40f6771
Compare
Choose a tag to compare
  • Fixed setting of correct color when turning off rtt on an element
  • Added check for txManager in reactivity
  • Fixed reference to correct this-scope in router before hook

v1.13.0

05 Dec 10:16
ac97a0b
Compare
Choose a tag to compare
  • 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

26 Nov 09:16
e46a952
Compare
Choose a tag to compare
  • Fixed $hasFocus state variable not being set when navigating back to a page with keepAlive enabled
  • Added @updated-event to Layout component
  • Fixed issue with simple config for Theme plugin

v1.11.0

19 Nov 22:43
e558cd4
Compare
Choose a tag to compare
  • 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

15 Nov 14:35
b7aee48
Compare
Choose a tag to compare
  • Upgraded to renderer 2.7.1
  • Added documentation on Router

v1.10.0

08 Nov 10:35
b475bd0
Compare
Choose a tag to compare
  • 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

05 Nov 13:37
4154b41
Compare
Choose a tag to compare
  • Fixed Element related tests
  • Bumped renderer to version 2.6.0

v1.9.1

04 Nov 20:46
28f599d
Compare
Choose a tag to compare
  • Added fix for omitting gap-attribute in Layout component

v1.9.0

04 Nov 12:18
a22e44c
Compare
Choose a tag to compare
  • Added Layout component

v1.8.3

31 Oct 14:31
a26d3d1
Compare
Choose a tag to compare
  • Exported TS interfaces and improved return type of before route hook
  • Fixed test cases for codegenerator