Skip to content

Commit

Permalink
Bump version to 3.2.0-pre.2 (#2825)
Browse files Browse the repository at this point in the history
* Bump version to 3.2.0-pre.2

* Fix docs links to examples folder (#2826)

* Fix docs links to examples folder

* update more links

* Fix lowercase Issue

---------

Co-authored-by: Birk Skyum <[email protected]>
  • Loading branch information
HarelM and birkskyum authored Jul 9, 2023
1 parent 65fa534 commit 3b5a57f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

- _...Add new stuff here..._

## 3.2.0-pre.1
## 3.2.0-pre.2

### ✨ Features and improvements

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg?style=flat)](LICENSE.txt) [![Version](https://img.shields.io/npm/v/maplibre-gl?style=flat)](https://www.npmjs.com/package/maplibre-gl) [![CI](https://github.com/maplibre/maplibre-gl-js/actions/workflows/ci.yml/badge.svg)](https://github.com/maplibre/maplibre-gl-js/actions/workflows/ci.yml) [![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://opensource.org/licenses/BSD-3-Clause) [![codecov](https://codecov.io/gh/maplibre/maplibre-gl-js/branch/main/graph/badge.svg)](https://codecov.io/gh/maplibre/maplibre-gl-js)

**[MapLibre GL JS](https://maplibre.org/maplibre-gl-js-docs/api/)** is an open-source library for publishing maps on your websites or webview based apps. Fast displaying of maps is possible thanks to GPU-accelerated vector tile rendering.
**[MapLibre GL JS](https://maplibre.org/maplibre-gl-js/docs/API/)** is an open-source library for publishing maps on your websites or webview based apps. Fast displaying of maps is possible thanks to GPU-accelerated vector tile rendering.

It originated as an open-source fork of [mapbox-gl-js](https://github.com/mapbox/mapbox-gl-js), before their switch to a non-OSS license in December 2020. The library's initial versions (1.x) were intended to be a drop-in replacement for the Mapbox’s OSS version (1.x) with additional functionality, but have evolved a lot since then.

Expand Down Expand Up @@ -37,15 +37,15 @@ Enjoy the map!

## Documentation

Full documentation for this library [is available here](https://maplibre.org/maplibre-gl-js-docs/api/).
Full documentation for this library [is available here](https://maplibre.org/maplibre-gl-js/docs/API/).

Check out the features through [examples](https://maplibre.org/maplibre-gl-js-docs/example/).
Check out the features through [examples](https://maplibre.org/maplibre-gl-js/docs/examples/).

| Showcases | |
| ---- | ---- |
|![Display a map](https://maplibre.org/maplibre-gl-js-docs/assets/simple-map-800-1427cd84c8c693ead996f81b06e467bb.png) |![Third party vector tile source](https://maplibre.org/maplibre-gl-js-docs/assets/third-party-800-72a3092888152ba26920ec0ba5aeacd0.png) |
|![Animate a series of images](https://maplibre.org/maplibre-gl-js-docs/assets/animate-images-800-522ec4f83d7988b2d6f23a0c1d5eb924.png) |![Create a heatmap layer](https://maplibre.org/maplibre-gl-js-docs/assets/heatmap-layer-800-a23e44d9c1238315f191187c5c628719.png) |
|![3D buildings](https://maplibre.org/maplibre-gl-js-docs/assets/3d-buildings-800-18cda57800c107d1dee5f269bf7a12f2.png) |![Visualize population density](https://maplibre.org/maplibre-gl-js-docs/assets/visualize-population-density-800-dc0290780f7b2842031bdf1b9347981a.png) |
|![Display a map](https://maplibre.org/maplibre-gl-js/docs/assets/simple-map-800-1427cd84c8c693ead996f81b06e467bb.png) |![Third party vector tile source](https://maplibre.org/maplibre-gl-js/docs/assets/third-party-800-72a3092888152ba26920ec0ba5aeacd0.png) |
|![Animate a series of images](https://maplibre.org/maplibre-gl-js/docs/assets/animate-images-800-522ec4f83d7988b2d6f23a0c1d5eb924.png) |![Create a heatmap layer](https://maplibre.org/maplibre-gl-js/docs/assets/heatmap-layer-800-a23e44d9c1238315f191187c5c628719.png) |
|![3D buildings](https://maplibre.org/maplibre-gl-js/docs/assets/3d-buildings-800-18cda57800c107d1dee5f269bf7a12f2.png) |![Visualize population density](https://maplibre.org/maplibre-gl-js/docs/assets/visualize-population-density-800-dc0290780f7b2842031bdf1b9347981a.png) |

<br />

Expand Down Expand Up @@ -86,7 +86,7 @@ MapLibre GL JS v1 is completely backward compatible with Mapbox GL JS v1. This c

```

Want an example? Have a look at the official [MapLibre GL JS Documentation](https://maplibre.org/maplibre-gl-js-docs/example/).
Want an example? Have a look at the official [MapLibre GL JS Documentation](https://maplibre.org/maplibre-gl-js/docs/examples/).

Use MapLibre GL JS bindings for React (https://visgl.github.io/react-map-gl/docs/get-started/get-started#using-with-a-mapbox-gl-fork) and Angular (https://github.com/maplibre/ngx-maplibre-gl). Find more at [awesome-maplibre](https://github.com/maplibre/awesome-maplibre).

Expand Down
2 changes: 1 addition & 1 deletion build/generate-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function generateAPIIntroMarkdown(lines: string[]): string {
let intro = `# Intro
This file is intended as a reference for the important and public classes of this API.
We reccomend looking at the [expamples](../example/index.md) as they will help you the most to start with MapLibre.
We reccomend looking at the [expamples](../examples/index.md) as they will help you the most to start with MapLibre.
Most of the classes wirtten here have an "Options" object for initialization, it is recommended to check which options exist.
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MapLibre GL JS is a TypeScript library that uses WebGL to render interactive map

## Quickstart

<iframe src="./example/simple-map.html" width="100%" style="border:none"></iframe>
<iframe src="./examples/simple-map.html" width="100%" style="border:none"></iframe>

```html
<div id="map"></div>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maplibre-gl",
"description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library",
"version": "3.2.0-pre.1",
"version": "3.2.0-pre.2",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 3b5a57f

Please sign in to comment.