Skip to content

v0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@webJose webJose released this 24 Jul 03:20
· 224 commits to main since this release

What's Changed

  • build(deps-dev): Bump publint from 0.2.8 to 0.2.9 by @dependabot in #58
  • build(deps-dev): Bump vitest from 2.0.3 to 2.0.4 by @dependabot in #57
  • build(deps-dev): Bump vite from 5.3.3 to 5.3.4 by @dependabot in #56
  • fix: Make controlColumn prop bindable by @webJose in #62
  • feat: Pass getFn to dataCell snippet by @webJose in #63
  • docs: Update WjDvColumn type's JsDoc by @webJose in #64
  • feat: Add useMinWidthAsWidth column property by @webJose in #65
  • fix: Always make sure there is a width value in the segregated column data by @webJose in #66

Full Changelog: v0.6.0...v0.7.0

Known Issues

  • The control column doesn't resize. Status: Waiting on $state.link() to become available. See this PR.