Skip to content

Releases: tkrotoff/flex-wrap-layout

v0.13.0

11 Mar 01:44
Compare
Choose a tag to compare
  • Drop old browsers support

v0.12.0

08 Jul 14:10
Compare
Choose a tag to compare

v0.11.0

07 Jul 23:13
Compare
Choose a tag to compare
  • Just ship CommonJS
  • Update npm packages
  • Remove all Playwright screenshots: too fragile

v0.10.2

15 Dec 14:07
Compare
Choose a tag to compare
  • Update npm packages
  • Switch from jest-playwright to @playwright/test
  • Rewrite end-to-end tests

v0.10.1

08 May 17:55
Compare
Choose a tag to compare
  • Update npm packages

v0.10.0

28 Apr 23:44
Compare
Choose a tag to compare
  • 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

18 Mar 01:12
Compare
Choose a tag to compare
  • Update npm packages

v0.9.1

24 Feb 01:25
Compare
Choose a tag to compare
  • DevTools accepts div props

v0.9.0

24 Feb 00:01
Compare
Choose a tag to compare
  • Rework everything: exposes useDetectWrappedElements(), detectWrappedElements() and DevTools
  • Remove DetectRowWrapController, flex-wrap-layout.scss (layout='column', layout='row', vspace, hspace, grow)

v0.2.1

31 Jan 22:10
Compare
Choose a tag to compare
  • Fix remove .next-is-wrapped
  • Listen to load event does not work under React