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

latest releases: @eventcatalog/core@3.14.6, @eventcatalog/language-server@0.2.2
6 hours ago

@eventcatalog/core

3.12.6-beta.0

Patch Changes

  • Monorepo migration: Moved EventCatalog core to packages/core and fixed content path resolution for monorepo structure. Uses relative paths when CATALOG_DIR is set, maintaining backward compatibility with standalone installations.

3.12.6

Patch Changes

  • c8c2330: verify required config fields before copying core to prevent Vite restart race conditions

3.12.5

Patch Changes

  • 6bd6369: Remove unused dependencies: @eventcatalog/generator-ai, @tanstack/react-query, date-fns, rehype-raw, tw-animate-css, @playwright/test

3.12.4

Patch Changes

  • bc85255: configure esbuild jsx automatic mode in vite optimizeDeps
  • daab80f: upgrade axios from 1.7.7 to 1.13.5

3.12.3

Patch Changes

  • 4287f97: Upgrade astro dependency from 5.16.16 to 5.17.1
  • 31a0efe: update dependencies: @modelcontextprotocol/sdk, diff2html, and jsonpath
  • 94f3b93: fix(core): resolve PlantUML rendering race condition

3.12.2

Patch Changes

  • 404ca30: Downgrade react-syntax-highlighter to v15.6.6 for CJS/ESM compatibility and override prismjs to >=1.30.0 to fix CVE-2024-53382

3.12.1

Patch Changes

  • f2255d9: feat(core): added support for clickable folder navigation in custom documentation when index files exist
  • ff678ea: Fix MCP server to support AI SDK tool() helper inputSchema property

3.12.0

Minor Changes

  • 265ec79: Add focus mode to visualizer for exploring node connections
    • Click any node in the visualizer to open a focus mode modal
    • Shows clicked node in center with incoming connections on left, outgoing on right
    • Click connected nodes to switch focus with smooth slide animation
    • Displays placeholder message when no inputs/outputs exist
    • Includes documentation link and switch actions for each node
    • Features zoom controls and edge hover animations
    • Disabled for flow and entity visualizers

Patch Changes

  • 2c300de: Add transition:persist to Header and Footer to prevent asset re-requests during View Transitions navigation

3.11.0

