Rayriffy H Versions Save

The missing piece of nhentai (Now powered by Bun)

v4.1.1

3 years ago

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.

v4.1.0

3 years ago

What's new?

  • Re-enable Preact

Fixes

  • Storeon server-side rendering method
  • Linting errors

Deprecation

  • Prefetch data from Gist

Update

  • Dependencies update as usual

v4.0.0

3 years ago

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

v3.8.0

4 years ago

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

v3.7.0

4 years ago

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%

v3.6.1

4 years ago

Fixes

  • react and react-dom version resolution fallback to 0.0.0-fec00a869

Improvements

  • Add babel plugins for optimizing JS parsing speed

v3.6.0

4 years ago

New Features

  • Left-handed mode

Improvements

  • Migration from lodash to lodash-es for tree-shaking exports on client builds (lodash is still being present for gatsby-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

v3.5.0

4 years ago

Improvements

  • Change collection structure to be more easily migrated.

Fixes

  • A lot

v3.4.3

4 years ago

Fixes

  • Toast color for error message in collection
  • Deprecated API replacement in DynamicViewing

v3.4.2

4 years ago

Fixes

  • Build failures due to type conflict