Skip to content

Old code versions provided via CDN #127

@mkulmer

Description

@mkulmer

The CDN links point to old versions, at least for django-bootstrap-datepicker-plus which still points to version 5.0.2 even in v5.0.5 of the code itself. Is this intentional?

I found out because I got this warning in the console. "[Deprecation] Listener added for a 'DOMNodeInserted' mutation event..." coming from datepicker-widget.js. Looking at the local Javascript code shipped with 5.0.5, I see that it already uses the MutationObserver API, as mentioned in #115.

But {{ form.media }} still renders links to 5.0.2 code from the CDN that uses DOMNodeInserted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions