diff --git a/.stylelintrc b/.stylelintrc index ed957aa8af..8fa0d8ebfe 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -5,7 +5,7 @@ "declaration-block-semicolon-newline-after": "always-multi-line", "block-opening-brace-space-before": "always-multi-line", "declaration-block-single-line-max-declarations": 3, - "selector-class-pattern": "mapboxgl-[a-z-]+", + "selector-class-pattern": "maplibregl-[a-z-]+", "at-rule-no-unknown": [true, { "ignoreAtRules": ["svg-load"] }] diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ab34bf098..6eb6aed894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ ### Features and improvements - *...Add new stuff here...* + +### 🐞 Bug fixes + +- *...Add fixed bugs here...* + +## 1.15.0 + +### Features and improvements + +- ** Breaking Change: ** Rename css classes ((#83)[https://github.com/maplibre/maplibre-gl-js/issues/83]) - Added custom protocol support to allow overriding ajax calls ((#29)[https://github.com/maplibre/maplibre-gl-js/issues/29]) - Added setTransformRequest to map (#159) - Publish @maplibre/maplibre-gl-style-spec v14.0.0 on NPM (#149) @@ -16,7 +26,6 @@ ### 🐞 Bug fixes -- *...Add fixed bugs here...* - Prevented attribution button from submiting form (#178) ## 1.14.0 diff --git a/README.md b/README.md index 533c9c8fdb..157f16dde5 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,13 @@ If you depend on mapbox-gl directly, simply replace `mapbox-gl` with `maplibre-g } ``` -And replace ```mapboxgl``` with ```maplibregl``` in your JavaScript code: +And replace ```mapboxgl``` with ```maplibregl``` in your JavaScript/HTML/CSS code: ```diff - var map = new mapboxgl.Map({ + var map = new maplibregl.Map({ + +-