Skip to content

Releases: erdmannfreunde/contao-onepage-navigation

2.1.4

26 Jan 12:47
33175d8
Compare
Choose a tag to compare

NEW:

  • Adding support for scroll-margin-topin CSS, when scrolling via jump-anchors. This is useful when you a a fixed navigation that would normally overlay the active article. With scroll-margin-top you can add an offset, so that the top of your article will be visible. Thanks @asaage

2.1.3

15 Dec 11:51
Compare
Choose a tag to compare

[2.1.3] - 2023-12-15

Fixed

  • [Contao 5] Attempted to load class "BackendTemplate" from the global namespace. #24
  • Module breaks the 404 error-page #26

1.1.10

28 Apr 13:57
Compare
Choose a tag to compare
  • fix php 8 warning

2.0.0

15 Aug 13:52
Compare
Choose a tag to compare
  • JS rewrite in Vanilla JS (use new template js_onepage_navigation.html5 instead of jQuery)

1.1.9

25 Feb 12:17
Compare
Choose a tag to compare
  • contao 4.13 support (remove patchwork/utf8)

1.1.8

16 Feb 13:08
Compare
Choose a tag to compare
  • generate text for navigation_jumpto from navigation_title (like alias)

1.1.7

08 Nov 15:47
671ed43
Compare
Choose a tag to compare
  • fix anchor setting in 4.9.X (thanks @rabauss)

1.1.6

05 Mar 16:11
Compare
Choose a tag to compare
  • add data-onepagelink for articles without jumpto (see #17)
  • add onepage_article class when jumpto is empty

1.1.5

26 Feb 17:38
Compare
Choose a tag to compare
1.1.5

1.1.4

15 Jan 23:01
b95b9cb
Compare
Choose a tag to compare
Fix checking for navigation. Closes #15