This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/app/pre-initializers
David Taylor c1cdb6bc51
DEV: Replace topic-tracking-state:main with service:topic-tracking-state (#17802)
This will allow consumers to inject it using `topicTrackingState: service()` in preparation for the removal of implicit injections in Ember 4.0. `topic-tracking-state:main` is still available and will print a deprecation notice.

Ideally we would convert topic-tracking-state into a true service, rather than registering a model instance into the registry. However, inter-dependencies between service injections make this very difficult to achieve. We don't want to block Glimmer Component work, so this commit does the minimum for now.
2022-08-05 08:48:55 +08:00
..
discourse-bootstrap.js DEV: Replace site-settings:main with service:site-settings (#17734) 2022-08-01 09:43:33 +01:00
dynamic-route-builders.js FIX: Ensure category-tag filter routes are functioning (#17420) 2022-07-11 10:54:51 +01:00
inject-discourse-objects.js DEV: Replace topic-tracking-state:main with service:topic-tracking-state (#17802) 2022-08-05 08:48:55 +08:00
map-routes.js DEV: Remove isLegacyEmber (#17181) 2022-06-21 15:01:03 -05:00
sniff-capabilities.js DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
svg-sprite-fontawesome.js DEV: Replace session:main with service:session (#17765) 2022-08-02 23:55:20 +01:00
theme-errors-handler.js DEV: Replace current-user:main with service:current-user 2022-08-02 20:16:11 +01:00