Ghost/ghost/admin/app/components/settings/history
Kevin Ansfield 63b1e4e8ad
Resolved power-select related deprecation warnings for loading components by string (#15466)
no issue

- in many places we were passing a string as an argument to a `<PowerSelect>` related component that referred to a component name, that was throwing deprecation warnings because those strings were used dynamically with `{{component}}` later on which isn't statically analyzable
- switched to passing a component explicitly with `{{component}}`
- https://github.com/embroider-build/embroider/blob/main/REPLACING-COMPONENT-HELPER.md#when-youre-passing-a-component-to-someone-else
2022-09-24 17:00:05 +02:00
..
event-filter.hbs Renamed Audit Log to History 2022-09-06 11:49:29 +01:00
event-filter.js Renamed Audit Log to History 2022-09-06 11:49:29 +01:00
no-events.hbs Renamed Audit Log to History 2022-09-06 11:49:29 +01:00
search-trigger.hbs Renamed Audit Log to History 2022-09-06 11:49:29 +01:00
search.hbs Resolved power-select related deprecation warnings for loading components by string (#15466) 2022-09-24 17:00:05 +02:00
search.js Renamed Audit Log to History 2022-09-06 11:49:29 +01:00
table.hbs Added pipe into History log date formatting 2022-09-21 19:57:39 +01:00