Skip to content

Releases: plotdb/flexize

0.0.9

06 Nov 10:45

Choose a tag to compare

  • fix bug: exception when reverse is called, due to use of undefined parameter name

0.0.8

06 Nov 09:57

Choose a tag to compare

  • support dynamic gutter insertion
  • fire resize event at the begin and end of a resizing session
  • add reset parameter in dir, attr and reverse API for clearing cached result

0.0.7

05 Nov 17:30

Choose a tag to compare

  • behavior changes: use position to determine sibling for inner gutter.

0.0.6

22 Oct 13:15

Choose a tag to compare

  • fix bug: _visible-sibling tried to get style of non-Element node.
  • fix bug: resizing doesn't work when new elements are added.

0.0.5

22 Oct 12:56

Choose a tag to compare

  • fix bug: reset fails due to typo in initial-grow name

0.0.4

22 Oct 12:40

Choose a tag to compare

  • fix bug: failed when working with style on non-Element nodes
  • tweak default selector for fixed cells to make it work for nested flexize

0.0.3

22 Oct 12:22

Choose a tag to compare

  • trigger mouse move event handler only when dragging
  • support gutters inside cells
  • alter default gutter selector to support up to one level depth inner gutter

0.0.2

27 Sep 08:37

Choose a tag to compare

  • using flex-grow instead of flex-basis for resizing.
  • support manually set flex-grow
  • support reset api
  • support reversed direction
  • update document