terra-draw 0.0.1-alpha.32 → 0.0.1-alpha.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.0.1-alpha.33](https://github.com/JamesLMilner/terra-draw/compare/v0.0.1-alpha.32...v0.0.1-alpha.33) (2023-06-04)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * improve performance of mapbox gl/maplibre gl adapter ([67082af](https://github.com/JamesLMilner/terra-draw/commit/67082af096cf1b1d5a0426f7db651122fb897b49))
11
+
5
12
  ### [0.0.1-alpha.32](https://github.com/JamesLMilner/terra-draw/compare/v0.0.1-alpha.31...v0.0.1-alpha.32) (2023-06-04)
6
13
 
7
14
 
@@ -6,6 +6,7 @@ export declare class TerraDrawMapboxGLAdapter extends TerraDrawBaseAdapter {
6
6
  map: mapboxgl.Map;
7
7
  coordinatePrecision?: number;
8
8
  });
9
+ private _nextRender;
9
10
  private _map;
10
11
  private _container;
11
12
  private _rendered;