Skip to content

@eyeo/snippets v1.0.0

Tamer Temizer requested to merge v1.0.0 into main

Background / User story

With this release we clean up legacy and deprecated parts of our repository.

Dependency changes

  • Name: @eyeo/snippets
  • Version: v1.0.0
  • Breaking changes
    • Removed snippets.json artifact. #7 (closed)
    • Removed simulate-event-poc snippet.

Breaking changes

Removed snippets.json

The legacy snippets.json file was the only way of shipping the snippets code for a while. However, today it is not used and replaced by the module artifacts webext/main.mjs, webext/ml.mjs and dist/isolated-first.jst. We removed snippets.json in this release, alongside all of the bundling files necessary to generate and test it.

Removed simulate-event-poc

We removed the previously deprecated simulate-event-poc snippet. All filters using simulate-event-poc should be replaced with the newer simulate-mouse-event snippet. All simulate-event-poc filters can be replaced with simulate-mouse-event like the following.

example.com#$#simulate-event-poc 'some-attribute'

example.com#$#simulate-mouse-event 'some-attribute$delay=0'

Merge request reports