discourse/app
David Taylor 7f9c2c0bfb
DEV: Remove vendored babel and update config for plugins/themes (#17832)
The new plugin list is based on the ones currently used in our ember-cli pipeline, and are based on our official browser support policy.

This commit includes an update to the raw-handlebars compiler to remove the 'very hacky but lets us use ES6' code. It's  served us well for the last 6 years, but the babel config changes broke it (`const` -> `let`). This commit takes the opportunity to refactor it to take a similar approach to PrettyText, by leaning on `mini-loader.js`.
2022-08-09 11:53:24 +01:00
..
assets DEV: Remove vendored babel and update config for plugins/themes (#17832) 2022-08-09 11:53:24 +01:00
controllers DEV: Add bookmarks tab to the new user menu (#17814) 2022-08-08 17:24:04 +03:00
helpers FIX: bots could generate errors when slug generation method is encoded (#17224) 2022-07-29 16:27:52 +10:00
jobs DEV: Combine all header notification bubbles into one in the new user menu (#17718) 2022-08-03 08:57:59 +03:00
mailers FEATURE: Custom unsubscribe options (#17090) 2022-06-21 15:49:47 -03:00
models DEV: Add bookmarks tab to the new user menu (#17814) 2022-08-08 17:24:04 +03:00
serializers DEV: Add bookmarks tab to the new user menu (#17814) 2022-08-08 17:24:04 +03:00
services FIX: Make word watcher work with nil strings (#17830) 2022-08-08 16:34:51 -03:00
views UX: update register admin wizard page styles (#17785) 2022-08-03 21:49:21 -04:00