Skip to content

Conversation

thet
Copy link
Member

@thet thet commented Apr 13, 2023

plus some cleanup and enhancements.

@thet thet marked this pull request as draft April 13, 2023 12:11
@thet thet force-pushed the scrum-1106--scrollspy branch 4 times, most recently from 77f7851 to b822072 Compare April 17, 2023 10:21
thet added 20 commits April 17, 2023 12:27
The hooks option allowed to throw custom events after successful
injection. It was a multi-value argument but only allowed "raptor" as
value. Raptor was a WYSIWYG editor which has not been further developed
since 10 years and which we're not supporting anymore since quite some
time. Thus this option could be safely removed and this change is not a
breaking change.

If you need to react on events, see the documented event list in
pat-inject's documentation.
Remove the ".raptor-ui .ui-button.pat-inject" trigger selector which was
for raptor WYSIWYG HTML editor support. This editor isn't actively
developed since almost 9 years and not supported anymore. This is not a
breaking change.
…run after all debounce calls or in between.

If "postpone" is set to "true" (the default and previous behavior) the
callback will only be called after no more debouncer calls are done for
the given timeout.
If "postpone" is set to "false" the callback will be run after the
timeout has passed and calls to "debouncer" in between are ignored.
…et the horizontal/vertical scrolling position.
Throw a bubbling pre-init.PATTERNNAME.patterns event before initializing
the event for old prototype based patterns.
Throw a bubbling pre-init.PATTERNNAME.patterns event before initializing
the event for new class-based patterns.
…on the scroll position.

The new scroll-marker pattern allows you to set classes on the
navigation and content elements for hash-links. If a content section
with a hash id and a corresponding navigation link with the same
hash-url is visible, the navigation and content section are marked with
CSS classes.
…ons be added where grouping get's in the way.
The pattern now sets current and in-view classes on the navigation and
the content when scrolling to hash-link targets.
@thet thet force-pushed the scrum-1106--scrollspy branch from b822072 to fb8eb82 Compare April 17, 2023 10:43
@thet thet marked this pull request as ready for review April 17, 2023 10:45
@thet thet merged commit 3cf86cc into master Apr 17, 2023
@thet thet deleted the scrum-1106--scrollspy branch April 17, 2023 10:45
@thet thet mentioned this pull request May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant