Skip to content

Commit

Permalink
Update documentation for v1.9.2 (Leaflet#8527)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops authored Oct 4, 2022
1 parent 0828dad commit aaa0633
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ markdown: kramdown
kramdown:
entity_output: as_input

latest_leaflet_version: 1.9.1
latest_leaflet_version: 1.9.2

# Integrity hashes for both leaflet.js and leaflet-src.js
# These will be shown in the downloads page
# See https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
integrity_hash_css: "sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
integrity_hash_source: "sha256-2v7IA113a+VnAGVd65BWs5RbBxpRATX1TzB3R1Yra9U="
integrity_hash_uglified: "sha256-NDI0K41gVbWqfkkaHj15IzU7PtMoelkzyKp8TOaFQ3s="
integrity_hash_source: "sha256-Gvh8ySZkEGHHt1hQiFZ+qt+tqHPUVDCNRwSPF3d/JEk="
integrity_hash_uglified: "sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="


collections:
Expand Down
2 changes: 2 additions & 0 deletions docs/_posts/2022-09-21-leaflet-1.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Check out [the full changelog here](https://github.com/Leaflet/Leaflet/releases/

**Edit**: [v1.9.1 patch](https://github.com/Leaflet/Leaflet/releases/tag/v1.9.1) has been released to address compatibility with _Leaflet.markercluster_ plugin.

**Edit**: [v1.9.2 patch](https://github.com/Leaflet/Leaflet/releases/tag/v1.9.2) has been released which reverts ESM support because of numerous compatibility issues with plugins.

Cheers,<br>
The Leaflet team.

Expand Down
4 changes: 2 additions & 2 deletions docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ bodyclass: download-page
<th>Description</th>
</tr>
<tr>
<td><a href="https://leafletjs-cdn.s3.amazonaws.com/content/leaflet/v1.9.1/leaflet.zip">Leaflet 1.9.1</a></td>
<td>Stable version, released on September 23, 2022.</td>
<td><a href="https://leafletjs-cdn.s3.amazonaws.com/content/leaflet/v1.9.2/leaflet.zip">Leaflet 1.9.2</a></td>
<td>Stable version, released on October 4, 2022.</td>
</tr>
<tr>
<td><a href="https://leafletjs-cdn.s3.amazonaws.com/content/leaflet/v1.8.0/leaflet.zip">Leaflet 1.8.0</a></td>
Expand Down
6 changes: 3 additions & 3 deletions docs/reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<h2>Leaflet API reference</h2>

<p>This reference reflects <strong>Leaflet v1.9.1</strong>. Check <a href='reference-versions.html'>this list</a> if you are using a different version of Leaflet.</p>
<p>This reference reflects <strong>Leaflet v1.9.2</strong>. Check <a href='reference-versions.html'>this list</a> if you are using a different version of Leaflet.</p>

<div id="toc" class="clearfix">
<div class="toc-col map-col">
Expand Down Expand Up @@ -19929,9 +19929,9 @@ <h3 id='bounds-method'>Methods</h3>
</td>
</tr>
<tr id='bounds-equals'>
<td><code><b>equals</b>(<nobr>&lt;<a href='#bounds'>Bounds</a>&gt;</nobr> <i>otherBounds</i>, <nobr>&lt;Number&gt;</nobr> <i>maxMargin?</i>)</code></td>
<td><code><b>equals</b>(<nobr>&lt;<a href='#bounds'>Bounds</a>&gt;</nobr> <i>otherBounds</i>)</code></td>
<td><code>Boolean</code></td>
<td><p>Returns <code>true</code> if the rectangle is equivalent (within a small margin of error) to the given bounds. The margin of error can be overridden by setting <code>maxMargin</code> to a small number.</p>
<td><p>Returns <code>true</code> if the rectangle is equivalent to the given bounds.</p>
</td>
</tr>
</tbody></table>
Expand Down

0 comments on commit aaa0633

Please sign in to comment.