Compare commits

..

6 Commits

Author SHA1 Message Date
Andreas Hocevar
b068a339f5 Update package version to 6.8.1 2021-09-25 09:02:23 +00:00
Andreas Hocevar
7ac93be8dd Changelog for v6.8.1 2021-09-25 09:01:39 +00:00
Tim Schaub
7a6b9f8a33 Merge pull request #12811 from tschaub/inheritance
Controls inherit font size from parent
2021-09-25 08:20:30 +00:00
Tim Schaub
ef5d00cb9a Controls inherit font size from parent 2021-09-25 06:31:36 +00:00
Tim Schaub
2a0a71107e Merge pull request #12810 from openlayers/release-v6.8.0
Release v6.8.0
2021-09-24 20:07:58 +00:00
Tim Schaub
6b1232b922 Back to development 2021-09-24 19:54:37 +00:00
4 changed files with 9 additions and 3 deletions

5
changelog/v6.8.1.md Normal file
View File

@@ -0,0 +1,5 @@
# 6.6.1
This is a patch release which updates `ol.css` to restore a legible control button size in applications that do not have a css `font-size` set for `button` elements.
* [#12811](https://github.com/openlayers/openlayers/pull/12811) - Controls inherit font size from parent ([@tschaub](https://github.com/tschaub))

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "ol",
"version": "6.8.0",
"version": "6.8.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ol",
"version": "6.8.0",
"version": "6.8.1",
"license": "BSD-2-Clause",
"dependencies": {
"geotiff": "1.0.6",

View File

@@ -1,6 +1,6 @@
{
"name": "ol",
"version": "6.8.0",
"version": "6.8.1",
"description": "OpenLayers mapping library",
"keywords": [
"map",

View File

@@ -133,6 +133,7 @@
color: white;
font-weight: bold;
text-decoration: none;
font-size: inherit;
text-align: center;
height: 1.375em;
width: 1.375em;