All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Update dependencies #242
- Update dependencies #232 #233 #234 #235
- Add a new
getEmsVersion
method #204 - Include OpenAPI specification #196 #197
- Update release documentation #194
- Update dependencies #198 #205
- Update resources for Buildkite build # 199
- Migration to Node 20 #208
- Migration from Jenkins to Buildkite for automatic testing #145 #147
- Detached the releases of EMS Client from the services consumed #185
- Updated the client to support date based versions #185
- Update dependencies #159 #165 #173 #176 #181 #184
- Default EMS version is 8.4
- Add types to colorOperationDefaults #123
- Update dependencies #131 #133 #134 #138
- Make percentage an optional parameter #117
- Make color and operation optional parameters #118
- Export
blendMode
type #111 - Fix transforming color definitions with stops #112
- Added static methods to help translating basemap labels and blending colors to paint properties #105
- Add optional
format
argument togetMinZoom
andgetMaxZoom
#90
- Default EMS version is 8.3 #104
- Bump maplibre-gl to 2.1.9 #103
- Default EMS version is 8.2
- Removed getOrigin method #91
- Default EMS version is 8.1
- Export EmsSprite and EmsSpritesheet types
- Inherit types from maplibre-gl
- Default EMS version is 8.0
- Remove unused API descriptors
- Default EMS version is 7.16
- Update dependencies using
yarn upgrade
- Better error handling for HTTP responses
- Unpinned
semver
dependency #77
- Default EMS version is 7.15
- Updated dependencies via
yarn upgrade
- Fix linting issues
- New getters for optional field metadata
alias
,regex
, andvalues
#69
- Default EMS version is 7.14
- Breaking change @elastic/ems-client is now licensed under the Elastic License v2. See the LICENSE.txt file in this repository #64
- Default EMS version is 7.12
- Default EMS version is 7.11
- Updated dependencies using
yarn upgrade
and #44 #50 - Add functions to get specific file formats #53
- Default EMS version is 7.10
- Breaking change The
getHTMLAttribution
method has been removed as clients should be responsible for creating HTML links.
- Fixed type check issues by removing
@types/mapbox-gl
library
- Added exports for the FileLayer and TMSService modules
- Added a
getFiles
method to FileLayer
- Fixed regression of missing source type on vector tile styles
- Convert source code to Typescript
- Added better linting with eslint and prettier
- Correctly handle API urls that end in slashes
- Moved
node-fetch
to dev dependency for testing instead of client dependency. It's not always needed and in fact breaks some client-side use of this lib
- Correctly handle API urls that end in slashes
- Updated dependencies using
yarn upgrade
- The default Elastic Maps Service version is now
7.7
.
- The
appName
parameter can now be configured to specify the client application. Previously, the client application was hard-coded tokibana
. - The
appVersion
configurable parameter replaces thekbnVersion
parameter for specifying the client application version, e.g.7.7.0
.
- The
kbnVersion
parameter has been deprecated and theappVersion
parameter should be used instead.
- Correctly handle API urls that end in slashes
- Two new parameters were introduced,
tileApiUrl
andfileApiUrl
. These should be used instead ofmanifestServiceUrl
. These parameters should be set to their respective domains (e.g.https://tiles.maps.elastic.co
,https://vector.maps.elastic.co
). #13
-
Starting with v7.6, new Elastic Maps Service (EMS) versions will be released with every matching major and minor release of the Elastic Stack. New releases of ems-client will also be released to match the EMS versions.
-
Handle relative URLs in EMS v7.6 manifests.
manifestServiceUrl
is now deprecated as the catalogue manifest has been removed in Elastic Maps Service (EMS) v7.6. It has been replaced by two new parameterstileApiUrl
andfileApiUrl
.
- Remove paragraph element from html attribution #15
- Inject correct attribution into vector tile sources #14
Bump version to match the corresponding Elastic Maps Service version. This release does not introduce any changes.
- Update browser entry point that was pointing to an incorrect path, which fell back to the main entry
- Transpile the browser-side assets to be IE compatible.
- Downgrade node-fetch dependency to fix fetch error
- Initial release. Compatible with Elastic Maps Service v7.2.0.