Skip to content

Releases: rayriffy/rayriffy-h

Riffy H 4.2.0

04 Jun 12:06
953c16e
Compare
Choose a tag to compare

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

30 May 08:14
c655095
Compare
Choose a tag to compare

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

29 May 13:18
80b01df
Compare
Choose a tag to compare

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

27 May 20:41
d35ddaa
Compare
Choose a tag to compare

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

17 Apr 13:06
df5fef9
Compare
Choose a tag to compare

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

05 Mar 15:42
8f77683
Compare
Choose a tag to compare

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

19 Feb 19:16
3594bdf
Compare
Choose a tag to compare

Fixes

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

Improvements

  • Add babel plugins for optimizing JS parsing speed

Riffy H 3.6.0

15 Feb 20:27
e86fc8d
Compare
Choose a tag to compare

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

Riffy H 3.5.0

23 Dec 16:07
e60fcf5
Compare
Choose a tag to compare

Improvements

  • Change collection structure to be more easily migrated.

Fixes

  • A lot

Riffy H 3.4.3

12 Dec 18:23
1796fb7
Compare
Choose a tag to compare

Fixes

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