github cstate/cstate v5.3-fixed-netlify-toml
cState v5.3 (with fixed Netlify configuration) – Link to Your Systems

latest releases: v5.6.1b, v5.6.1, v5.6.0b...
2 years ago

Mostly bugfixes but there's a nice added feature for the components:

  • Fixed RSS XML formatting - #228, #216
  • Additionally, RSS by default now has the correct CORS headers. You can change them manually in a headers file if you're upgrading (for example, for netlify.toml - see below) - #221
  • Fixed some style inconsistencies - #213
  • Introduced link as an optional attribute for a component/system. Link to a frontend right from cState's systems list! Thanks @aperullo for an excellent solution - see #223
  • Typo fixes, etc.

if you want to unblock cors for netlify.toml, use this:

[headers]
    for = ["/*.json", "/*.xml"]
    [headers.values] 
      Access-Control-Allow-Origin = "*"

cState has 1540 stars as of Saturday, February 12, 2022. Thanks for your support.

Don't miss a new cstate release

NewReleases is sending notifications on new releases.