Skip to content

Releases: tkrotoff/flex-wrap-layout

v0.13.0

Choose a tag to compare

@tkrotoff tkrotoff released this 11 Mar 01:44
  • Drop old browsers support

v0.12.0

Choose a tag to compare

@tkrotoff tkrotoff released this 08 Jul 14:10

v0.11.0

Choose a tag to compare

@tkrotoff tkrotoff released this 07 Jul 23:13
  • Just ship CommonJS
  • Update npm packages
  • Remove all Playwright screenshots: too fragile

v0.10.2

Choose a tag to compare

@tkrotoff tkrotoff released this 15 Dec 14:07
  • Update npm packages
  • Switch from jest-playwright to @playwright/test
  • Rewrite end-to-end tests

v0.10.1

Choose a tag to compare

@tkrotoff tkrotoff released this 08 May 17:55
  • Update npm packages

v0.10.0

Choose a tag to compare

@tkrotoff tkrotoff released this 28 Apr 23:44
  • Breaking change: make useDevTools() params more user-friendly
  • Fix: .next-is-wrapped may be present if the next sibling has been removed since the last run
  • New function forceDetectWrappedElements() to support IE
  • Add a "Show details" button to the Bootstrap example
  • Switch Bootstrap example to Bootstrap 5
  • Simplify code
  • Update npm packages

v0.9.2

Choose a tag to compare

@tkrotoff tkrotoff released this 18 Mar 01:12
  • Update npm packages

v0.9.1

Choose a tag to compare

@tkrotoff tkrotoff released this 24 Feb 01:25
  • DevTools accepts div props

v0.9.0

Choose a tag to compare

@tkrotoff tkrotoff released this 24 Feb 00:01
  • Rework everything: exposes useDetectWrappedElements(), detectWrappedElements() and DevTools
  • Remove DetectRowWrapController, flex-wrap-layout.scss (layout='column', layout='row', vspace, hspace, grow)

v0.2.1

Choose a tag to compare

@tkrotoff tkrotoff released this 31 Jan 22:10
  • Fix remove .next-is-wrapped
  • Listen to load event does not work under React