Releases: rayriffy/rayriffy-h
Releases · rayriffy/rayriffy-h
Riffy H 4.2.0
What's new?
- Now you can go back trough history which tracks last 15 gallery you just viewed.
Improvements
- Reduce amount of DOM and styling time.
Riffy H 4.1.1
Fixes
- Gatsby SSR hydration glitch
- Disable preact (again) this is because I have to use it for React fast refresh. I will turn it on again when find solution to this.
Riffy H 4.1.0
What's new?
- Re-enable Preact
Fixes
- Storeon server-side rendering method
- Linting errors
Deprecation
- Prefetch data from Gist
Update
- Dependencies update as usual
Riffy H 4.0.0
New Features
- Home page had been changed to show listing from nhentai.
- Old listing can be located in Listing page.
Improvements
- Interface has completely changed for better navigation on both desktop and mobile.
- Styling strategy changed from CSS-in-JS to CSS by using Tailwind CSS which dramatically improve JavaScript parsing time.
- Search function can now search for both listing and nhentai!
- Migration from React context to Storeon
Fixes
- Collection and settings are now sync across tabs when opening in multiple tabs.
- External gallery on collection point into internal gallery instead of external has been fixed.
Others
- Some major dependency changes
Riffy H 3.8.0
What's new?
- New monorepo structure with Nx contains all Riffy H projects all in one place
- Minor improvements regarding to monorepo structure
- Bug fixes
Riffy H 3.7.0
What's new?
- Build process in
gatsby-node
now using GraphQL to query data - API are temporary disabled
- Overall page data reduced by 20-30%
Riffy H 3.6.1
Fixes
react
andreact-dom
version resolution fallback to0.0.0-fec00a869
Improvements
- Add babel plugins for optimizing JS parsing speed
Riffy H 3.6.0
New Features
- Left-handed mode
Improvements
- Migration from
lodash
tolodash-es
for tree-shaking exports on client builds (lodash
is still being present forgatsby-node.js
but there's no side-effect on client side) - Reduce JS parsing time by destructure hooks (Twitter)
- Update experimental React
- Faster speed index by reducing item rendering per page from 20 to 15
- Migration from
axios
to native Fetch API - Reduced maximum DOM Depth
Riffy H 3.5.0
Improvements
- Change collection structure to be more easily migrated.
Fixes
- A lot
Riffy H 3.4.3
Fixes
- Toast color for error message in collection
- Deprecated API replacement in DynamicViewing