mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-08 20:22:53 +03:00
83050d7689
closes https://github.com/TryGhost/Ghost/issues/9074 - remove unused pagination route attrs that were interfering with routing service - these were a pre-1.0 hangover from when the tags screen had infinite scroll - change `Posts` to `Stories` in the search dropdown for consistency - add general fix for `adapter returned an array for the primary data of a 'queryRecord' response` deprecations by ensuring that `normalizeResponse` in our application serializer transforms the array we get from the server into a "single" JSON-API response - this deprecation was being triggered when loading a tag route directly - fix `defaultValue` complex object deprecations raised from `Setting.unsplash` attr |
||
---|---|---|
.. | ||
application.js | ||
invite.js | ||
notification.js | ||
post.js | ||
role.js | ||
setting.js | ||
subscriber.js | ||
tag.js | ||
theme.js | ||
user.js |