Fix a regression with the point opacity introduced in v1.7.1
1.8.3
Fix typo in draw option type (renamed focus to filter) #148
1.8.2
Improve hover detection
1.8.1
Fix: add ability to set aspectRatio in the constructor
Fix: add missing type definition for aspectRatio
Fix: extend opacity type to correctly allow number[]
1.8.0
Add scatterplot.getScreenPosition(pointIdx) to retrieve the screen position of a point by its index.
1.7.1
Improve data type inference of the z/w values and allow to explicitely specify their data type via draw(newPoints, { zDataType: 'categorical', wDataType: 'continuous' })
1.7.0
Add preventFilterReset option to draw() to allow re-drawing while keeping the current point filter. #136
Add ability to hover, select, and filter points immediately when calling draw(points, { hover: 0, select: [1, 2], filter: [0, 2, 3] }). Immediately hovering, selecting, or filtering points avoids a filter that can occur when first drawing points and then hovering, selecting, or filtering points subsequently. #142
Fix draw()'s promise resolution when showPointConnections is true. The promise is now resolved after both, the points and point connections, have been drawn.
Set minimum Node version to 16 and minimum npm version to 7. You might still be able to use regl-scatterplot with older version but it's not advised.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps regl-scatterplot from 1.6.10 to 1.8.4.
Changelog
Sourced from regl-scatterplot's changelog.
Commits
b58d49c
1.8.4517ad46
Fix a regression with the opacity introduced in v1.7.11567a78
1.8.357aeb30
Fix #148b4e903e
1.8.2b87f917
Improve hover detectionb319723
1.8.1805694b
fix: aspect ratio and opacity types (#147)cc23a7c
1.8.0321aec0
feat: get screen position method (#145)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show