You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- New getters for optional field metadata `alias`, `regex`, and `values`#69
56
46
57
47
### Changed
58
-
59
48
- Default EMS version is 7.14
60
49
-**Breaking change**@elastic/ems-client is now licensed under the Elastic License v2. See the LICENSE.txt file in this repository #64
61
50
@@ -69,7 +58,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
69
58
- Updated dependencies using `yarn upgrade` and #44#50
70
59
- Add functions to get specific file formats #53
71
60
72
-
73
61
## [7.10.0] - 2020-08-17
74
62
### Changed
75
63
- Default EMS version is 7.10
@@ -96,7 +84,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
96
84
- Convert source code to Typescript
97
85
- Added better linting with eslint and prettier
98
86
99
-
100
87
## [7.8.1] - 2020-04-06
101
88
### Fixed
102
89
- Correctly handle API urls that end in slashes
@@ -131,12 +118,10 @@ always needed and in fact breaks some client-side use of this lib
131
118
- Correctly handle API urls that end in slashes
132
119
133
120
## [7.6.0] - 2020-01-13
134
-
135
121
### Added
136
122
- Two new parameters were introduced, `tileApiUrl` and `fileApiUrl`. These should be used instead of `manifestServiceUrl`. These parameters should be set to their respective domains (e.g. `https://tiles.maps.elastic.co`, `https://vector.maps.elastic.co`). [#13](https://github.com/elastic/ems-client/pull/13)
137
123
138
124
### Changed
139
-
140
125
- 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.
141
126
142
127
- Handle relative URLs in EMS v7.6 manifests.
@@ -149,7 +134,6 @@ always needed and in fact breaks some client-side use of this lib
149
134
- Remove paragraph element from html attribution [#15](https://github.com/elastic/ems-client/pull/15)
150
135
151
136
## [7.2.1] - 2019-12-11
152
-
153
137
### Fixed
154
138
- Inject correct attribution into vector tile sources [#14](https://github.com/elastic/ems-client/pull/14/files)
155
139
@@ -160,17 +144,13 @@ Bump version to match the corresponding Elastic Maps Service version. This relea
160
144
### Fixed
161
145
- Update browser entry point that was pointing to an incorrect path, which fell back to the main entry
162
146
163
-
164
147
## [1.0.2] - 2019-10-15
165
-
166
148
### Fixed
167
149
- Transpile the browser-side assets to be IE compatible.
168
150
169
151
## [1.0.1] - 2019-08-27
170
-
171
152
### Fixed
172
153
- Downgrade node-fetch dependency to fix fetch error
173
154
174
155
## [1.0.0] - 2019-08-26
175
-
176
156
- Initial release. Compatible with Elastic Maps Service v7.2.0.
0 commit comments