github event-catalog/eventcatalog @eventcatalog/core@4.7.10

latest releases: @eventcatalog/core@4.7.12, @eventcatalog/core@4.7.11
4 hours ago

Patch Changes

  • 6917590: Fix legacy generated documentation pills being unreadable in dark mode.

  • 3167265: fix(core): dev command crashing on Windows with regex_error(error_escape)

    The file watcher interpolated raw Windows backslash paths into its ignore
    glob, which @parcel/watcher compiles with std::regex. Depending on the
    characters in the project path (e.g. a folder starting with x produced an
    invalid \x escape), this crashed npm run dev on startup. Paths are now
    normalized to forward slashes before building the glob.

Don't miss a new eventcatalog release

NewReleases is sending notifications on new releases.