This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/tests/unit
Gerhard Schlager 1c6f8f8a36
DEV: Upgrade Markdown.it to v13.0.1 (#17099)
Updates markdown-it to v13.0.1

Noteworthy changes:
* `markdownit()` is now available on `globalThis` instead of `window`.

* The `text_collapse` rule was renamed to `fragments_join` which affected the `bbcode-inline` implementation.

* The `linkify` rule was added to the `inline` chain which affected the handling of the `[url]` BBCode. If available, our implementation reuses `link_open` and `link_close` tokens created by linkify in order to prevent duplicate links.

* The rendered HTML for code changed slightly. There's now a linebreak before the `</code>` tag. The tests were adjusted accordingly.
2022-06-20 15:25:13 +02:00
..
controllers FIX: double selecting replies (#17086) 2022-06-17 18:32:57 +02:00
ember DEV: Disallow Ember global usage (#16147) 2022-03-09 17:54:07 +01:00
lib DEV: Upgrade Markdown.it to v13.0.1 (#17099) 2022-06-20 15:25:13 +02:00
mixins DEV: Deprecate assert.not() (#15595) 2022-02-09 18:49:05 +01:00
models DEV: Make wizard an ember addon (#17027) 2022-06-17 14:50:21 +02:00
services DEV: Emit a 'change' event when PresenceChannel info changes (#17088) 2022-06-15 16:13:44 +01:00
utils DEV: Fix this.clearRender deprecation warning (#17150) 2022-06-20 15:13:42 +02:00
localization-test.js FIX: Translation overrides from fallback locale didn't work on client 2021-12-17 14:03:35 +01:00