Releases: Byloth/website
Releases · Byloth/website
v5.1.1
Patch release
- Now the daily message changes every time you reload the page.
- Updated the dependencies.
v5.1.0
Minor release
Closed the v5.1.0 Milestone.
- Merged together some Components.
- Fixed a bug on opening of multiple dialogs.
v5.0.10
Patch release
- Finally implemented a complete-working compact timeline without all those stupid spaces on the other side of the posts.
- Merged together some duplicated components.
- Fixed the layout on the error page.
- Updated the dependencies.
v5.0.9
Patch release
Actually, not so "minor"...
It almost closes the v5.1.0 Milestone.
- Created a app-wide Message Bus.
Now you can show messages with different priority using AlertDialog
, BannerDialog
and SnackbarDialog
.
- Written a global catcher and handler for errors.
- Implemented an auto-detector for website updates.
Now, every time the website is updated, all returning visitors will be prompted to refresh the page once the new code base is loaded.
- Fixed various graphics issues.
- Reviewed some logics.
- Enhanced loading performances.
- Updated dependencies.
v5.0.8
Patch release
- Enhance Google Analytics support.
- Fixed some graphical problems.
- Updated dependencies.
v5.0.7
Patch release
- Changed the style for the
TimelineItem
.
- Added support for posts with
excerpt
content.
- Created a new
/posts/<slug>
paths class to display an entire single post.
- Improved the
send-message
API.
- Updated dependencies.
v5.0.6
Patch release
- Configured build to compile also modern JS files (ES Modules).
- Added
prefetch
configuration for Google Fonts styles.
v5.0.5
Patch release
- Minor fixes.
- Updated dependencies.
v5.0.4
Patch release
- Disabled components autodiscover functionality.
- Updated dependencies.