Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: lightning-tv/solid

Release 3.1.9

27 Feb 18:27

Choose a tag to compare

  • fix issue where fontFamily in style was not being applied properly (b081aea)
  • clean up selected logic with Virtual (4f1f25e)

Release 3.1.8

26 Feb 15:09

Choose a tag to compare

  • update Grid to chain functions (644c963)
  • tweaks for domRenderer changes to work with demo app (65ee698)
  • feat: migrated domRenderer changes from v2 to v3 (#84) (63ef55e)

Release 3.1.7

25 Feb 23:13

Choose a tag to compare

  • add scrollToIndex for Grid as well (a0ab50b)

Release 3.1.6

25 Feb 23:07

Choose a tag to compare

  • change setFocus to not keep queueing elements and only use last one in (9718c3e)
  • fix up grid to take selected property for focus (f306394)

Release 3.1.5

25 Feb 00:02

Choose a tag to compare

Release 3.1.4

20 Feb 22:27

Choose a tag to compare

Release 3.1.3

20 Feb 22:24

Choose a tag to compare

  • add shorthand support for padding and margin [0,24] (6f241cf)

Release 3.1.2

20 Feb 02:58

Choose a tag to compare

  • fix missing default rendererOptions, needed for renderer (611a54c)

Release 3.1.1

20 Feb 02:18

Choose a tag to compare

Fix package link so npm i works

Release 3.1.0

20 Feb 01:45

Choose a tag to compare

To use the new Flex calculations add VITE_USE_NEW_FLEX=true to your .env file. Default is the current implementation of Flex

  • add full padding properties (e19d566)
  • update docs (888bac3)
  • add additional flexShrink + basis, reverse support (b54ba62)
  • optimize flex, add new flexLayout system to closer match css (1e44e3c)
  • minor cleanup of flex (8815513)
  • update ai guidelines (eac4a10)
  • add ai guidelines to help generate code (6c54410)