discourse/app/assets/javascripts/pretty-text
Jarek Radosz fe588cc7f8
DEV: Fix function prototype deprecations (#8681)
* DEV: Fix the function prototype observers deprecation

DEPRECATION: Function prototype extensions have been deprecated, please migrate from function(){}.observes('foo') to observer('foo', function() {}). [deprecation id: function-prototype-extensions.observes] See https://deprecations.emberjs.com/v3.x/#toc_function-prototype-extensions-observes for more details.

* DEV: Fix the function prototype event listeners deprecation

DEPRECATION: Function prototype extensions have been deprecated, please migrate from function(){}.on('foo') to on('foo', function() {}). [deprecation id: function-prototype-extensions.on] See https://deprecations.emberjs.com/v3.x/#toc_function-prototype-extensions-on for more details.

* DEV: Simplify `default as` imports

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2020-01-16 18:56:53 +01:00
..
context FIX: Composer preview not caching inline onebox. 2019-06-11 09:14:53 +08:00
emoji UX: Better emoji escaping for topic title (#7218) 2019-03-21 09:11:33 +01:00
engines DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
censored-words.js.es6 FIX: Various watched words improvements 2019-08-02 15:29:12 +01:00
emoji.js.es6 FIX: Respect enable_inline_emoji_translation setting in titles 2019-12-03 20:39:11 +01:00
guid.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
inline-oneboxer.js.es6 FIX: Composer preview not caching inline onebox. 2019-06-11 09:14:53 +08:00
oneboxer-cache.js.es6 DEV: Remove pretty_text import hack & still work server-side (#8266) 2019-10-31 11:54:46 -05:00
oneboxer.js.es6 FIX: oneboxer.js infinitely retrying failed requests (#8414) 2019-11-26 15:49:58 +10:00
pretty-text.js.es6 FIX: Various watched words improvements 2019-08-02 15:29:12 +01:00
sanitizer.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
upload-short-url.js.es6 DEV: Extend plugin API for uploads (#8440) 2019-12-09 16:20:03 +02:00
white-lister.js.es6 DEV: Extend plugin API for uploads (#8440) 2019-12-09 16:20:03 +02:00
xss.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00