Skip to content

Releases: winwiz1/crisp-react

Jamstack builds and SEO

12 Nov 23:51
Compare
Choose a tag to compare

Add Jamstack builds. Improve SEO by getting Google to index SPA including its landing/index page and all the SPA internal pages. Demonstrate indexing of all SPA pages for 3 websites: demo full stack, demo Jamstack and production site.

Complimentary CSS handling options

28 Aug 10:40
Compare
Choose a tag to compare

Migrate from TypeStyle to Emotion.
Offer three complimentary CSS handling options:

  1. Plain CSS
  2. CSS Modules
  3. CSS-in-JS

Maintenance release. Includes updates and minor fixes.

20 Jun 11:04
Compare
Choose a tag to compare

Maintenance release. Includes updates, security hardening and SSR improvements.

Upgrade to React 17 and Webpack 5

19 Dec 01:24
Compare
Choose a tag to compare

Update dependencies. Fix HTML meta tags and Docker multistaged build.

Improve Dockerfile, move to eslint

05 Sep 03:10
Compare
Choose a tag to compare

Improve Dockerfile and Express termination handler. Move from tslint to eslint. Upgrade dependencies.

Support Subresource Integrity (SRI)

20 Jun 09:38
Compare
Choose a tag to compare

Backend, client: Support SRI. Client: Better handling of unsupported IE versions. Upgrade dependencies.

SEO improvements, security enhancements and dependencies upgrade

30 May 07:25
Compare
Choose a tag to compare

Backend: Rate limiting, CSP header, dependencies upgrade, switch to the latest NodeJS LTS version.
Client: SEO improvements, dependencies upgrade, stop using brotli-webpack-plugin and html-webpack-brotli-plugin.

Support SSR

21 Mar 00:32
Compare
Choose a tag to compare

Support SSR with innovative flexibility that allows to turn it On or Off for the selected parts (e.g. SPAs) of the React application.

Maintenance release

21 Feb 23:58
Compare
Choose a tag to compare

Maintenance release. Includes updates and minor fixes.

Improve polyfill handling

08 Feb 05:52
Compare
Choose a tag to compare

Improve polyfill handling.