45 lines
1.7 KiB
Markdown
45 lines
1.7 KiB
Markdown
# Changelog
|
|
|
|
## v0.4.0 (2017-10-25)
|
|
|
|
- ol3 version without jquery dependency ([#97](https://github.com/Turbo87/sidebar-v2/pull/97))
|
|
- Allow non-tab links in the sidebar
|
|
- add type definition for leaflet-sidebar ([#112](https://github.com/Turbo87/sidebar-v2/pull/112))
|
|
- Remove reference to L.Mixin.Evented ([#124](https://github.com/Turbo87/sidebar-v2/pull/124))
|
|
- Fix Chrome 62 list-style-type bug ([#127](https://github.com/Turbo87/sidebar-v2/pull/127))
|
|
|
|
## v0.3.1 (2016-11-01)
|
|
|
|
- fix `ol3` example map layer ([#77](https://github.com/Turbo87/sidebar-v2/pull/77))
|
|
- leaflet: deprecate `removeFrom()` in favor of `remove()` ([#73](https://github.com/Turbo87/sidebar-v2/pull/73))
|
|
- leaflet: allow non-tab links on the sidebar ([#87](https://github.com/Turbo87/sidebar-v2/pull/87))
|
|
- leaflet: fix CDN location on example pages ([#94](https://github.com/Turbo87/sidebar-v2/pull/94))
|
|
- ol3: move "scale-line" together with the zoom controls ([#93](https://github.com/Turbo87/sidebar-v2/pull/93))
|
|
|
|
## v0.3.0 (2016-01-19)
|
|
|
|
- ol2: move scale line control too when sidebar opens/closes
|
|
- hide scrollbars when collapsed ([#21](https://github.com/Turbo87/sidebar-v2/issues/21))
|
|
- fix tab clicking on devices with touch screen *and* mouse ([#34](https://github.com/Turbo87/sidebar-v2/issues/35))
|
|
- new `.sidebar-header` CSS class for styled headings
|
|
- new `.sidebar-close` CSS class for close buttons in headings
|
|
- fix broken Google Maps code (until Google changes things again...)
|
|
- allow `.disabled` on `<li>` elements in `.sidebar-tabs` element
|
|
- allow second tabbar at the bottom
|
|
- new `position: 'right'` option
|
|
|
|
|
|
## v0.2.1 (2014-09-29)
|
|
|
|
- ol2, ol3: fixed sidebar content scrolling
|
|
|
|
|
|
## v0.2.0 (2014-09-29)
|
|
|
|
- jQuery API and events
|
|
|
|
|
|
## v0.1.0 (2014-09-12)
|
|
|
|
- first beta release
|