discourse/app
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
..
assets DEV: Update before-header-panel outlet arguments (#24796) 2023-12-08 17:02:25 +00:00
controllers FIX: category selectors for lazy loaded categories (#24533) 2023-12-08 12:01:08 +02:00
helpers DEV: Simplify ember-cli proxy strategy (#24242) 2023-11-10 11:16:06 +00:00
jobs DEV: Fix various rubocop lints (#24749) 2023-12-06 23:25:00 +01:00
mailers FIX: Add higher read & open timeouts for group SMTP emails (#24593) 2023-11-28 15:32:59 +10:00
models FIX: category selectors for lazy loaded categories (#24533) 2023-12-08 12:01:08 +02:00
serializers FIX: category selectors for lazy loaded categories (#24533) 2023-12-08 12:01:08 +02:00
services DEV: Fix various rubocop lints (#24749) 2023-12-06 23:25:00 +01:00
views FIX: Account activation under ember-5 build (#24722) 2023-12-05 17:49:40 +00:00