You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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