Minor Changes

  • 11e34d4: feat: add visualizer layout persistence in dev mode (#2035)

    Add ability to save and restore custom node positions in the visualizer during development. Layouts are saved to _data/visualizer-layouts/ and can be committed to git for team sharing. Dev-only feature with UI indicators for layout changes and save/reset options in the visualizer dropdown menu.

Patch Changes

  • 11e34d4: Add config option to disable /api/catalog endpoint during static builds to reduce memory usage for large catalogs (fixes #2050)

3.10.2

Patch Changes

  • 11963f0: Add config option to disable /api/catalog endpoint during static builds to reduce memory usage for large catalogs (fixes #2050)

3.10.1

Patch Changes

  • caea0ec: Update diff package from v7 to v8.0.3
  • 6dd86e3: chore(core): updated astro
  • 9e758f6: update hono dependency from 4.11.4 to 4.11.7

3.10.0

Minor Changes

  • 3c573c4: Add resource counting to build telemetry (events, services, domains, etc.)

3.9.1

Patch Changes

  • 9d0042b: Add configurable maxTextSize for mermaid diagrams to allow rendering larger diagrams

3.9.0

Minor Changes

  • 0c69558: Add mermaid export support for NodeGraph visualizations with view mode switching and shareable URLs

Patch Changes

  • 8f92272: Fix containers collection glob pattern to support nested directories

3.8.2

Patch Changes

  • dcdebdc: fix(core): fixed issue with custom docs on windows

3.8.1

Patch Changes

  • 732d7f6: Fix type errors in data product builder test file by adding proper type casting and missing required fields
  • 732d7f6: fix(sidebar): resolve typescript type errors in data product builder tests

3.8.0

Minor Changes

  • 05f0e2e: feat(core): added Data Products collection support

3.7.2

Patch Changes

  • d1bb4db: Extract shared specification processing utilities to reduce code duplication

3.7.1

Patch Changes

  • be0ba03: fix(schema-viewer): add support for oneOf and anyOf JSON Schema keywords

    • Add handling for anyOf in processSchema function (was missing entirely)
    • Fix oneOf rendering to show selected variant's properties instead of merged properties
    • Add variant selector UI for nested oneOf/anyOf within properties
    • Add support for oneOf/anyOf in array items
    • Show variant type indicator ("anyOf" or "oneOf") in property type display

    Fixes #1965

  • 141a126: chore(core): updated astro versions

3.7.0

Minor Changes

  • 4cbd86f: Add sends and receives properties to domains, allowing domains to directly document event flows without requiring services as intermediaries

3.6.2

Patch Changes

  • d4d09e8: Fix type errors in ResourceRef and SearchModal components, add type check script
  • 66d5769: Default to teams page in directory navigation when no users are defined

3.6.1

Patch Changes

  • 971adf4: chore(core): bumped hono version up
  • cbf9071: fix sidebar favorites removal for deleted nodes and add theme support to plans and custom docs pages
  • e6b54fb: Add inline resource references with wiki-style syntax and hover tooltips. Use [[type|ResourceName]] syntax to create interactive links that display resource details on hover.

3.6.0

Minor Changes

  • ac114f0: Add new Discover page with enhanced table filtering and tabbed navigation for browsing catalog resources

Patch Changes

  • 6d7dff5: fix(sidebar): reduce build size with node references and static json api

3.5.2

Patch Changes

  • caaf899: Fix visualizer showing incorrect "subscribed by" edge when producer references non-existent channel version

3.5.1

Patch Changes

  • 3177b34: Fix Avro schema file downloads in context menu by using actual schema filename from schemaPath instead of hardcoded 'schema.json'

3.5.0

Minor Changes

  • 672bcd8: Fixed duplicate search results in sidebar by filtering out unversioned node keys. Added grouping of search results by type with alphabetical sorting. Extracted shared getBadgeClasses utility for consistent theming using CSS variables. Added missing Channel type to filter mapping.

Patch Changes

  • d3ce092: Fixed search results not respecting base path and trailing slash configuration. Search result URLs now correctly include the configured base path and trailing slash settings.

3.4.2

Patch Changes

  • be85edd: Fix React Rules of Hooks violation in NestedSideBar by moving isFavorited hook before early returns

3.4.1

Patch Changes

  • c1a349f: feat(core): add interactive controls to mermaid and plantuml

3.4.0

Minor Changes

  • 5162696: feat(core): add mcp server and shared catalog tools

3.3.1

Patch Changes

  • 1bd23c3: fix(core): fixed schema explorer in srr mode on start

3.3.0

Minor Changes

  • a4645bf: feat(core): added new resource type diagrams

3.2.2

Patch Changes

  • d1b2172: fix(core): changelog theme styles

3.2.1

Patch Changes

  • c8e2c5c: feat(core): added support for icepanel diagrams

3.2.0

Minor Changes

  • 31c0bfe: feat(core): added ability to add custom tools to AI assistant

3.1.0

Minor Changes

  • c518cf3: core(feat): added support for dark mode and custom themes

3.0.0

Major Changes

  • 1d1111d: feat(core): eventcatalog-v3 release
  • bf6fe18: chore(core): release of v3

Patch Changes

  • 786db2d: chore(core): added icons to spec files in sidebar
  • f49aade: feat(core): updated architecture overview pages
  • 80399f5: chore(core): updated ubi lang styles
  • 6c33b1f: feat(core): visualizer now has presentation mode
  • d1e0979: feat(core): updated chat features
  • c5592f1: fix(core): fixed issue embedding pages on build
  • 39fbd2f: feat(core): added support for titles on admonitions
  • 5525414: chore(core): removed md to mdx checks
  • 8db71c9: fix(core): fixed issue embedding pages on build
  • 507d14d: fix(core): fixed deployment of example catalogs on releases
  • 341279e: fix(core): fixed issue embedding pages on build
  • 713c535: chore(core): updated logger for the ecstudio watcher
  • de19451: feat(core): simplified eventcatalog chat
  • c43115d: feat(core): added channel support in nav and search
  • 8ed1960: chore(core): removed unused icons on domain grid
  • 17c1abc: chore(core): updated tables styles
  • 0bc73d3: chore(core): auth is now more explict opt in
  • f7ef380: feat(fix): fixed search throughout the application
  • 35f760b: chore(core): updated styles for v3
  • 1a0bc7d: chore(core): removed some redundant files
  • 9ec4525: chore(core): refactored features into astro custom integrations
  • 2a32d7c: chore(core): added empty state to nested sidebar
  • fcd3e9c: chore(core): removed some redundant files
  • ddc8af5: fix(core): fixed issues with nested sidebar state
  • dfce0b7: chore(core): llms-txt is now enabled by default
  • 4a17954: chore(core): updated sidebar styles
  • 1cc63fa: chore(core): added v3 beta message update
  • 7b1311b: chore(core): updated packages
  • 8ca5436: chore(core): fixing circular dep in JS
  • 57d1496: chore(core): auth is now more explict opt in
  • b8730a9: fix(core): mdx pages are added to teams and users
  • 5a7f45b: chore(core): updated the schema explorer UI
  • 08f0c81: chore(core): updated cli logger
  • dac4dc5: feat(core): updated homepage styles
  • aff2f92: fix(core): removed duplicated edge labels
  • cd713b8: feat(core): updated default homepage
  • 5b4095e: fix(core): fixed accessibility issues
  • c0372e5: feat(core): embedding visualizer can be embedded with animations
  • 525c809: chore(core): updated react-syntax-highlighter
  • c270a98: fix(core): problems with asyncapi loading in the DOM

3.0.0-beta.28

Patch Changes

  • dfce0b7: chore(core): llms-txt is now enabled by default

3.0.0-beta.27

Patch Changes

  • f49aade: feat(core): updated architecture overview pages

3.0.0-beta.26

Patch Changes

  • 80399f5: chore(core): updated ubi lang styles
  • 5525414: chore(core): removed md to mdx checks
  • 17c1abc: chore(core): updated tables styles
  • 4a17954: chore(core): updated sidebar styles
  • 5a7f45b: chore(core): updated the schema explorer UI
  • cd713b8: feat(core): updated default homepage

3.0.0-beta.25

Patch Changes

  • f7ef380: feat(fix): fixed search throughout the application

3.0.0-beta.24

Patch Changes

  • d1e0979: feat(core): updated chat features

3.0.0-beta.23

Patch Changes

  • aff2f92: fix(core): removed duplicated edge labels

3.0.0-beta.22

Patch Changes

  • fcd3e9c: chore(core): removed some redundant files

3.0.0-beta.21

Patch Changes

  • 1a0bc7d: chore(core): removed some redundant files

3.0.0-beta.20

Patch Changes

  • 9ec4525: chore(core): refactored features into astro custom integrations

3.0.0-beta.19

Patch Changes

  • de19451: feat(core): simplified eventcatalog chat
  • 7b1311b: chore(core): updated packages

3.0.0-beta.18

Patch Changes

  • 1cc63fa: chore(core): added v3 beta message update

3.0.0-beta.17

Patch Changes

  • c0372e5: feat(core): embedding visualizer can be embedded with animations

3.0.0-beta.16

Patch Changes

  • 786db2d: chore(core): added icons to spec files in sidebar

3.0.0-beta.15

Patch Changes

  • 5b4095e: fix(core): fixed accessibility issues

3.0.0-beta.14

Patch Changes

  • 57d1496: chore(core): auth is now more explict opt in
  • c270a98: fix(core): problems with asyncapi loading in the DOM

3.0.0-beta.13

Patch Changes

  • 0bc73d3: chore(core): auth is now more explict opt in
  • b8730a9: fix(core): mdx pages are added to teams and users

3.0.0-beta.12

Patch Changes

  • 8ed1960: chore(core): removed unused icons on domain grid

3.0.0-beta.11

Patch Changes

  • 39fbd2f: feat(core): added support for titles on admonitions
  • dac4dc5: feat(core): updated homepage styles

3.0.0-beta.10

Patch Changes

  • c5592f1: fix(core): fixed issue embedding pages on build

3.0.0-beta.9

Patch Changes

  • 8db71c9: fix(core): fixed issue embedding pages on build

3.0.0-beta.8

Patch Changes

  • 507d14d: fix(core): fixed deployment of example catalogs on releases

3.0.0-beta.7

Patch Changes

  • 341279e: fix(core): fixed issue embedding pages on build

3.0.0-beta.6

Patch Changes

  • 713c535: chore(core): updated logger for the ecstudio watcher
  • 2a32d7c: chore(core): added empty state to nested sidebar

3.0.0-beta.5

Patch Changes

  • 525c809: chore(core): updated react-syntax-highlighter

3.0.0-beta.4

Patch Changes

  • c43115d: feat(core): added channel support in nav and search

3.0.0-beta.3

Patch Changes

  • 08f0c81: chore(core): updated cli logger

3.0.0-beta.2

Patch Changes

  • 6c33b1f: feat(core): visualizer now has presentation mode

3.0.0-beta.1

Patch Changes

  • 35f760b: chore(core): updated styles for v3
  • ddc8af5: fix(core): fixed issues with nested sidebar state
  • 8ca5436: chore(core): fixing circular dep in JS

3.0.0-beta.0

Major Changes

  • 1d1111d: feat(core): eventcatalog-v3 release

2.65.1

Patch Changes

  • fa47d1e: feat(core): added ability for defult homepage and turn visualizer off

2.65.0

Minor Changes

  • 0392e72: fix(core): fixed bug for missing adapter on static sites
  • 1bf9a0f: feat(core): added new channel 2.0
  • 9d8e419: fix(core): fixed a bug with avro schema viewer layout
  • 81033b8: feat(core): refactored channel configuration for eventcataog

Patch Changes

  • 544f480: fix(plugin): fix versions of asyncapi plugin
  • 41f3637: fix(core): fixed a bug with avro schema viewer and union options
  • 682c149: feat(core): added ability to get latest schema in the schema api
  • a3e8bfe: chore(core): updated astro versions
  • 38958d2: chore(core): updated glob version of package
  • c5ec61b: fix(core): fixed minor issues with new channel updates

2.65.0-beta.5

Patch Changes

  • c5ec61b: fix(core): fixed minor issues with new channel updates

2.65.0-beta.4

Patch Changes

  • 544f480: fix(plugin): fix versions of asyncapi plugin

2.65.0-beta.3

Patch Changes

  • 682c149: feat(core): added ability to get latest schema in the schema api
  • 38958d2: chore(core): updated glob version of package

2.65.0-beta.2

Minor Changes

  • 9d8e419: fix(core): fixed a bug with avro schema viewer layout

Patch Changes

  • 41f3637: fix(core): fixed a bug with avro schema viewer and union options
  • a3e8bfe: chore(core): updated astro versions

2.65.0-beta.1

Minor Changes

  • 0392e72: fix(core): fixed bug for missing adapter on static sites

2.65.0-beta.0

Minor Changes

  • 81033b8: feat(core): refactored channel configuration for eventcataog

2.64.4

Patch Changes

  • ac4cf00: fix(core): Schemaviewer required flags for Avro schemas now working

2.64.3

Patch Changes

  • c0d466e: chore(core): removed unsed dependency

2.64.2

Patch Changes

  • c48484f: fix(core): fixed issue fetching specifications on ssr mode for pages
  • c009458: chore(core): updated astro versions

2.64.1

Patch Changes

  • ca1478d: feat(core): avro schema viewer now shows required fields

2.64.0

Minor Changes

  • 4235eb3: feat(core): added schema registry page
  • f37fbad: feat(core): added schemas.txt and also schema API

Patch Changes

  • 5d40372: chore(core): allowed allowed host configuration for server

2.63.0

Minor Changes

  • 465d8b8: feat(core): added configuration for eventcatalog tables

2.62.1

Patch Changes

  • 750c983: fix(core): https proxy added for license server

2.62.0

Minor Changes

  • 7b62734: fix(core): public paths to download schemas fixed

Patch Changes

  • 7b62734: fix(core): fixed an issue when downloading schemas with foldername and id mismatches

2.61.9

Patch Changes

  • 1b7b6b1: chore(core): eventcatalog no longer compresses static output by default

2.61.8

Patch Changes

  • 77c109a: feat(core): added ability to hide orphaned messages

2.61.7

Patch Changes

  • ba3d4cc: fix(core): users can now hide studio on the sidebar

2.61.6

Patch Changes

  • 57a1f3f: fix(core): resource versions can be strings or numbers
  • 3c1e854: fix(core): replaced commonjs imports for tailwind
  • cfb08cf: chore(core): catalog api is enabled by default

2.61.5

Patch Changes

  • 44ae131: feat(core): mermaid diagrams now support ELK layout

2.61.4

Patch Changes

  • a8c060a: feat(core): users can now load all resources into studio

2.61.3

Patch Changes

  • f3817eb: fix(core): fixed issue with broken sidebar

2.61.2

Patch Changes

  • 788b4f4: feat(core): added support for remote spec files

2.61.1

Patch Changes

  • fa838a6: chore(core): updated astro to 5.14.1
  • 02d4217: chore(core): simplify eventcatalog chat

2.61.0

Minor Changes

  • e32da88: chore(core): simplify eventcatalog chat

2.60.0

Minor Changes

  • df59049: feat(core): services are now nested in domains for the sidebar

2.59.1

Patch Changes

  • aff5ad1: fix(core): fixed changelogs for data stores

2.59.0

Minor Changes

  • 1901c50: feat(core): added database containers as a resource type

2.58.2

Patch Changes

  • 4d30128: fix(core): fixed code styling issues

2.58.1

Patch Changes

  • dbdd4d7: fix(core): fixed small type issue with astro

2.58.0

Minor Changes

  • 3ed761b: feat(core): added support for graphql specs in EventCatalog

2.57.2

Patch Changes

  • ed05f34: chore(core): fixing vite issues using eventcataog with pnpm
  • 1a2ddca: feat(core): added ability to add attachments to all resources

2.57.1

Patch Changes

  • def4aaf: chore(core): updated visualizer version

2.57.0

Minor Changes

  • 99c2474: feat(core): added ability to open visualizer into studio

2.56.4

Patch Changes

  • 068cdf6: feat(core): added new mermaid file loader component

2.56.3

Patch Changes

  • d5299f2: chore(core): updated astro version
  • e378fc7: fix(core): fix copy button for trialing slash catalogs

2.56.2

Patch Changes

  • 2509425: feat(core): added ability to mofidy the service label in the sidebar

2.56.1

Patch Changes

  • 551a687: chore(core): updated astro versions

2.56.0

Minor Changes

  • fad3998: feat(core): added support for offline license checks

Patch Changes

  • 9877fcb: chore(core): updated astro versions

2.55.6

Patch Changes

  • 290d4d1: fix(core): SchemaViewer now display constant values
  • b0928a8: fix(core): enums and items now shown on entity properties map
  • 821fdd0: fix(core): fixed actor details now showing in visualizer

2.55.5

Patch Changes

  • 1c9a4bb: fix(core): fixed architecture page for filtered messages with services

2.55.4

Patch Changes

  • ba5b02a: feat(core): added ability to switch column layout for architecture pages

2.55.3

Patch Changes

  • 362933f: fix(core): reduced the pagesize of the architecture/messages page

2.55.2

Patch Changes

  • bf83b89: fix(core): fixed schemaviewer for array rooted schemas

2.55.1

Patch Changes

  • e77e6fc: feat(viualizer): added support for webrtc in channels

2.55.0

Minor Changes

  • 5ba7868: feat(core): updated visualizer and setup for designs
    • Visualizer now pulls information from @eventcatalog/visualizer package
    • Project now supports .ecstudio files (For EventCatalog Studio)
    • Project now supports Designs as a Resource type (EventCatalog Studio)

Patch Changes

  • 4f4a911: chore(core): architecture pages now single column
  • b3e5636: feat(core): added support for avsc files in diffs
  • b3dfb93: fix(core): added data nodes from studio into eventcatalog
  • 68cbd22: feat(core): fixed type checks in build

2.54.8

Patch Changes

  • f3f8f5d: fix(core): fixed issue with pagefind when users have trailingslash configured

2.54.7

Patch Changes

  • 7a2cd70: fix(core): schema viewer now renders in the correct location
  • cbc8d2b: fix(core): fixed custom docs layout issues

2.54.6

Patch Changes

  • 6f2f4f9: fix(core): pagefind now includes the base config param

2.54.5

Patch Changes

  • 8c87054: Fix cross-platform path resolution for OpenAPI specs and schemas

    Addresses issues #1652 and #1644 by improving the path resolution logic in the resolveProjectPath function with full cross-platform compatibility. This fix ensures that paths starting with ../ are resolved correctly on Windows, macOS, and Linux systems.

    Key improvements:

    • Normalizes path separators (/ and \) for cross-platform compatibility
    • Prevents ../ paths from incorrectly resolving outside the project directory
    • Fixes OpenAPI specifications and schemas failing to load after version 2.54.4
    • Maintains security boundaries while ensuring functionality across all operating systems

    This resolves the root cause that wasn't fully addressed in version 2.54.4, ensuring that both OpenAPI specifications and AsyncAPI specifications render correctly across all platforms.

2.54.4

Patch Changes

  • 2d563c9: fix(core): resolve SchemaViewer path resolution for relative paths

    Fixes SchemaViewer components failing to load schema files with paths starting with "../". The issue was caused by inconsistent path resolution logic in SchemaViewerRoot.astro.

    • Added resolveProjectPath function to handle "../" paths correctly
    • Updated getAbsoluteFilePathForAstroFile to use the new path resolution logic
    • SchemaViewerRoot.astro now uses resolveProjectPath for consistent path handling

2.54.3

Patch Changes

  • 3f99807: chore(core): updated astro
  • 898e53f: fix(core): entities now render in services pages

2.54.2

Patch Changes

  • 6b1b554: fix(core): search no longer loads every result on load

2.54.1

Patch Changes

  • 44ac76f: fix(core): fixed pagefind output directory on build
  • cba92ab: fix(core): fixed entity spelling on search modal

2.54.0

Minor Changes

  • 3944204: feat(core): update search to custom pagefind solution

2.53.1

Patch Changes

  • f811fb0: fix(core): fixed issue with scrolling on docs and nodegraphs

2.53.0

Minor Changes

  • c4074d0: feat(core): added ability to customize detail panels on all pages

2.52.0

Minor Changes

  • 6c7433e: feat(core): added ability to fetch schemas from a remote url

2.51.1

Patch Changes

  • 2622135: feat:(core): added ability to restrict which entities are shown on the EntityMap component

2.51.0

Minor Changes

  • 560c3a8: feat(core): updated ubiquitous language page, now renders subdomains …

2.50.3

Patch Changes

  • a14c3e8: feat(core): added customization (props) to nodegraphs and flow compon…
  • 34d6bfa: fix(core): mermaid and plantuml now render in accordian

2.50.2

Patch Changes

  • 498b9e4: feat(core): dropdown cta for all resource pages are now shown by default

2.50.1

Patch Changes

  • 7f6da53: fix(core): fixed issue loading files in SSR mode

2.50.0

Minor Changes

  • fff1249: fix(core): fixed issue loading files in SSR mode

2.49.5

Patch Changes

  • 789a248: fix(core): fixed domain language explorer in SSR mode

2.49.4

Patch Changes

  • f9d22d8: feat(core): added edit links into resource pages

2.49.3

Patch Changes

  • 7130716: fix(core): no longer compress css

2.49.2

Patch Changes

  • 8b0ae38: fix(core): fixed broken sidebar styles on list view settings

2.49.1

Patch Changes

  • 9e0b525: feat(core): compressing build is now optional (again)

2.49.0

Minor Changes

  • 48de32d: feat(core): added domain entity map visualizer pages

2.48.5

Patch Changes

  • ab83e48: feat(core): compressing build is now optional

2.48.4

Patch Changes

  • 99a34cf: feat(core): added draft support for resources

2.48.3

Patch Changes

  • cf4f246: feat(core): added draft support for resources

2.48.2

Patch Changes

  • f0d88aa: feat(core): added environments switcher

2.48.1

Patch Changes

  • b77aa3b: fix(core): fixed list view sidebar scrolling to resources
  • 49f794e: feat(core): added support for MDX snippets

2.48.0

Minor Changes

  • 49d8395: feat(core): added support for MDX snippets

Patch Changes

  • a35c5b2: feat(core): sidebar now has collapse buttons

2.47.1

Patch Changes

  • c7f7ca1: chore(core): updated width of services in architecture page

2.47.0

Minor Changes

  • 66edd2e: chore(core): refactor sidebar to reduce page weights

2.46.0

Minor Changes

  • 9ad51a1: feat(core): added support for plantuml code blocks

2.45.3

Patch Changes

  • d9b144e: feat(core): added ability to link to headings

2.45.2

Patch Changes

  • 79ec914: feat(core): added search and expand features to schema viewer

2.45.1

Patch Changes

  • 59d3275: chore(core): renamed new domain feature

2.45.0

Minor Changes

  • 537281e: feat(core): added domain integration visualizer

2.44.5

Patch Changes

  • 125f14d: fix(core): fixing type errors

2.44.4

Patch Changes

  • 3247596: feat(core): added node walkthroughs for flows
  • 5a27960: feat(core): improved search, now searched by name and id

2.44.3

Patch Changes

  • 46600ff: fix(core): fix for schema viewer

2.44.2

Patch Changes

  • c42518e: fix(core): fixed path matching for middleware
  • d4fd84a: fix(core): removed redundant error log

2.44.1

Patch Changes

  • 885bd94: feat(core): added search on visualizer

2.44.0

Minor Changes

  • e0d3efe: chore(core): added auth middleware for rbac

2.43.5

Patch Changes

  • e09594b: chore(core): updated astro versions

2.43.4

Patch Changes

  • a070530: chore(core): added feature logs

2.43.3

Patch Changes

  • c70e610: feat(core): added google authentication options

2.43.2

Patch Changes

  • 1bc6ee4: feat(core): added entra to auth providers

2.43.1

Patch Changes

  • 0dbdeae: feat(core): added auth0 to list of providers for auth

2.43.0

Minor Changes

  • 1b6c725: feat(core): added authentication and SSR options

2.42.10

Patch Changes

  • 3b5138c: fix(core): services and domains visualizers now read the channel type

2.42.9

Patch Changes

  • 6522f76: chore(core): added host configuration support for eventcatalog
  • 650cd38: fix(core): added headers and tabs into openapi render

2.42.8

Patch Changes

  • 5f58157: feat(core): added new end point for producers and consumers
  • ea92c89: feat(core): Added entities and ubquitous lang, and channels to llms txt

2.42.7

Patch Changes

  • de85086: feat(core): Added entities and ubquitous lang, and channels to llms txt

2.42.6

Patch Changes

  • 4c635fa: feat(core): added ability to turn off changelogs

2.42.5

Patch Changes

  • cb0c00a: fix(core): fixed issue with long list of messages on architecture page

2.42.4

Patch Changes

  • b8e0725: fix(core): fixed broken zindex for search on asyncapi page
  • 2a5574b: fix(core): fixed a bug where schema viewer did not support ref definitions

2.42.3

Patch Changes

  • c04abcd: feat(core): added ability to remove minor branding
  • 01d3db9: fix(core): deprecated dates can now be strings

2.42.2

Patch Changes

  • 2e4b4f1: fix(core): fix for broken visualizer

2.42.1

Patch Changes

  • ad4ece8: feat(core): added producers and consumers to channel docs

2.42.0

Minor Changes

  • 1b95c70: Allow channels to be displayed as a single node (Fix #989)

2.41.1

Patch Changes

  • 3d8df99: fix(core): fixed base url for llms txt endpoint

2.41.0

Minor Changes

  • ab7203c: feat(core): added schemas to AI features

2.40.1

Patch Changes

  • 3174cbd: fix(core): now hides glob loader warning in dev mode

2.40.0

Minor Changes

  • dc6a17c: feat(core): added subdomain folder support

2.39.2

Patch Changes

  • 0094562: feat(core): added ability to turn of visualizer per resource

2.39.1

Patch Changes

  • 7dcd349: fix(core): fixing badges for specification files and types

2.39.0

Minor Changes

  • e1578ae: feat(core): added support for multi spec files for services

2.38.1

Patch Changes

  • e3374f5: feat(core): version dropdown added to visualizer

2.38.0

Minor Changes

  • 7c6ad76: feat(core): added google and anthropic models to chat feature

Patch Changes

  • c23584e: fix(core): fix protocol icon nullability issue

2.37.4

Patch Changes

  • 186b308: feat(core) added azure messaging protocols

2.37.3

Patch Changes

  • c77bc89: feat(core): added ability to embed any nodegraph in your docs

2.37.2

Patch Changes

  • 394537f: feat(core): added ability to copy pages and schemas to clipboard

2.37.1

Patch Changes

  • 4c3cdd4: fix(core): fixed issue loading in custom landing pages

2.37.0

Minor Changes

  • 76464b3: feat(core): added ability for custom landing page for EventCatalog

2.36.1

Patch Changes

  • 0c0d378: feat(core): added new protocols for tibco

2.36.0

Minor Changes

  • 1042621: feat(core): added entity support to eventcatalog

2.35.10

Patch Changes

  • b67bd66: feat(core): badges now accept protocol icons

2.35.9

Patch Changes

  • bc5c9a3: fix(core): now loads the eventcatalog stylesheet

2.35.8

Patch Changes

  • e4482cc: feat(core): added openai embeddings model option for chat

2.35.7

Patch Changes

  • db73875: fix(core): added queries to mention box for chat

2.35.6

Patch Changes

  • e3c1b68: fix(core): fixed problem loading config in the chat feature

2.35.5

Patch Changes

  • 40336a4: chore(core): generate script now reads .env files
  • 5e480cd: chore(core): removed redundant log

2.35.4

Patch Changes

  • 2e78817: fix(core): fixed start command for server catalogs

2.35.3

Patch Changes

  • d703b5f: feat(core): env file support and eventcatalog chat updates

2.35.2

Patch Changes

  • d52166b: fix(core): fixed redirect for the chat feature

2.35.1

Patch Changes

  • 51ac0a6: fix(core): style of sidebar labels
  • 8db9242: fix(core): propagate vite error in eventcatalog build correctly

2.35.0

Minor Changes

  • 2cb0534: feat(core): added chat v2 - bring your own keys and server rendered EventCatalog

2.34.7

Patch Changes

  • e76317c: fix(core): embedding now works with scale plan

2.34.6

Patch Changes

  • 196e711: fix(core): add missing query badge
  • 196098e: feat(core): added figjam component

2.34.5

Patch Changes

  • d77355c: feat(core): added support for drawio component

2.34.4

Patch Changes

  • e0765c4: feat(core): added support for lucid component

2.34.3

Patch Changes

  • 30ac1c7: chore(core): updated catalog sdk version
  • 2f445b2: chore(core): updated astro version

2.34.2

Patch Changes

  • d0cfa4d: feat(core): allow flows to reference other flows

2.34.1

Patch Changes

  • 933bafd: feat(core): added support for subdomains

2.34.0

Minor Changes

  • 7d80063: feat(core): added support for subdomains

Patch Changes

  • fdd24d4: fix(core): consistent layout on User and Team pages
  • a5bca18: fix(core): use the node label in simple mode too

2.33.12

Patch Changes

  • 39d9f70: fix(core): fix versions list in changelog

2.33.11

Patch Changes

  • 57a3879: fix(core): update to schema viewer to support more usecases

2.33.10

Patch Changes

  • cb0ce3b: feat(core): deprecation field now supports booleans

2.33.9

Patch Changes

  • 80ba8c5: feat(core): added ability to deprecate resources in eventcatalog

2.33.8

Patch Changes

  • ce4948d: feat(core): added customization to nodes in visualizer

2.33.7

Patch Changes

  • 9a51be2: fix(core): add colors for missing types in NodeGraph legend
  • 8526a17: feat(core): added experimental api for catalog
  • 3a7ca75: feat(core): added customization to nodes in visualizer

2.33.6

Patch Changes

  • 5dad823: fix(core): revert for 1340

2.33.5

Patch Changes

  • ba769ab: fix(core): astro loaders no longer read node_modules
  • f8c762b: fix(core): visualizer no longer zoomes on moving nodes
  • 1f3ed45: feat(core): added miro components to eventcatalog
  • 8bca5dd: fix(core): changelogs now support EventCatalog components
  • a047db9: feat(core): added miro components to eventcatalog

2.33.4

Patch Changes

  • 57dc25c: feat(core): added supported for nested custom docs
  • 9c5893c: feat(core): added ability to add custom link in docs sidebar

2.33.3

Patch Changes

  • 59fae38: feat(core): fixes and improvements for ResourceLink
  • d5270b6: fix(core): prevent icon shrinking in PillListFlat.tsx
  • 7dfc047: feat(badges): enhance badge functionality with dynamic icons
  • a6b5cb5: chore(core): updated astro
  • 646f085: feat(core): added GRPC & ZMQ protocol to channels

2.33.2

Patch Changes

  • f1576ac: chore(core): replaced schema viewer with new one

2.33.1

Patch Changes

  • 23266b5: feat(core): added llms-txt support for custom docs
  • 5f5e81f: feat(core): embed visualizer into custom docs

2.33.0

Minor Changes

  • ca07ee5: feat(core): updated custom pages logic

2.32.2

Patch Changes

  • fc29b52: feat(core): added new link components
  • a384781: chore(core): updated astro

2.32.1

Patch Changes

  • edda4c3: fix(core): types for resource group

2.32.0

Minor Changes

  • aa2bda5: feat(core): added resource groups

2.31.5

Patch Changes

  • 36291f6: fix(core): fixed highlighting in custom docs and nested docs

2.31.4

Patch Changes

  • 18b7d57: fix(core): fixed missing types and removed redundant scroll code for doc pages

2.31.3

Patch Changes

  • 41798fb: feat(core): added next and previous to custom docs

2.31.2

Patch Changes

  • 8de6538: fix(core): custom-docs now show summaries

2.31.1

Patch Changes

  • 43488cb: fix:(core): fixed issue with missing docs in catalogs

2.31.0

Minor Changes

  • 145f3ba: feat(core): added custom documentation to eventcatalog

2.30.8

Patch Changes

  • 33b2dc3: feat(core): collapse everything except domains in TreeView
  • 79f66a8: feat(core): improve search quality
  • cd99bd5: feat(core): added sidebar to flow resource types and changelog support for flows

2.30.7

Patch Changes

  • 548580d: core(fix): update getCollection filter function to match changelog.mdx

2.30.6

Patch Changes

  • f9fe7a5: feat(core): added ability to add custom nodes in flows

2.30.5

Patch Changes

  • b59706f: fix(core): tabs now support optional title param

2.30.4

Patch Changes

  • ab46611: chore(core): updated astro versions

2.30.3

Patch Changes

  • 53a363a: fix(core): fixed render issue with large message names on architecture view

2.30.2

Patch Changes

  • 96e3403: fix(core): fixed custom pages/index.mdx not showing in eventcatalog

2.30.1

Patch Changes

  • 86a1ca3: feat(core): sidebar items can now be hidden
  • cc9ba67: feat(core): added optional language prop for Schema component
  • cc9ba67: feat(Schema): add optional language prop for code highlighting

2.30.0

Minor Changes

  • 34e3cce: feat(core): moving to astro glob loaders

2.29.4

Patch Changes

  • 6aec3b7: fix(core): rss pages now render OK with empty catalog

2.29.3

Patch Changes

  • d63ce45: feat(core): customize sidebar labels and badge for messages

2.29.2

Patch Changes

  • 9696f82: fix(core): Redirects to latest version now work correctly when basePath is used
  • ba09ab6: fix(core): fixed issue with chat not working when config has path or url in it

2.29.1

Patch Changes

  • 9c94fdf: fix(core): fixed icon images which were broken when a base path was used

2.29.0

Minor Changes

  • 238db19: feat(core): replaced openapi renderer with new UI

2.28.3

Patch Changes

  • 14c748c: fix(core): fixed broken architecture pages when the trailing slash feature was enabled

2.28.2

Patch Changes

  • 6bfab57: fix(core): fixed ui issues with architecture in docs

2.28.1

Patch Changes

  • 1342032: fix(core): fixed styles in nav bar

2.28.0

Minor Changes

  • 5bb6579: feat(core): new nav type and new ui features for docs

Patch Changes

  • dcd6274: chore(core): updated landing page

2.27.0

Minor Changes

  • e408977: feat: new architecture pages and initial landing page for EventCatalog

Patch Changes

  • 661eee9: chore(core): added missing tests for url builder

2.26.1

Patch Changes

  • b5404ef: refactor(core): migrate users/teams to Astro new content layer API
  • db9633f: fix(core): fixed broken link in AI instructions

2.26.0

Minor Changes

  • c787162: feat(core): added new message table component

2.25.1

Patch Changes

  • d84fa26: feat: add protocol check to tile component's href handling
  • 11eac24: fix(core): fixed long edge labels for flows
  • c7fac97: fix(core): fixed broken link on ai page
  • a1ee7da: chore(core): updated astro versions

2.25.0

Minor Changes

  • 278b440: feat(core): added context menus to all nodes in visualizer

Patch Changes

  • 375b924: fix(core): remove empty index page to prevent blank docs page
  • 470d62f: fix(core): improved basePathname selection in getTreeView for the sidebar

2.24.3

Patch Changes

  • a9aec83: feat(core): resources added to ai results
  • 2ff4d7e: fix(core): changed default model for AI chat

2.24.2

Patch Changes

  • b45488f: fix(core): added browser checks for AI features
  • 0d924f8: fix(plugin): moved the generated ai file location to public dir

2.24.1

Patch Changes

  • d8fdb7a: fix(plugin): moved the generated ai file location to public dir

2.24.0

Minor Changes

  • 5cc528e: feat(core): added new EventCatalog AI assistant

2.23.3

Patch Changes

  • bf92c1d: fix(core): fixed issue for new sidebar for windows

2.23.2

Patch Changes

  • a2db8df: fix(core): messages now rendered correctly on service table

2.23.1

Patch Changes

  • ec3039e: feat(core): added cli logs to let users know about updates
  • 6501081: chore(core): updated astro version

2.23.0

Minor Changes

  • dc707bc: feat(core): added new sidebar type "tree_view". A new sidebar nav that matches your file system

2.22.0

Minor Changes

  • 6d967ee: feat(core): added support for llms.txt

2.21.5

Patch Changes

  • 5a7801c: chore(core): small ui improvements

2.21.4

Patch Changes

  • ee884df: chore(core): added backstage license checks to embed eventcatalog

2.21.3

Patch Changes

  • 49ede5c: chore(core): added backstage license checks to embed eventcatalog

2.21.2

Patch Changes

  • eec1f5a: chore(core): added catalog update version check

2.21.1

Patch Changes

  • e10da45: fix(core): rss feed now gets file dates from git

2.21.0

Minor Changes

  • 67ad29f: feat(core): added rss feed for all resources

Patch Changes

  • 85ed55a: chore(core): updated astro versions

2.20.3

Patch Changes

  • 22cf545: chore(core): removed redundant/duplicated package.json files for EventCatalog

2.20.2

Patch Changes

  • 3891571: fix(core): fixed map of users and teams to owned resources

2.20.1

Patch Changes

  • b2fa2ef: fix(core): removed hard coded static page for users

2.20.0

Minor Changes

  • 2e0a37e: feat(core): moved users away from docs into directory

2.19.9

Patch Changes

  • 577c781: feat(plugin): if apigateway schemas are empty the render-schema-viewe…

2.19.8

Patch Changes

  • 21524b3: feat(core): visibility can be controlled by schema it…

2.19.7

Patch Changes

  • e7a1cf9: fix(core): fixed issue with double scroll bars on spec pages

2.19.6

Patch Changes

  • 3211cad: refactor(core): reduced amount of data the discover table needs

2.19.5

Patch Changes

  • 3872726: chore(core): removed css dependency on spotlight

2.19.4

Patch Changes

  • 0d035f5: feat(core): users can now filter by latest version of resources on the discover page
  • c8f86b7: fix(core): fixed dependencies frontmatter quoting when values would be interpreted as non-scalar
  • 8955521: chore(core): updated expressive code plugin for astro
  • 63b4bec: feat(core): changelog collapsed lines simplified

2.19.3

Patch Changes

  • 7ffbf6f: chore(core): setup pnpm on the project

2.19.2

Patch Changes

  • 0dda8b3: fix(core): removed cache from getMessages function as child functions already cache
  • be3a5c1: fix(core): fixed issue where changelog page would show the wrong information

2.19.1

Patch Changes

  • 166b0ed: fix(core): ubiquitous language pages now render without any data
  • 475f2b0: fix(core): use slug for changelog matching
  • 1915b3e: fix(core): refactored how versions are sorted across the catalog

2.19.0

Minor Changes

  • 5f8dbfe: feat(core): updated astro and also added ubiquitous lang page support

Patch Changes

  • 00f9c2c: fix(core): added ability to sort by semver and numbers
  • 4a710a5: fix(core): fixed the tab component rendering issues on load of page
  • 04ab91d: fix(core): fixed issue with teams/owners not showing in the UI

2.18.7

Patch Changes

  • f4e8985: fix(core): visualizer now defaults to correct messages
  • 73b80ae: fix(core): ubiquitous-language matching by domains, also astro upgrade to 5.1.x

2.18.6

Patch Changes

  • 1a9b102: fix(core): fixed matching for ubiquitous lang
  • efad265: feat(core): added kinesis protocol to channels

2.18.5

Patch Changes

  • a60e94f: feat(core): resources across eventcatalog are now ordered by name
  • 12bbcaa: feat(core) enabled remark-gfm enabling tables in markdown

2.18.4

Patch Changes

  • eb01981: fix(core): fixed issue with version ordering now uses semver

2.18.3

Patch Changes

  • c8f1847: fix(core): fixing cache issues on build

2.18.2

Patch Changes

  • 6f5746b: fix(core): ubiquitous lang now renders on domains

2.18.1

Patch Changes

  • 2a0592e: feat(core): added icons packs for mermaid diagrams

2.18.0

Minor Changes

  • 972478d: feat(core): added ability to specify dependencies for catalogs

2.17.3

Patch Changes

  • f0d68f4: chore(core): updated mermaid to v11

2.17.2

Patch Changes

  • 9f960c8: chore(core): cache data between build generation and added script to generate large catalogs
  • 9a61833: fix(core): fixed broken context map link in sidebar

2.17.1

Patch Changes

  • 0c2f681: chore(core): removed --root and --port flags from astro preview command
  • fb6c0f2: feat(core): markdown files now support comments

2.17.0

Minor Changes

  • 8746d32: chore(core): update to astro 5

2.16.6

Patch Changes

  • f73eb3d: feat(core): added admonitions using markdown

2.16.5

Patch Changes

  • 45da645: feat(core): forward extra args to astro cli via --
  • 46545ee: feat(core): added new component

2.16.4

Patch Changes

  • 44ad73d: fix(core): fixed small fontsizes for mermaid diagrams

2.16.3

Patch Changes

  • 9c84f9c: feat(core): added inital version of the domain map to visualizer

2.16.2

Patch Changes

  • fb2b5c3: chore(core): removed changelog
  • 7559d42: chore(core): revert commit for workspaces

2.16.1

Patch Changes

  • a907d96: feat(core): added ubiquitous language support
  • ff449d7: feat(core): added ability to filter by badges

2.16.0

Minor Changes

  • ccd3a5a: feat(core): added ubiquitous language support

Patch Changes

  • 18b6478: feat(core): added ability to zoom out even further in visualizer
  • ec7c16c: fix(core): fixed issue rendering animated nodes with flow diagrams
  • dea456a: feat(core): services in the discover table now shows expandable sections
  • e87bb9b: feat(core): sidebar collapsed states now persisted between page loads
  • 38e6165: feat(core): schema viewer now renders yaml files

2.15.0

Minor Changes

  • 8e95677: chore(core): refactor to code base moving files to new src directory
  • e260995: chore(core): refactor project files and folders

Patch Changes

  • 920be57: feat(core): added ability to turn channels on/off

2.14.3

Patch Changes

  • eb2c620: feat(core): added support to teams chat url in users and teams pages
  • 95ed136: feat(core): added support for rendering avro schema formats in AsyncApi page

2.14.2

Patch Changes

  • bb4d278: fix(core): fixed styles for links in the step component

2.14.1

Patch Changes

  • a904248: Revert "fix/service-node-graph-metadata (#964)"

2.14.0

Minor Changes

  • 536511e: chore(core): refactor core logic to simplify the code

2.13.4

Patch Changes

  • 2ad9561: fix(core): fixed issues with node graphs for services and metadata in the nodes

2.13.3

Patch Changes

  • b893559: fix(core): fixed issue with styling of schema files

2.13.2

Patch Changes

  • 1c79a5f: chore(core): moved types deps to dev deps

2.13.1

Patch Changes

  • 240a9d3: fix(core): fixed channel information component

2.13.0

Minor Changes

  • 003c1f2: feat(core): adding channels to eventcatalog

2.12.3

Patch Changes

  • d0d13c9: chore(core): fixing z-index issue with the header nav and removing the max-width

2.12.2

Patch Changes

  • 93e224c: fix(core): custom defined landing page for docs now render on docs tab

2.12.1

Patch Changes

  • a57282e: fix(core): new property for AsyncAPI rendering
  • d739d7b: fix(core): changelog buttons now render the correct changelog

2.12.0

Minor Changes

  • a136d50: feat(core): services can now send and receive the same messages in vis…

2.11.7

Patch Changes

  • 159e2d4: feat(core): added ability to embed discovery table

2.11.6

Patch Changes

  • 9a531d2: feat(core): added ability to embed discovery table
  • 2352fc0: feat(core): added ability to embed catalog pages
  • 112f735: feat(core): added ability to embed visualiser without footers

2.11.5

Patch Changes

  • 61e5cf1: fix(core): fixed outdir to output to users directory now
  • 6e88fcf: chore(core): moved some GitHub CI/CD to pnpm
  • b29d4f9: chore(core): removed code that copies over files twice to users catalog.
  • a283534: fix(docs): remove blank space from the version tag

2.11.4

Patch Changes

  • 7749acd: feat(core): added support for outDir

2.11.3

Patch Changes

  • 5442d40: fix(core): counters on homepage only include latest versions

2.11.2

Patch Changes

  • 48d61f3: feat(core): added repo support for all resources

2.11.1

Patch Changes

  • 214f164: chore(core): minor changes to ui

2.11.0

Minor Changes

  • 597dcf2: feat(core): UI improvements to EventCatalog

2.10.1

Patch Changes

  • e2c99e7: fix(core): fixed issue adding additional properties to users frontmatter on build

2.10.0

Minor Changes

  • aa2090b: feat(core): added support for query message types/resources

2.9.1

Patch Changes

  • 5fa9228: fix(core): moving rimraf to dep of project

2.9.0

Minor Changes

  • 70d27a7: feat(core): support nested folder structures for domains, services and messages

2.8.12

Patch Changes

  • e7cb5d7: chore(core): added astro file path to resources

2.8.11

Patch Changes

  • b1912da: fix(core): fixed rapi-docs for large openapi files

2.8.10

Patch Changes

  • 2f4b7af: fix(core): fixed issue with using tmp directories

2.8.9

Patch Changes

  • 4e0823d: fix(core): fixed issue with importing users package json files

2.8.8

Patch Changes

  • 3d3f56e: chore(core): changed the way eventcatalog file is now imported into the project

2.8.7

Patch Changes

  • ce04693: fix(core): fixed visualization node graph for domains, reduced overlapping

2.8.6

Patch Changes

  • b4c49ef: feat(core): added links to the landing page and fixed resource counter values

2.8.5

Patch Changes

  • db41392: fix(core): flows now work with latest semver for services
  • 8376da8: chore(core): fixed url builder for server/client components

2.8.4

Patch Changes

  • 95ca9aa: chore(core): removed type checks for consuming catalogs

2.8.3

Patch Changes

  • d07a946: chore(core): updated astro versions

2.8.2

Patch Changes

  • 591e06f: chore(core): fixed css issues with badges on pages

2.8.1

Patch Changes

  • 16c6a28: feat(core): added api path and http verb in openapi viewer
  • c8118b7: fix(core): downloading images in visualizer now shows the whole diagram

2.8.0

Minor Changes

  • 6f882b3: feat(core): added ability to focus nodes in the node graph on visualiser
  • dddb730: feat(core): added basic theming support for colors

2.7.16

Patch Changes

  • 4d15fdf: fix(core): fixed windows issue for fetching config files

2.7.15

Patch Changes

  • 7e63592: fix(core): user ownership on resources within a team

2.7.14

Patch Changes

  • c45ebd0: feat(core): added new steps component

2.7.13

Patch Changes

  • 6268155: feat(core): new styles added to header and docs sidebar

2.7.12

Patch Changes

  • 3016b7f: feat(core): added tile MDX components

2.7.11

Patch Changes

  • b106e34: chore(core): added logs for builds

2.7.10

Patch Changes

  • d4e2013: chore(core): added ability to check and add properties on users catal…

2.7.9

Patch Changes

  • 4cad2eb: fix(core): fixing generate command (again)

2.7.8

Patch Changes

  • c67052f: fix(core): fixed generate command

2.7.7

Patch Changes

  • f699aed: feat(core): added utils to read and write catalog files

2.7.6

Patch Changes

  • bb7333d: feat(core): added protobuf support for auto diffs

2.7.5

Patch Changes

  • fde6544: chore(core): updated astro versions

2.7.4

Patch Changes

  • 0189ebb: fix(core): ignore trailing slash for icons

2.7.3

Patch Changes

  • 1c56b8d: feat(core): added automatic diffs for changelogs for json, yml and avro files

2.7.2

Patch Changes

  • ac64dc4: fix(core): only generate discover page for each collection

2.7.1

Patch Changes

  • 29ccffc: fix(core): fixed changelogs path matching

2.7.0

Minor Changes

  • 515b01f: feat(core): added ability to full screen visuals, new icons for messages and new landing page

2.6.4

Patch Changes

  • 0459eec: chore(core): fixed styled for openapi pages

2.6.3

Patch Changes

  • d35846b: chore(core): refactored the way pages are rendered reducing code

2.6.2

Patch Changes

  • 498f58c: fix(core): generate command now removes any tmp files required for ge…

2.6.1

Patch Changes

  • 4aecf6a: fix(core): fixed broken images for specifications on the service page

2.6.0

Minor Changes

  • 76bebd7: feat(core): added AsyncAPI pages and new specifications frontmatter api. Deprecated the AsyncAPI and OpenAPI MDX components

2.5.5

Patch Changes

  • 2b84b47: fix(core): moved node graphs to only load on client fixing the invalid hook call warning

2.5.4

Patch Changes

  • b6052d9: fix(core): added client side url builder

2.5.3

Patch Changes

  • a7f1bd0: fix(core): fixed generate script for plugins

2.5.2

Patch Changes

  • deacd55: fix(core): can now add producers/consumers without required version number or latest or undefined
  • 2d8ef10: fix(core): homepage redirect status code from permanent to temporary

2.5.1

Patch Changes

  • 2bbccf8: feat(core): added new MDX component for Flows

2.5.0

Minor Changes

  • 067fd89: feat(core): added flows to eventcatalog
  • c336807: feat(core): only latest versions are now shown in visualizer
  • 20c2cba: fix(core): fixing search not working after builds
  • 7476fa6: fix(core): nodegraphs for domains now work with semver versions
  • 737380a: feat(core): added ability to see how many domains a team and users own
  • a1490d3: chore(core): updated astro versions
    feat(core): visuzlier arrows stroke width increased
  • 58d6a2d: chore(core): fixing default for flows

2.4.0

Minor Changes

  • 3a4b8ec: feat(c0re): add semantic version support, referencing services or messages can now be done with semver

2.3.4

Patch Changes

  • a99057e: feat(core): added ability to drag nodes in visualizer

2.3.3

Patch Changes

  • dad4df7: fix(core): visualiser now truncates labels on sidebar

2.3.2

Patch Changes

  • 90c9219: feat(core): added page redirect to latest version when going to /{resource/{id}

2.3.1

Patch Changes

  • 0de35d9: fix(core): vitest no longer added to the npm package

2.3.0

Minor Changes

  • d662cb1: feat(core): added custom component support for eventcatalog

2.2.7

Patch Changes

  • d7148fa: chore(core): fixed long labels on the documentation sidebar

2.2.6

Patch Changes

  • 50a43e0: core(fix): removed forward slash before # to prevent double trailing slash
  • 8104078: chore(core): added windows tests and fixed watcher to work with changelogs files on windows

2.2.5

Patch Changes

  • edd58a6: fix(core): enforce the leading slash to the logo
  • 269aef9: fix(core): fixed url paths for EC assets

2.2.4

Patch Changes

  • 34fa215: fix(core): now word wrapping code blocks by default in markdown files so not to break the layout of the page

2.2.3

Patch Changes

  • ea7302b: fix(core): fixed changelog urls on resource pages

2.2.2

Patch Changes

  • 5ec8513: chore(core): added new footer component to tidy up code
  • 7a0e839: fix(core): added defaults for no pages in catalog

2.2.1

Patch Changes

  • abac0a7: fix(core): fixed urls on changelogs

2.2.0

Minor Changes

  • 9b92648: feat(core): added changelog support for domains, services and messages

2.1.0

Minor Changes

  • 35fa4a3: feat(core): added ability to customize the landing page

2.0.31

Patch Changes

  • c4f6f40: fix(core): discover table width now fixed on long summarys

2.0.30

Patch Changes

  • 32f93a9: fix(core): running eventcatalog on windows (cross-compatibility between operational systems)
  • 956dd32: fix(core): updated service list to render with with name rather than id
  • 6580ff2: fix(core): fixed missing base in redirect target

2.0.29

Patch Changes

  • 83d76b7: fix(core): fixed the json schema viewer require issues

2.0.28

Patch Changes

  • 0bad036: feat(core): added beta version of generators

2.0.27

Patch Changes

  • c6da224: feat(core): added ability to configure landing page

2.0.26

Patch Changes

  • 3dc05d8: fix(core): fixed search, now set output path on build

2.0.25

Patch Changes

  • 109ce19: feat(core): added optimize flag to make eventcatalog work with large catalogs

2.0.24

Patch Changes

  • db66733: fix(core): favicon having invalid url with default base url configuration
  • 26a4a37: fix perf issues for discover pages in build step
  • f29d718: fix(core): sidebar configuration for section visibility is now optional
  • 3426ea8: fix(core): temp fix for domains for users

2.0.23

Patch Changes

  • 66a764c: fix(core: fixed additional ts errors)

2.0.22

Patch Changes

  • 58a02a1: chore(core): removed console logs

2.0.21

Patch Changes

  • 22e4b6d: fix(core): fixed issues with styling

2.0.20

Patch Changes

  • 5de772b: fix(core): fixed typescript errors

2.0.19

Patch Changes

  • 4be2512: feat(core): added ability to configure port on EventCatlog

2.0.18

Patch Changes

  • 209e428: fix(core): fixed domain nav bar in discovery page

2.0.17

Patch Changes

  • 6337769: feat(core): added ability to customise header text and logo

2.0.16

Patch Changes

  • cae7c0a: fix(core): added missing urls for slash support

2.0.15

Patch Changes

  • 73a40b4: fix(core): added support for trailingSlash in the EventCatalog types.

2.0.14

Patch Changes

  • 9d61581: feat(core): added support for base url and slashes

2.0.13

Patch Changes

  • 1e4c805: feat(core): Adding component

2.0.12

Patch Changes

  • 18f1c3d: fix(core): fixed start and preview commands

2.0.11

Patch Changes

  • 45ea9f6: feat(core): added types file for eventcatalog.config.js

2.0.10

Patch Changes

  • 62422dd: fix to build
  • 1c42b9f: feat(core): added ability to hide resources in sidebar

2.0.9

Patch Changes

  • d4916a0: fix(core): configure width for nodes in visualiser (#560)

2.0.8

Patch Changes

  • 5bde1d4: feat(core): versions now show as a dropdown

2.0.7

Patch Changes

  • b82d79e: feat(core): Renders names for services side bars and also links to services from domains fixed

2.0.6

Patch Changes

  • c098f12: fix(core): hydrate content before building

2.0.5

Patch Changes

  • 4410826: feat(core): adding preview and start commands to eventcatalog

2.0.4

Patch Changes

  • 00def6d: bug(core): now loads /docs when going to /

2.0.3

Patch Changes

  • dc89208: fix(core): core folder now copied on buld

2.0.2

Patch Changes

  • a4bfa8b: chore(core): update the project url to the github org

2.0.1

Patch Changes

  • 20aa425: chore(misc): Testing the release of EventCatalog

2.0.0

New version launched of EventCatalog with major changes.

1.2.7

Patch Changes

1.2.6

Patch Changes

1.2.5

Patch Changes

1.2.4

Patch Changes

1.2.3

Patch Changes

1.2.2

Patch Changes

1.2.1

Patch Changes

1.2.0

Minor Changes

1.1.2

Patch Changes

1.1.1

Patch Changes

1.1.0

Minor Changes

  • 4b34273 #447 Thanks @rberger! - Force the dependency trim to be version 0.0.3 with a resolution to eliminate a high vulnerability

1.0.7

Patch Changes

1.0.6

Patch Changes

1.0.5

Patch Changes

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Major Changes

0.6.12

Patch Changes

0.6.11

Patch Changes

0.6.10

Patch Changes

0.6.9

Patch Changes

0.6.8

Patch Changes

0.6.7

Patch Changes

0.6.6

Patch Changes

0.6.5

Patch Changes

  • b63773b #348 Thanks @boyney123! - fix for 260 - nodegraphs used over mermaid graphs when writing to eve…

0.6.4

Patch Changes

0.6.3

Patch Changes

0.6.2

Patch Changes

0.6.1

Patch Changes

0.6.0

Minor Changes

0.5.2

Patch Changes

0.5.1

Patch Changes

0.5.0

Minor Changes

0.4.0

Minor Changes

  • cda7105 #304 Thanks @lcsbltm! - feat: added support for asyncapi file in service directory. Now supports new AsyncAPI MDX component.

0.3.4

Patch Changes

0.3.3

Patch Changes

0.3.2

Patch Changes

0.3.1

Patch Changes

  • 8ccc733 #291 Thanks @boyney123! - fix - overflow issues with too many examples in the Examples MDX comp…

0.3.0

Minor Changes

0.2.20

Patch Changes

  • 3ca978a #281 Thanks @dytyniuk! - Fix a broken link behind View in Visualiser button on the Event Details page

0.2.19

Patch Changes

0.2.18

Patch Changes

  • 602f726 #254 Thanks @drub0y! - fix(core): Fixes getEditUrl to build URLs w/URL vs just path.join

0.2.17

Patch Changes

0.2.16

Patch Changes

0.2.15

Patch Changes

  • c5cb51f #258 Thanks @boyney123! - fix: now checks events folder in domains before moving them to public…

0.2.14

Patch Changes

0.2.13

Patch Changes

0.2.12

Patch Changes

0.2.11

Patch Changes

  • 8c3c719 #244 Thanks @otbe! - Fix broken links for services that have no domain on events detail page

0.2.10

Patch Changes

  • 41f6b5a #229 Thanks @rtoro! - feat(core): allow the use of swagger ui in service pages

0.2.9

Patch Changes

0.2.8

Patch Changes

0.2.7

Patch Changes

0.2.6

Patch Changes

  • ccb524a #217 Thanks @otbe! - fix: add a stable render key for events/services in visualizer

0.2.5

Patch Changes

0.2.4

Patch Changes

0.2.3

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

0.1.19

Patch Changes

0.1.18

Patch Changes

0.1.17

Patch Changes

0.1.16

Patch Changes

0.1.15

Patch Changes

0.1.14

Patch Changes

0.1.13

Patch Changes

  • ca01bef #166 Thanks @thim81! - feat: new nodegraph component to render services and events

0.1.12

Patch Changes

  • 5dcc188 #175 Thanks @thim81! - fix: mermaid diagram with pub/sub of same service now shows correctly

0.1.11

Patch Changes

0.1.10

Patch Changes

0.1.9

Patch Changes

  • c4d78c7 #139 Thanks @thim81! - feat: add new eventcatalog config property to set homepage url

0.1.8

Patch Changes

0.1.7

Patch Changes

0.1.6

Patch Changes

0.1.5

Patch Changes

0.1.4

Patch Changes

0.1.3

Patch Changes

0.1.2

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes

0.0.14

Patch Changes

  • 7c23703 #109 Thanks @boyney123! - fix: issue with long names for services and events rendering incorrectly

0.0.13

Patch Changes

0.0.12

Patch Changes

0.0.11

Patch Changes

  • 97e447a #95 Thanks @boyney123! - fix: edit url is now optional in not found pages and no longer fetche…

0.0.10

Patch Changes

0.0.9

Patch Changes

0.0.8

Patch Changes

0.0.7

Patch Changes

0.0.6

Patch Changes

  • ad66a66 #49 Thanks @boyney123! - fix: now supports any extension for event examples also added missing docs

0.0.5

Patch Changes

0.0.4

Patch Changes

0.0.3

Patch Changes

  • 23a96fc #42 Thanks @boyney123! - fix: now remove the .next folder before we start the dev server foric…

0.0.2

Patch Changes

Don't miss a new eventcatalog release

NewReleases is sending notifications on new releases.