Skip to content

Commit

Permalink
Expose webgl detection function (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlurie authored Oct 9, 2024
1 parent c43605d commit d33e66d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# MapTiler SDK Changelog

## NEXT
### New Features
- expose the function `getWebGLSupportError()` to detect WebGL compatibility

## 2.3.0
### Bug Fixes
- Updating from MapLibre v4.4.1 to v4.7.0. See Maplibre changelogs for [v4.5.0](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md#450), [v4.5.1](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md#451), [v4.5.2](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md#452), and [v4.6.0](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md#460)
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ export {
getLanguageInfoFromKey,
} from "@maptiler/client";

export { getWebGLSupportError } from "./tools";
export { config, SdkConfig } from "./config";
export * from "./language";
export { type Unit } from "./unit";
Expand Down

0 comments on commit d33e66d

Please sign in to comment.