v0.9
This version brings features allowing to discover public links (via the news) and collections (via a new discovery page). It also fixes a lot of small details and comes, on the technical side, with a rollback system and Parcel 2 in beta .
Migration notes
(optional) You can now create topics. Topics are attached to collections in
order to categorize them. Topics are created by the administrator with the CLI:
flusio# php ./cli --request /topics/create -plabel=LABEL
New
- Provide topics for collections
- Allow users to set their points of interest
- Get news suggestions from points of interest
- Provide public collections discovery
- Allow to delete a link
Improvements
- Change default avatar
- Display if collection/link is public
- Improve the link and collection settings menus
- Add a card shadow to complete blocks of 3
- Add a light color on card:focus-within
- Add placeholder on public links without comments
- Display owner of followed collections
- Improve tips when there are no news
- Change links to close modals to buttons
- Improve
section__nav
margin on mobile - Fix wording for private collection back button
- Go to previous page from public collection
Bug fixes
- Refactor and fix "back" anchor on link pages
- Fix
<title>
for collections pages - Fix cards design
- Hide titles overflow
- Return 404 if deleting non existing collection
Misc
- Add support for rollbacks
- Update Parcel to beta-1
- Add support for serial ids in SaveHelper
- Add a test on cli usage command