Merge pull request #9572 from fredj/upgrade-notes_css
Add a note about CSS removal in upgrade-notes.md
This commit is contained in:
@@ -4,6 +4,18 @@
|
|||||||
|
|
||||||
#### Backwards incompatible changes
|
#### Backwards incompatible changes
|
||||||
|
|
||||||
|
#### Removal of CSS print rules
|
||||||
|
|
||||||
|
The CSS media print rules were removed from the `ol.css` file. To get the previous behavior, use the following CSS:
|
||||||
|
|
||||||
|
```css
|
||||||
|
@media print {
|
||||||
|
.ol-control {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
#### Removal of optional this arguments
|
#### Removal of optional this arguments
|
||||||
|
|
||||||
The optional this (i.e. opt_this) arguments were removed from the following methods.
|
The optional this (i.e. opt_this) arguments were removed from the following methods.
|
||||||
|
|||||||
Reference in New Issue
Block a user