Skip to content

2.1.0

Compare
Choose a tag to compare
@ShukantPal ShukantPal released this 26 Aug 09:33
· 13 commits to master since this release
7271c07

Added 🎁

  • Faster page reloads and offline storage option in the default template. A service worker was added that has a sophisticated cache and can cache the entire site on demand. Your users can enable offline storage in the settings to view documentation when they are not connected to the Internet. (#190, #191) @ShukantPal

Screen Shot 2022-08-26 at 5 31 31 AM

Screen Shot 2022-08-23 at 1 53 30 PM

The service worker will let users know if they are offline or if the cache has been updated:
Screen Shot 2022-08-25 at 6 33 45 AM

Screen Shot 2022-08-25 at 6 34 18 AM

Fixed (🐛)

  • Fixed issue with class signatures having redundant extends, implements keywords (#189) @ShukantPal