Current section

Files

Jump to
maplibre CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v0.1.8](https://github.com/livebook-dev/maplibre/tree/v0.1.8) (2024-01-16)
### Added
* Add 3D terrain to the map via `terrain/{2}` ([#44](https://github.com/livebook-dev/maplibre/pull/44))
### Fixed
* Update Maplibre docs links ([#43](https://github.com/livebook-dev/maplibre/pull/43))
## [v0.1.7](https://github.com/livebook-dev/maplibre/tree/v0.1.7) (2023-12-19)
### Changed
* Relax Req requirement ([#41](https://github.com/livebook-dev/maplibre/pull/41))
## [v0.1.6](https://github.com/livebook-dev/maplibre/tree/v0.1.6) (2023-08-20)
### Fixed
* Add a missing key in `:street` style ([#39](https://github.com/livebook-dev/maplibre/pull/39))
## [v0.1.5](https://github.com/livebook-dev/maplibre/tree/v0.1.5) (2023-08-19)
### Changed
* Updated GEO ([#33](https://github.com/livebook-dev/maplibre/pull/33))
* Updated Maptiler default key ([#35](https://github.com/livebook-dev/maplibre/pull/35))
* Updated Maplibre links ([#36](https://github.com/livebook-dev/maplibre/pull/36))
* Support Maplibre v3 and external Maptiler keys ([#37](https://github.com/livebook-dev/maplibre/pull/37))
## [v0.1.4](https://github.com/livebook-dev/maplibre/tree/v0.1.4) (2023-02-27)
### Changed
* Updated the default style. ([#31](https://github.com/livebook-dev/maplibre/pull/31))
## [v0.1.3](https://github.com/livebook-dev/maplibre/tree/v0.1.3) (2022-11-23)
### Added
* Added `add_geocode_source/{3, 4}` to add a source by its geocode. ([#29](https://github.com/livebook-dev/maplibre/pull/29))
## [v0.1.2](https://github.com/livebook-dev/maplibre/tree/v0.1.2) (2022-07-31)
### Changed
* Support for initial built-in styles as atoms and removes support for initial styles as json ([#24](https://github.com/livebook-dev/maplibre/pull/24))
## [v0.1.1](https://github.com/livebook-dev/maplibre/tree/v0.1.1) (2022-07-03)
### Changed
* Changed `add_geo_source` and `add_table_source` to accept options as the last argument ([#22](https://github.com/livebook-dev/maplibre/pull/22))
## [v0.1.0](https://github.com/livebook-dev/maplibre/tree/v0.1.0) (2022-06-29)
Initial release.