-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: carousel block renders authors like homepage articles #680
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, works nicely, and handles multiple authors 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# [1.19.0-alpha.1](v1.18.1...v1.19.0-alpha.1) (2021-01-28) ### Bug Fixes * carousel block renders authors like homepage articles ([#680](#680)) ([0b574c7](0b574c7)) * in specific posts mode, post order should match input order ([#681](#681)) ([1cfea8d](1cfea8d)) ### Features * add article class for post types ([#679](#679)) ([f493a01](f493a01))
🎉 This PR is included in version 1.19.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# [1.19.0](v1.18.1...v1.19.0) (2021-01-28) ### Bug Fixes * carousel block renders authors like homepage articles ([#680](#680)) ([0b574c7](0b574c7)) * in specific posts mode, post order should match input order ([#681](#681)) ([1cfea8d](1cfea8d)) ### Features * add article class for post types ([#679](#679)) ([f493a01](f493a01))
🎉 This PR is included in version 1.19.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
This should cause the Carousel block to render authors exactly like Homepage Posts on the front end.
Closes #456
How to test the changes in this Pull Request:
master
).master
the Posts Carousel block's author display is broken, on this branch it should be identical to Homepage Posts.Other information: