discourse/app/assets/javascripts
David Taylor 4adbcf3f2a
DEV: Update before-header-panel outlet arguments (#24796)
Passing through `attrs` is problematic for a few reasons:

1. Connectors could mutate it and cause issues in the parent widget

2. It doesn't provide a clean API boundary. The connector can access all attrs of the widget. As we move towards refactoring the header away from widgets, this may change. Better to explicitly call out the things we expect plugins/themes to access

3. `attrs` is a reserved property for classic components. Passing an argument called `attrs` into a classic component raises a 'computed property override' deprecation error under Ember 3.28, and causes an error in Ember 4+.

Unfortunately this will be a breaking change to the outlet. Fortunately, it was introduced fairly recently and does not have too many users. We will make immediate updates to themes/plugins we are aware of.

Followup to 9cc2b5cc20
2023-12-08 17:02:25 +00:00
..
admin UX: Add a link from admin reports page to meta a topic (#24707) 2023-12-05 16:37:44 -07:00
bootstrap-json Build(deps-dev): Bump jsdom from 23.0.0 to 23.0.1 in /app/assets/javascripts (#24657) 2023-12-01 11:11:16 +01:00
confirm-new-email
deprecation-silencer DEV: move deprecation silencer to a shared package (#22668) 2023-07-18 19:07:20 +01:00
dialog-holder Build(deps): Bump ember-auto-import in /app/assets/javascripts (#24556) 2023-11-27 11:12:00 +01:00
discourse DEV: Update before-header-panel outlet arguments (#24796) 2023-12-08 17:02:25 +00:00
discourse-common FEATURE: Add copy link post menu button (#24709) 2023-12-08 11:45:49 +10:00
discourse-hbr Build(deps): Bump the babel group in /app/assets/javascripts with 2 updates (#24637) 2023-11-29 22:29:41 +01:00
discourse-i18n Build(deps): Bump the embroider group (#24391) 2023-11-16 12:31:25 +01:00
discourse-markdown-it DEV: Fix no-extra-boolean-cast lint (#24582) 2023-11-28 10:37:23 +01:00
discourse-plugins Build(deps): Bump the babel group in /app/assets/javascripts with 2 updates (#24637) 2023-11-29 22:29:41 +01:00
discourse-widget-hbs Build(deps): Bump the babel group in /app/assets/javascripts with 2 updates (#24637) 2023-11-29 22:29:41 +01:00
docs
ember-addons
ember-cli-progress-ci
ember-production-deprecations DEV: Only add ember-global deprecation for Ember 3 (#24667) 2023-12-01 14:50:15 +00:00
float-kit FIX: don't apply extraClassName to all popup menus (#24695) 2023-12-04 11:40:57 -06:00
locales DEV: convert I18n pseudo package into real package (discourse-i18n) (#23867) 2023-10-12 14:44:01 +01:00
patches DEV: Refactor bowerDependencies patch (#24437) 2023-11-20 13:28:02 +00:00
pretty-text Build(deps): Bump the babel group in /app/assets/javascripts with 2 updates (#24637) 2023-11-29 22:29:41 +01:00
select-kit DEV: Use category objects as values for category select kits (#24793) 2023-12-08 18:09:48 +02:00
theme-transpiler Build(deps): Bump terser from 5.25.0 to 5.26.0 in /app/assets/javascripts (#24780) 2023-12-07 23:16:14 +01:00
truth-helpers Build(deps): Bump the babel group in /app/assets/javascripts with 2 updates (#24637) 2023-11-29 22:29:41 +01:00
wizard DEV: Refactor Wizard components (#24770) 2023-12-07 16:33:38 +00:00
.licensee.json
.npmrc
handlebars-shim.js
package-ember3.json DEV: Rename files in preparation for version feature-flagging 2023-11-27 16:40:22 +00:00
package-ember5.json DEV: Introduce feature-flag for Ember 5 upgrade 2023-11-27 16:40:22 +00:00
package.json DEV: Introduce feature-flag for Ember 5 upgrade 2023-11-27 16:40:22 +00:00
polyfills.js
run-patch-package DEV: Automatically retry patch-package on failure (#23583) 2023-09-14 12:25:06 +01:00
service-worker.js.erb FIX: Ensure service-worker cache is cleaned correctly (#23204) 2023-08-23 13:58:32 +01:00
yarn-ember3.lock Build(deps): Bump terser from 5.25.0 to 5.26.0 in /app/assets/javascripts (#24780) 2023-12-07 23:16:14 +01:00
yarn-ember5.lock Build(deps): Bump terser from 5.25.0 to 5.26.0 in /app/assets/javascripts (#24780) 2023-12-07 23:16:14 +01:00
yarn.lock DEV: Introduce feature-flag for Ember 5 upgrade 2023-11-27 16:40:22 +00:00