Skip to content

Fix Dist

Compare
Choose a tag to compare
@emeeks emeeks released this 03 Mar 05:58
· 2292 commits to main since this release

Fixes

  • This should fix the problem with the unpkg dist not working in codepens and elsewhere... hopefully.
  • ResponsiveFrame was taking a style prop and passing it down to its child frame, which would conflict with OrdinalFrame's style property (which applies to pieces). Something more elegant on this front needs to happen to resolve this.
  • highlight annotation types wouldn't recognize ids if those ids were the number 0 because of truthy testing, now it explicitly looks for undefined values
  • highlight annotations weren't working with points because points would have no y value because the id accessor would think you always wanted them positioned along a line, that's no longer the case