-
Notifications
You must be signed in to change notification settings - Fork 1
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
The pinned
area don't displays the correct article
#52
Comments
mheob
added a commit
that referenced
this issue
Dec 8, 2020
mheob
added a commit
that referenced
this issue
Dec 8, 2020
mheob
added a commit
that referenced
this issue
Dec 9, 2020
* fix(home): display the pinned article only if pinned is selected (#53) fixes #52 * feat(settings): add a link to write email to convention team (#54) * feat(settings): add a link to write an email to the convertion team resolves #51 * style: fix unused import of settingArray (from lgtm) * feat(article): improve general UI and UX (#56) * feat(article): increase the body text and line height a bit * fix(article): hide unneeded navigation of post slideshow * feat(article): remove DETAILS buttons and link complete preview resolves #49 * feat(home): improve the featured slider and sponsored preview (#59) * feat(article): improve the sponsored by content * feat(home): improve the content of the featured slider Move the title below the image and place the sponsored by content more prominent. resolves #43 * feat(app): add optimized app icons and splash screen (#60) resolves #41 * build: add the target as archive for iOS builds
mheob
pushed a commit
that referenced
this issue
Dec 9, 2020
# [1.1.0](v1.0.0...v1.1.0) (2020-12-09) ### Bug Fixes * **home:** display the pinned article only if pinned is selected ([#53](#53)) ([6391c83](6391c83)), closes [#52](#52) ### Features * **app:** add optimized app icons and splash screen ([#60](#60)) ([a529a50](a529a50)), closes [#41](#41) * **article:** improve general UI and UX ([#56](#56)) ([8934b7c](8934b7c)), closes [#49](#49) * **home:** improve the featured slider and sponsored preview ([#59](#59)) ([b22e434](b22e434)), closes [#43](#43) * **settings:** add a link to write email to convention team ([#54](#54)) ([280d2ab](280d2ab)), closes [#51](#51)
🎉 This issue has been resolved in version 1.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
pinned
area fetches the lastsponsored
post. But it should get the lastpinned
one.The text was updated successfully, but these errors were encountered: