Skip to content

Commit 2ddd995

Browse files
committed
Update
1 parent 9e273d4 commit 2ddd995

1 file changed

Lines changed: 22 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,44 @@
1-
**v0.7.4**
1+
## v0.7.5
2+
3+
- Add `clear()` to clear the scatter plot
4+
- Update the camera on refresh
5+
- Fix issue when drawing new points: do not wrap setting new points with withRaf(). Only wrap the pure draw call!
6+
- Fix a regression from removed scroll library
7+
8+
## v0.7.4
29

310
- Fix a rare glitch in the lasso selection where the lasso would be drawn with a far away point
411
- Smoothify lasso by lowering the min delay and min dist
512
- Update 2D camera and many dev packages
613
- Remove the minified ESM build as it's unnecessary
714

8-
**v0.7.3**
15+
## v0.7.3
916

1017
- Fix glitch in the npm release of `v0.7.2`.
1118

12-
**v0.7.2**
19+
## v0.7.2
1320

1421
- Provide proper ESM instead of pointing to the source code.
1522

16-
**v0.7.1**
23+
## v0.7.1
1724

1825
- Replaced `hover` event with `pointover` and `pointout` to be able to know when a point is not hovered anymore.
1926

20-
**v0.7.0**
27+
## v0.7.0
2128

2229
- Allow changing the lasso smoothness via `set({ lassoMinDelay, lassoMinDist })` where `lassoMinDelay` is the minimum number of milliseconds between mousemove events before the lasso is extended and `lassoMinDist` is the minimum number of pixels the mouse has to move.
2330

24-
**v0.6.0**
31+
## v0.6.0
2532

2633
- Simplify API: `style()`, `attr()`, `scatterplot.canvas`, `scatterplot.regl`, and `scatterplot.version` are merged into `get()` and `set()`. The function signature is identical to `style()` and `attr()` so all you have to do is rename.
2734
- Add recticle. It's not shown by default but can be activated with `set({ showRecticle, recticleColor })`.
2835
- Fix a regression that caused interrupted panning
2936

30-
**v0.5.1**
37+
## v0.5.1
3138

3239
- Fix a bug in categorical color encoding
3340

34-
**v0.5.0**
41+
## v0.5.0
3542

3643
- Set default aspect ratio to 1. It can be changed via `attr({ aspectRatio })`
3744
- Add property to set `lassoColor` via `style({ lassoColor })`
@@ -42,15 +49,15 @@
4249
- Add tests for all public API endpoints
4350
- Fix several smaller bugs
4451

45-
**v0.4.0**
52+
## v0.4.0
4653

4754
- Use a combination of linear and log2 scaling for point size
4855
- Add support for background images
4956
- Add API documentation
5057
- Switch to single quotes
5158
- Export version
5259

53-
**v0.3.3**
60+
## v0.3.3
5461

5562
- Add endpoint for changing the background color
5663
- Allow setting view on initialization
@@ -59,30 +66,30 @@
5966
- Fix issues with setting colors
6067
- Fix resetting view
6168

62-
**v0.3.2**
69+
## v0.3.2
6370

6471
- Update third party libraries
6572
- Switch to browser-based tests
6673
- Set more strict linting
6774

68-
**v0.3.1**
75+
## v0.3.1
6976

7077
- Fix nasty floating point issue when working with large textures (> 100.000 points)
7178
- Make point size dependent on zoom level
7279

73-
**v0.3.0**
80+
## v0.3.0
7481

7582
- Optimize rendering: up to about 500K points render fine. Usable for up to 1M points.
7683
- Add support for one categories and one value per point for color encoding.
7784
- Add visual outline for selected points for better highlighting.
7885
- Add test setup and some base tests.
7986
- Many bug fixes and under the hood improvements.
8087

81-
**v0.2.0**
88+
## v0.2.0
8289

8390
- Add fast lasso selection
8491
- Support rotations
8592

86-
**v0.1.0**
93+
## v0.1.0
8794

8895
- Initial working version. **Warning:** this version is not optimized yet and only works fluidly for up to 50.000 points.

0 commit comments

Comments
 (0)