discourse/app/assets
David Taylor 525cfcbe0e
FIX: Ensure nested ember components can be used with mustache syntax (#23912)
We run the ember-this-fallback transformation on plugin and theme code so that they can continue omitting `this.` in `.hbs` templates. A bug in the implementation meant that it was incorrectly transforming things like `{{dir/some-component}}` into `<DirSomeComponent />` (rather than `<Dir::SomeComponent />`).

This commit uses patch-package to apply the fix from https://github.com/tildeio/ember-this-fallback/pull/56
2023-10-12 11:08:57 +01:00
..
images
javascripts FIX: Ensure nested ember components can be used with mustache syntax (#23912) 2023-10-12 11:08:57 +01:00
stylesheets UX: fix likes notification for multiple users on mobile (#23896) 2023-10-11 20:41:19 +05:30