Starting with 4.1.1 I am seeing a Javascript error "Can't find variable: Drupal" on line 18 of views_timeline.js
Adding core/drupal to the dependencies section of libraries.yml fixes it for me:
dependencies:
- core/drupal
- core/drupalSettings
Active
4.1
Code