Skip to content

@blueprintjs/[email protected]

Compare
Choose a tag to compare
@giladgray giladgray released this 22 Mar 01:00
· 2536 commits to develop since this release

General

  • 🌟 #2241 Run published CSS files through postcss to remove comments and run Autoprefixer.
  • #2268 Copyright comments in files use /* comments only.
  • #2269 Use React.HTMLAttributes instead of React.HTMLProps in components that support arbitrary HTML props.

@blueprintjs/table 2.0.0-rc.4

  • #2228 EditableCell fix controlled mode to allow edits to be rejected
  • #2267 Fix onVisibleCellsChange on scroll in React 16 (:tophat: @mmoutenot)