Skip to content

Commit

Permalink
update changelog and reference
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Jan 10, 2018
1 parent 7686816 commit cf00e0d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Leaflet Changelog
* Clean up and document event propagation properties ([#5880](https://github.com/Leaflet/Leaflet/issues/5880) by [perliedman](https://github.com/perliedman))
* Update building instructions ([#5911](https://github.com/Leaflet/Leaflet/issues/5911) by [shadeland](https://github.com/shadeland))
* Document `mouseup` event for interactive `L.Layer` ([#5941](https://github.com/Leaflet/Leaflet/issues/5941) by [germansokolov13](https://github.com/germansokolov13))
* Document `L.Icon`'s `tooltipAnchor` option, update `tooltipAnchor` and `popupAnchor` default values docs ([#5989](https://github.com/Leaflet/Leaflet/issues/5989) by [cherniavskii](https://github.com/cherniavskii))

### ES6 / Rollup

Expand Down
16 changes: 14 additions & 2 deletions docs/reference-1.3.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -17360,9 +17360,15 @@ <h3 id='icon-option'>Options</h3>
<tr id='icon-popupanchor'>
<td><code><b>popupAnchor</b></code></td>
<td><code><a href='#point'>Point</a></code>
<td><code>null</code></td>
<td><code>[0, 0]</code></td>
<td>The coordinates of the point from which popups will &quot;open&quot;, relative to the icon anchor.</td>
</tr>
<tr id='icon-tooltipanchor'>
<td><code><b>tooltipAnchor</b></code></td>
<td><code><a href='#point'>Point</a></code>
<td><code>[0, 0]</code></td>
<td>The coordinates of the point from which tooltips will &quot;open&quot;, relative to the icon anchor.</td>
</tr>
<tr id='icon-shadowurl'>
<td><code><b>shadowUrl</b></code></td>
<td><code>String</code>
Expand Down Expand Up @@ -17595,9 +17601,15 @@ <h3 id='divicon-option'>Options</h3>
<tr id='divicon-popupanchor'>
<td><code><b>popupAnchor</b></code></td>
<td><code><a href='#point'>Point</a></code>
<td><code>null</code></td>
<td><code>[0, 0]</code></td>
<td>The coordinates of the point from which popups will &quot;open&quot;, relative to the icon anchor.</td>
</tr>
<tr id='divicon-tooltipanchor'>
<td><code><b>tooltipAnchor</b></code></td>
<td><code><a href='#point'>Point</a></code>
<td><code>[0, 0]</code></td>
<td>The coordinates of the point from which tooltips will &quot;open&quot;, relative to the icon anchor.</td>
</tr>
<tr id='divicon-shadowurl'>
<td><code><b>shadowUrl</b></code></td>
<td><code>String</code>
Expand Down

0 comments on commit cf00e0d

Please sign in to comment.