@eventcatalog/core 2.14.3 → 2.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (229) hide show
  1. package/README.md +2 -1
  2. package/bin/eventcatalog.js +2 -0
  3. package/dist/analytics/analytics.cjs +71 -0
  4. package/dist/analytics/analytics.d.cts +3 -0
  5. package/dist/analytics/analytics.d.ts +3 -0
  6. package/dist/analytics/analytics.js +7 -0
  7. package/dist/analytics/log-build.cjs +155 -0
  8. package/dist/analytics/log-build.d.cts +7 -0
  9. package/dist/analytics/log-build.d.ts +7 -0
  10. package/dist/analytics/log-build.js +9 -0
  11. package/dist/catalog-to-astro-content-directory.cjs +277 -0
  12. package/dist/catalog-to-astro-content-directory.d.cts +3 -0
  13. package/dist/catalog-to-astro-content-directory.d.ts +3 -0
  14. package/dist/catalog-to-astro-content-directory.js +8 -0
  15. package/dist/chunk-65VQIGAP.js +33 -0
  16. package/{scripts/watcher.js → dist/chunk-7HYM3M5I.js} +29 -52
  17. package/dist/chunk-E7TXTI7G.js +78 -0
  18. package/dist/chunk-KI4KAUWW.js +30 -0
  19. package/dist/chunk-O6BGVVOW.js +86 -0
  20. package/dist/chunk-PK2EQVPD.js +89 -0
  21. package/dist/chunk-TGOUSS6C.js +9 -0
  22. package/dist/chunk-YEQVKHST.js +56 -0
  23. package/dist/constants.cjs +35 -0
  24. package/dist/constants.d.cts +3 -0
  25. package/dist/constants.d.ts +3 -0
  26. package/dist/constants.js +6 -0
  27. package/dist/eventcatalog-config-file-utils.cjs +116 -0
  28. package/dist/eventcatalog-config-file-utils.d.cts +7 -0
  29. package/dist/eventcatalog-config-file-utils.d.ts +7 -0
  30. package/dist/eventcatalog-config-file-utils.js +14 -0
  31. package/{bin/dist → dist}/eventcatalog.cjs +23 -33
  32. package/{bin/dist → dist}/eventcatalog.config.cjs +1 -1
  33. package/dist/eventcatalog.config.js +0 -0
  34. package/dist/eventcatalog.d.cts +2 -0
  35. package/dist/eventcatalog.d.ts +2 -0
  36. package/dist/eventcatalog.js +116 -0
  37. package/dist/generate.cjs +121 -0
  38. package/dist/generate.d.cts +3 -0
  39. package/dist/generate.d.ts +3 -0
  40. package/dist/generate.js +7 -0
  41. package/dist/map-catalog-to-astro.cjs +123 -0
  42. package/dist/map-catalog-to-astro.d.cts +28 -0
  43. package/dist/map-catalog-to-astro.d.ts +28 -0
  44. package/dist/map-catalog-to-astro.js +6 -0
  45. package/dist/watcher.cjs +223 -0
  46. package/dist/watcher.d.cts +21 -0
  47. package/dist/watcher.d.ts +21 -0
  48. package/dist/watcher.js +8 -0
  49. package/{src → eventcatalog/src}/components/MDX/NodeGraph/NodeGraph.tsx +27 -38
  50. package/eventcatalog/src/hooks/eventcatalog-visualizer.ts +89 -0
  51. package/{src → eventcatalog/src}/utils/node-graphs/message-node-graph.ts +2 -27
  52. package/{src → eventcatalog/src}/utils/node-graphs/utils/utils.ts +60 -3
  53. package/package.json +10 -3
  54. package/.all-contributorsrc +0 -436
  55. package/.changeset/config.json +0 -11
  56. package/.github/CODEOWNERS +0 -3
  57. package/.github/ISSUE_TEMPLATE/bug.yml +0 -84
  58. package/.github/ISSUE_TEMPLATE/config.yml +0 -5
  59. package/.github/ISSUE_TEMPLATE/feature.yml +0 -48
  60. package/.github/PULL_REQUEST_TEMPLATE.md +0 -14
  61. package/.github/funding.yml +0 -1
  62. package/.github/workflows/lint.yml +0 -22
  63. package/.github/workflows/release.yml +0 -34
  64. package/.github/workflows/test-bin.yml +0 -29
  65. package/.github/workflows/test-e2e.yml +0 -27
  66. package/.github/workflows/verify-build.yml +0 -28
  67. package/.prettierignore +0 -7
  68. package/.prettierrc +0 -18
  69. package/CHANGELOG.md +0 -1296
  70. package/bin/dist/eventcatalog.d.cts +0 -1
  71. package/bin/dist/eventcatalog.d.ts +0 -1
  72. package/bin/dist/eventcatalog.js +0 -531
  73. package/bin/eventcatalog.config.ts +0 -34
  74. package/images/example.png +0 -0
  75. package/images/sponsors/gravitee-logo-black.svg +0 -54
  76. package/images/sponsors/hookdeck.svg +0 -11
  77. package/images/sponsors/oso-logo-green.png +0 -0
  78. package/scripts/analytics/analytics.js +0 -31
  79. package/scripts/analytics/log-build.js +0 -26
  80. package/scripts/build-ci.js +0 -27
  81. package/scripts/catalog-to-astro-content-directory.js +0 -115
  82. package/scripts/ci/test.js +0 -24
  83. package/scripts/constants.ts +0 -3
  84. package/scripts/eventcatalog-config-file-utils.js +0 -89
  85. package/scripts/generate.js +0 -65
  86. package/scripts/map-catalog-to-astro.js +0 -174
  87. package/scripts/start-catalog-locally.js +0 -26
  88. /package/{bin/dist → dist}/eventcatalog.config.d.cts +0 -0
  89. /package/{bin/dist → dist}/eventcatalog.config.d.ts +0 -0
  90. /package/{astro.config.mjs → eventcatalog/astro.config.mjs} +0 -0
  91. /package/{global.d.ts → eventcatalog/global.d.ts} +0 -0
  92. /package/{public → eventcatalog/public}/favicon.ico +0 -0
  93. /package/{public → eventcatalog/public}/icons/asyncapi.svg +0 -0
  94. /package/{public → eventcatalog/public}/icons/discord.svg +0 -0
  95. /package/{public → eventcatalog/public}/icons/github-purple.svg +0 -0
  96. /package/{public → eventcatalog/public}/icons/github.svg +0 -0
  97. /package/{public → eventcatalog/public}/icons/ms-teams.svg +0 -0
  98. /package/{public → eventcatalog/public}/icons/openapi.svg +0 -0
  99. /package/{public → eventcatalog/public}/icons/protocols/kafka.svg +0 -0
  100. /package/{public → eventcatalog/public}/icons/x-twitter.svg +0 -0
  101. /package/{public → eventcatalog/public}/icons/youtube.svg +0 -0
  102. /package/{public → eventcatalog/public}/logo.png +0 -0
  103. /package/{public → eventcatalog/public}/openapi.yml +0 -0
  104. /package/{public → eventcatalog/public}/opengraph.png +0 -0
  105. /package/{public → eventcatalog/public}/slack-icon.svg +0 -0
  106. /package/{src → eventcatalog/src}/components/DiscoverInsight.astro +0 -0
  107. /package/{src → eventcatalog/src}/components/DocsNavigation.astro +0 -0
  108. /package/{src → eventcatalog/src}/components/Header.astro +0 -0
  109. /package/{src → eventcatalog/src}/components/Lists/OwnersList.tsx +0 -0
  110. /package/{src → eventcatalog/src}/components/Lists/PillList.tsx +0 -0
  111. /package/{src → eventcatalog/src}/components/Lists/PillListFlat.styles.css +0 -0
  112. /package/{src → eventcatalog/src}/components/Lists/PillListFlat.tsx +0 -0
  113. /package/{src → eventcatalog/src}/components/Lists/ProtocolList.tsx +0 -0
  114. /package/{src → eventcatalog/src}/components/Lists/RepositoryList.astro +0 -0
  115. /package/{src → eventcatalog/src}/components/Lists/SpecificationsList.astro +0 -0
  116. /package/{src → eventcatalog/src}/components/Lists/VersionList.astro +0 -0
  117. /package/{src → eventcatalog/src}/components/MDX/Accordion/Accordion.astro +0 -0
  118. /package/{src → eventcatalog/src}/components/MDX/Accordion/Accordion.tsx +0 -0
  119. /package/{src → eventcatalog/src}/components/MDX/Accordion/AccordionGroup.astro +0 -0
  120. /package/{src → eventcatalog/src}/components/MDX/Admonition.tsx +0 -0
  121. /package/{src → eventcatalog/src}/components/MDX/AsyncAPI/AsyncAPI.astro +0 -0
  122. /package/{src → eventcatalog/src}/components/MDX/ChannelInformation/ChannelInformation.tsx +0 -0
  123. /package/{src → eventcatalog/src}/components/MDX/File.tsx +0 -0
  124. /package/{src → eventcatalog/src}/components/MDX/Flow/Flow.astro +0 -0
  125. /package/{src → eventcatalog/src}/components/MDX/NodeGraph/DownloadButton.tsx +0 -0
  126. /package/{src → eventcatalog/src}/components/MDX/NodeGraph/Edges/AnimatedMessageEdge.tsx +0 -0
  127. /package/{src → eventcatalog/src}/components/MDX/NodeGraph/NodeGraph.astro +0 -0
  128. /package/{src → eventcatalog/src}/components/MDX/NodeGraph/NodeGraphPortal.tsx +0 -0
  129. /package/{src → eventcatalog/src}/components/MDX/NodeGraph/Nodes/Channel.tsx +0 -0
  130. /package/{src → eventcatalog/src}/components/MDX/NodeGraph/Nodes/Command.tsx +0 -0
  131. /package/{src → eventcatalog/src}/components/MDX/NodeGraph/Nodes/Event.tsx +0 -0
  132. /package/{src → eventcatalog/src}/components/MDX/NodeGraph/Nodes/ExternalSystem.tsx +0 -0
  133. /package/{src → eventcatalog/src}/components/MDX/NodeGraph/Nodes/Query.tsx +0 -0
  134. /package/{src → eventcatalog/src}/components/MDX/NodeGraph/Nodes/Service.tsx +0 -0
  135. /package/{src → eventcatalog/src}/components/MDX/NodeGraph/Nodes/Step.tsx +0 -0
  136. /package/{src → eventcatalog/src}/components/MDX/NodeGraph/Nodes/User.tsx +0 -0
  137. /package/{src → eventcatalog/src}/components/MDX/OpenAPI/OpenAPI.astro +0 -0
  138. /package/{src → eventcatalog/src}/components/MDX/Schema.astro +0 -0
  139. /package/{src → eventcatalog/src}/components/MDX/SchemaViewer/SchemaViewer.astro +0 -0
  140. /package/{src → eventcatalog/src}/components/MDX/SchemaViewer/SchemaViewer.tsx +0 -0
  141. /package/{src → eventcatalog/src}/components/MDX/SchemaViewer/SchemaViewerPortal.tsx +0 -0
  142. /package/{src → eventcatalog/src}/components/MDX/Steps/Step.astro +0 -0
  143. /package/{src → eventcatalog/src}/components/MDX/Steps/Steps.astro +0 -0
  144. /package/{src → eventcatalog/src}/components/MDX/Tiles/Tile.astro +0 -0
  145. /package/{src → eventcatalog/src}/components/MDX/Tiles/Tiles.astro +0 -0
  146. /package/{src → eventcatalog/src}/components/MDX/components.tsx +0 -0
  147. /package/{src → eventcatalog/src}/components/MDX/page-components.tsx +0 -0
  148. /package/{src → eventcatalog/src}/components/Search.astro +0 -0
  149. /package/{src → eventcatalog/src}/components/Seo.astro +0 -0
  150. /package/{src → eventcatalog/src}/components/SideBars/CatalogResourcesSideBar/index.tsx +0 -0
  151. /package/{src → eventcatalog/src}/components/SideBars/CatalogResourcesSideBar/styles.css +0 -0
  152. /package/{src → eventcatalog/src}/components/SideBars/ChannelSideBar.astro +0 -0
  153. /package/{src → eventcatalog/src}/components/SideBars/DomainSideBar.astro +0 -0
  154. /package/{src → eventcatalog/src}/components/SideBars/MessageSideBar.astro +0 -0
  155. /package/{src → eventcatalog/src}/components/SideBars/ServiceSideBar.astro +0 -0
  156. /package/{src → eventcatalog/src}/components/Tables/DebouncedInput.tsx +0 -0
  157. /package/{src → eventcatalog/src}/components/Tables/Table.tsx +0 -0
  158. /package/{src → eventcatalog/src}/components/Tables/columns/DomainTableColumns.tsx +0 -0
  159. /package/{src → eventcatalog/src}/components/Tables/columns/FlowTableColumns.tsx +0 -0
  160. /package/{src → eventcatalog/src}/components/Tables/columns/MessageTableColumns.tsx +0 -0
  161. /package/{src → eventcatalog/src}/components/Tables/columns/ServiceTableColumns.tsx +0 -0
  162. /package/{src → eventcatalog/src}/components/Tables/columns/index.tsx +0 -0
  163. /package/{src → eventcatalog/src}/components/Tables/filters/custom-filters.ts +0 -0
  164. /package/{src → eventcatalog/src}/content/config.ts +0 -0
  165. /package/{src → eventcatalog/src}/env.d.ts +0 -0
  166. /package/{src → eventcatalog/src}/icons/protocols/WebSocket.svg +0 -0
  167. /package/{src → eventcatalog/src}/icons/protocols/amqp.svg +0 -0
  168. /package/{src → eventcatalog/src}/icons/protocols/eventbridge.svg +0 -0
  169. /package/{src → eventcatalog/src}/icons/protocols/googlepubsub.svg +0 -0
  170. /package/{src → eventcatalog/src}/icons/protocols/http.svg +0 -0
  171. /package/{src → eventcatalog/src}/icons/protocols/index.ts +0 -0
  172. /package/{src → eventcatalog/src}/icons/protocols/jms.svg +0 -0
  173. /package/{src → eventcatalog/src}/icons/protocols/kafka.svg +0 -0
  174. /package/{src → eventcatalog/src}/icons/protocols/mercure.svg +0 -0
  175. /package/{src → eventcatalog/src}/icons/protocols/mqtt.svg +0 -0
  176. /package/{src → eventcatalog/src}/icons/protocols/nats.svg +0 -0
  177. /package/{src → eventcatalog/src}/icons/protocols/pulsar.svg +0 -0
  178. /package/{src → eventcatalog/src}/icons/protocols/redis.svg +0 -0
  179. /package/{src → eventcatalog/src}/icons/protocols/sns.svg +0 -0
  180. /package/{src → eventcatalog/src}/icons/protocols/solace.svg +0 -0
  181. /package/{src → eventcatalog/src}/icons/protocols/sqs.svg +0 -0
  182. /package/{src → eventcatalog/src}/icons/protocols/ws.svg +0 -0
  183. /package/{src → eventcatalog/src}/layouts/CustomDocsPageLayout.astro +0 -0
  184. /package/{src → eventcatalog/src}/layouts/DiscoverLayout.astro +0 -0
  185. /package/{src → eventcatalog/src}/layouts/Footer.astro +0 -0
  186. /package/{src → eventcatalog/src}/layouts/PlainPage.astro +0 -0
  187. /package/{src → eventcatalog/src}/layouts/VerticalSideBarLayout.astro +0 -0
  188. /package/{src → eventcatalog/src}/layouts/VisualiserLayout.astro +0 -0
  189. /package/{src → eventcatalog/src}/pages/discover/[type]/index.astro +0 -0
  190. /package/{src → eventcatalog/src}/pages/docs/[type]/[id]/[version]/asyncapi/index.astro +0 -0
  191. /package/{src → eventcatalog/src}/pages/docs/[type]/[id]/[version]/changelog/index.astro +0 -0
  192. /package/{src → eventcatalog/src}/pages/docs/[type]/[id]/[version]/index.astro +0 -0
  193. /package/{src → eventcatalog/src}/pages/docs/[type]/[id]/[version]/spec/_styles.css +0 -0
  194. /package/{src → eventcatalog/src}/pages/docs/[type]/[id]/[version]/spec/index.astro +0 -0
  195. /package/{src → eventcatalog/src}/pages/docs/[type]/[id]/index.astro +0 -0
  196. /package/{src → eventcatalog/src}/pages/docs/index.astro +0 -0
  197. /package/{src → eventcatalog/src}/pages/docs/teams/[id]/index.astro +0 -0
  198. /package/{src → eventcatalog/src}/pages/docs/users/[id]/index.astro +0 -0
  199. /package/{src → eventcatalog/src}/pages/index.astro +0 -0
  200. /package/{src → eventcatalog/src}/pages/visualiser/[type]/[id]/[version]/index.astro +0 -0
  201. /package/{src → eventcatalog/src}/pages/visualiser/[type]/[id]/index.astro +0 -0
  202. /package/{src → eventcatalog/src}/remark-plugins/mermaid.ts +0 -0
  203. /package/{src → eventcatalog/src}/types/index.ts +0 -0
  204. /package/{src → eventcatalog/src}/utils/channels.ts +0 -0
  205. /package/{src → eventcatalog/src}/utils/collections/changelogs.ts +0 -0
  206. /package/{src → eventcatalog/src}/utils/collections/domains.ts +0 -0
  207. /package/{src → eventcatalog/src}/utils/collections/file-diffs.ts +0 -0
  208. /package/{src → eventcatalog/src}/utils/collections/flows.ts +0 -0
  209. /package/{src → eventcatalog/src}/utils/collections/icons.ts +0 -0
  210. /package/{src → eventcatalog/src}/utils/collections/services.ts +0 -0
  211. /package/{src → eventcatalog/src}/utils/collections/util.ts +0 -0
  212. /package/{src → eventcatalog/src}/utils/collections/versions.ts +0 -0
  213. /package/{src → eventcatalog/src}/utils/colors.ts +0 -0
  214. /package/{src → eventcatalog/src}/utils/commands.ts +0 -0
  215. /package/{src → eventcatalog/src}/utils/eventcatalog-config/catalog.ts +0 -0
  216. /package/{src → eventcatalog/src}/utils/events.ts +0 -0
  217. /package/{src → eventcatalog/src}/utils/example-remark-plugin.mjs +0 -0
  218. /package/{src → eventcatalog/src}/utils/messages.ts +0 -0
  219. /package/{src → eventcatalog/src}/utils/node-graphs/domains-node-graph.ts +0 -0
  220. /package/{src → eventcatalog/src}/utils/node-graphs/flows-node-graph.ts +0 -0
  221. /package/{src → eventcatalog/src}/utils/node-graphs/services-node-graph.ts +0 -0
  222. /package/{src → eventcatalog/src}/utils/page-loaders/page-data-loader.ts +0 -0
  223. /package/{src → eventcatalog/src}/utils/pages.ts +0 -0
  224. /package/{src → eventcatalog/src}/utils/queries.ts +0 -0
  225. /package/{src → eventcatalog/src}/utils/teams.ts +0 -0
  226. /package/{src → eventcatalog/src}/utils/url-builder.ts +0 -0
  227. /package/{src → eventcatalog/src}/utils/users.ts +0 -0
  228. /package/{tailwind.config.mjs → eventcatalog/tailwind.config.mjs} +0 -0
  229. /package/{tsconfig.json → eventcatalog/tsconfig.json} +0 -0
package/CHANGELOG.md DELETED
@@ -1,1296 +0,0 @@
1
- # @eventcatalog/core
2
-
3
- ## 2.14.3
4
-
5
- ### Patch Changes
6
-
7
- - eb2c620: feat(core): added support to teams chat url in users and teams pages
8
- - 95ed136: feat(core): added support for rendering avro schema formats in AsyncApi page
9
-
10
- ## 2.14.2
11
-
12
- ### Patch Changes
13
-
14
- - bb4d278: fix(core): fixed styles for links in the step component
15
-
16
- ## 2.14.1
17
-
18
- ### Patch Changes
19
-
20
- - a904248: Revert "fix/service-node-graph-metadata (#964)"
21
-
22
- ## 2.14.0
23
-
24
- ### Minor Changes
25
-
26
- - 536511e: chore(core): refactor core logic to simplify the code
27
-
28
- ## 2.13.4
29
-
30
- ### Patch Changes
31
-
32
- - 2ad9561: fix(core): fixed issues with node graphs for services and metadata in the nodes
33
-
34
- ## 2.13.3
35
-
36
- ### Patch Changes
37
-
38
- - b893559: fix(core): fixed issue with styling of schema files
39
-
40
- ## 2.13.2
41
-
42
- ### Patch Changes
43
-
44
- - 1c79a5f: chore(core): moved types deps to dev deps
45
-
46
- ## 2.13.1
47
-
48
- ### Patch Changes
49
-
50
- - 240a9d3: fix(core): fixed channel information component
51
-
52
- ## 2.13.0
53
-
54
- ### Minor Changes
55
-
56
- - 003c1f2: feat(core): adding channels to eventcatalog
57
-
58
- ## 2.12.3
59
-
60
- ### Patch Changes
61
-
62
- - d0d13c9: chore(core): fixing z-index issue with the header nav and removing the max-width
63
-
64
- ## 2.12.2
65
-
66
- ### Patch Changes
67
-
68
- - 93e224c: fix(core): custom defined landing page for docs now render on docs tab
69
-
70
- ## 2.12.1
71
-
72
- ### Patch Changes
73
-
74
- - a57282e: fix(core): new property for AsyncAPI rendering
75
- - d739d7b: fix(core): changelog buttons now render the correct changelog
76
-
77
- ## 2.12.0
78
-
79
- ### Minor Changes
80
-
81
- - a136d50: feat(core): services can now send and receive the same messages in vis…
82
-
83
- ## 2.11.7
84
-
85
- ### Patch Changes
86
-
87
- - 159e2d4: feat(core): added ability to embed discovery table
88
-
89
- ## 2.11.6
90
-
91
- ### Patch Changes
92
-
93
- - 9a531d2: feat(core): added ability to embed discovery table
94
- - 2352fc0: feat(core): added ability to embed catalog pages
95
- - 112f735: feat(core): added ability to embed visualiser without footers
96
-
97
- ## 2.11.5
98
-
99
- ### Patch Changes
100
-
101
- - 61e5cf1: fix(core): fixed outdir to output to users directory now
102
- - 6e88fcf: chore(core): moved some GitHub CI/CD to pnpm
103
- - b29d4f9: chore(core): removed code that copies over files twice to users catalog.
104
- - a283534: fix(docs): remove blank space from the version tag
105
-
106
- ## 2.11.4
107
-
108
- ### Patch Changes
109
-
110
- - 7749acd: feat(core): added support for outDir
111
-
112
- ## 2.11.3
113
-
114
- ### Patch Changes
115
-
116
- - 5442d40: fix(core): counters on homepage only include latest versions
117
-
118
- ## 2.11.2
119
-
120
- ### Patch Changes
121
-
122
- - 48d61f3: feat(core): added repo support for all resources
123
-
124
- ## 2.11.1
125
-
126
- ### Patch Changes
127
-
128
- - 214f164: chore(core): minor changes to ui
129
-
130
- ## 2.11.0
131
-
132
- ### Minor Changes
133
-
134
- - 597dcf2: feat(core): UI improvements to EventCatalog
135
-
136
- ## 2.10.1
137
-
138
- ### Patch Changes
139
-
140
- - e2c99e7: fix(core): fixed issue adding additional properties to users frontmatter on build
141
-
142
- ## 2.10.0
143
-
144
- ### Minor Changes
145
-
146
- - aa2090b: feat(core): added support for query message types/resources
147
-
148
- ## 2.9.1
149
-
150
- ### Patch Changes
151
-
152
- - 5fa9228: fix(core): moving rimraf to dep of project
153
-
154
- ## 2.9.0
155
-
156
- ### Minor Changes
157
-
158
- - 70d27a7: feat(core): support nested folder structures for domains, services and messages
159
-
160
- ## 2.8.12
161
-
162
- ### Patch Changes
163
-
164
- - e7cb5d7: chore(core): added astro file path to resources
165
-
166
- ## 2.8.11
167
-
168
- ### Patch Changes
169
-
170
- - b1912da: fix(core): fixed rapi-docs for large openapi files
171
-
172
- ## 2.8.10
173
-
174
- ### Patch Changes
175
-
176
- - 2f4b7af: fix(core): fixed issue with using tmp directories
177
-
178
- ## 2.8.9
179
-
180
- ### Patch Changes
181
-
182
- - 4e0823d: fix(core): fixed issue with importing users package json files
183
-
184
- ## 2.8.8
185
-
186
- ### Patch Changes
187
-
188
- - 3d3f56e: chore(core): changed the way eventcatalog file is now imported into the project
189
-
190
- ## 2.8.7
191
-
192
- ### Patch Changes
193
-
194
- - ce04693: fix(core): fixed visualization node graph for domains, reduced overlapping
195
-
196
- ## 2.8.6
197
-
198
- ### Patch Changes
199
-
200
- - b4c49ef: feat(core): added links to the landing page and fixed resource counter values
201
-
202
- ## 2.8.5
203
-
204
- ### Patch Changes
205
-
206
- - db41392: fix(core): flows now work with latest semver for services
207
- - 8376da8: chore(core): fixed url builder for server/client components
208
-
209
- ## 2.8.4
210
-
211
- ### Patch Changes
212
-
213
- - 95ca9aa: chore(core): removed type checks for consuming catalogs
214
-
215
- ## 2.8.3
216
-
217
- ### Patch Changes
218
-
219
- - d07a946: chore(core): updated astro versions
220
-
221
- ## 2.8.2
222
-
223
- ### Patch Changes
224
-
225
- - 591e06f: chore(core): fixed css issues with badges on pages
226
-
227
- ## 2.8.1
228
-
229
- ### Patch Changes
230
-
231
- - 16c6a28: feat(core): added api path and http verb in openapi viewer
232
- - c8118b7: fix(core): downloading images in visualizer now shows the whole diagram
233
-
234
- ## 2.8.0
235
-
236
- ### Minor Changes
237
-
238
- - 6f882b3: feat(core): added ability to focus nodes in the node graph on visualiser
239
- - dddb730: feat(core): added basic theming support for colors
240
-
241
- ## 2.7.16
242
-
243
- ### Patch Changes
244
-
245
- - 4d15fdf: fix(core): fixed windows issue for fetching config files
246
-
247
- ## 2.7.15
248
-
249
- ### Patch Changes
250
-
251
- - 7e63592: fix(core): user ownership on resources within a team
252
-
253
- ## 2.7.14
254
-
255
- ### Patch Changes
256
-
257
- - c45ebd0: feat(core): added new steps component
258
-
259
- ## 2.7.13
260
-
261
- ### Patch Changes
262
-
263
- - 6268155: feat(core): new styles added to header and docs sidebar
264
-
265
- ## 2.7.12
266
-
267
- ### Patch Changes
268
-
269
- - 3016b7f: feat(core): added tile MDX components
270
-
271
- ## 2.7.11
272
-
273
- ### Patch Changes
274
-
275
- - b106e34: chore(core): added logs for builds
276
-
277
- ## 2.7.10
278
-
279
- ### Patch Changes
280
-
281
- - d4e2013: chore(core): added ability to check and add properties on users catal…
282
-
283
- ## 2.7.9
284
-
285
- ### Patch Changes
286
-
287
- - 4cad2eb: fix(core): fixing generate command (again)
288
-
289
- ## 2.7.8
290
-
291
- ### Patch Changes
292
-
293
- - c67052f: fix(core): fixed generate command
294
-
295
- ## 2.7.7
296
-
297
- ### Patch Changes
298
-
299
- - f699aed: feat(core): added utils to read and write catalog files
300
-
301
- ## 2.7.6
302
-
303
- ### Patch Changes
304
-
305
- - bb7333d: feat(core): added protobuf support for auto diffs
306
-
307
- ## 2.7.5
308
-
309
- ### Patch Changes
310
-
311
- - fde6544: chore(core): updated astro versions
312
-
313
- ## 2.7.4
314
-
315
- ### Patch Changes
316
-
317
- - 0189ebb: fix(core): ignore trailing slash for icons
318
-
319
- ## 2.7.3
320
-
321
- ### Patch Changes
322
-
323
- - 1c56b8d: feat(core): added automatic diffs for changelogs for json, yml and avro files
324
-
325
- ## 2.7.2
326
-
327
- ### Patch Changes
328
-
329
- - ac64dc4: fix(core): only generate discover page for each collection
330
-
331
- ## 2.7.1
332
-
333
- ### Patch Changes
334
-
335
- - 29ccffc: fix(core): fixed changelogs path matching
336
-
337
- ## 2.7.0
338
-
339
- ### Minor Changes
340
-
341
- - 515b01f: feat(core): added ability to full screen visuals, new icons for messages and new landing page
342
-
343
- ## 2.6.4
344
-
345
- ### Patch Changes
346
-
347
- - 0459eec: chore(core): fixed styled for openapi pages
348
-
349
- ## 2.6.3
350
-
351
- ### Patch Changes
352
-
353
- - d35846b: chore(core): refactored the way pages are rendered reducing code
354
-
355
- ## 2.6.2
356
-
357
- ### Patch Changes
358
-
359
- - 498f58c: fix(core): generate command now removes any tmp files required for ge…
360
-
361
- ## 2.6.1
362
-
363
- ### Patch Changes
364
-
365
- - 4aecf6a: fix(core): fixed broken images for specifications on the service page
366
-
367
- ## 2.6.0
368
-
369
- ### Minor Changes
370
-
371
- - 76bebd7: feat(core): added AsyncAPI pages and new specifications frontmatter api. Deprecated the AsyncAPI and OpenAPI MDX components
372
-
373
- ## 2.5.5
374
-
375
- ### Patch Changes
376
-
377
- - 2b84b47: fix(core): moved node graphs to only load on client fixing the invalid hook call warning
378
-
379
- ## 2.5.4
380
-
381
- ### Patch Changes
382
-
383
- - b6052d9: fix(core): added client side url builder
384
-
385
- ## 2.5.3
386
-
387
- ### Patch Changes
388
-
389
- - a7f1bd0: fix(core): fixed generate script for plugins
390
-
391
- ## 2.5.2
392
-
393
- ### Patch Changes
394
-
395
- - deacd55: fix(core): can now add producers/consumers without required version number or latest or undefined
396
- - 2d8ef10: fix(core): homepage redirect status code from permanent to temporary
397
-
398
- ## 2.5.1
399
-
400
- ### Patch Changes
401
-
402
- - 2bbccf8: feat(core): added new MDX component for Flows
403
-
404
- ## 2.5.0
405
-
406
- ### Minor Changes
407
-
408
- - 067fd89: feat(core): added flows to eventcatalog
409
- - c336807: feat(core): only latest versions are now shown in visualizer
410
- - 20c2cba: fix(core): fixing search not working after builds
411
- - 7476fa6: fix(core): nodegraphs for domains now work with semver versions
412
- - 737380a: feat(core): added ability to see how many domains a team and users own
413
- - a1490d3: chore(core): updated astro versions
414
- feat(core): visuzlier arrows stroke width increased
415
- - 58d6a2d: chore(core): fixing default for flows
416
-
417
- ## 2.4.0
418
-
419
- ### Minor Changes
420
-
421
- - 3a4b8ec: feat(c0re): add semantic version support, referencing services or messages can now be done with semver
422
-
423
- ## 2.3.4
424
-
425
- ### Patch Changes
426
-
427
- - a99057e: feat(core): added ability to drag nodes in visualizer
428
-
429
- ## 2.3.3
430
-
431
- ### Patch Changes
432
-
433
- - dad4df7: fix(core): visualiser now truncates labels on sidebar
434
-
435
- ## 2.3.2
436
-
437
- ### Patch Changes
438
-
439
- - 90c9219: feat(core): added page redirect to latest version when going to /{resource/{id}
440
-
441
- ## 2.3.1
442
-
443
- ### Patch Changes
444
-
445
- - 0de35d9: fix(core): vitest no longer added to the npm package
446
-
447
- ## 2.3.0
448
-
449
- ### Minor Changes
450
-
451
- - d662cb1: feat(core): added custom component support for eventcatalog
452
-
453
- ## 2.2.7
454
-
455
- ### Patch Changes
456
-
457
- - d7148fa: chore(core): fixed long labels on the documentation sidebar
458
-
459
- ## 2.2.6
460
-
461
- ### Patch Changes
462
-
463
- - 50a43e0: core(fix): removed forward slash before # to prevent double trailing slash
464
- - 8104078: chore(core): added windows tests and fixed watcher to work with changelogs files on windows
465
-
466
- ## 2.2.5
467
-
468
- ### Patch Changes
469
-
470
- - edd58a6: fix(core): enforce the leading slash to the logo
471
- - 269aef9: fix(core): fixed url paths for EC assets
472
-
473
- ## 2.2.4
474
-
475
- ### Patch Changes
476
-
477
- - 34fa215: fix(core): now word wrapping code blocks by default in markdown files so not to break the layout of the page
478
-
479
- ## 2.2.3
480
-
481
- ### Patch Changes
482
-
483
- - ea7302b: fix(core): fixed changelog urls on resource pages
484
-
485
- ## 2.2.2
486
-
487
- ### Patch Changes
488
-
489
- - 5ec8513: chore(core): added new footer component to tidy up code
490
- - 7a0e839: fix(core): added defaults for no pages in catalog
491
-
492
- ## 2.2.1
493
-
494
- ### Patch Changes
495
-
496
- - abac0a7: fix(core): fixed urls on changelogs
497
-
498
- ## 2.2.0
499
-
500
- ### Minor Changes
501
-
502
- - 9b92648: feat(core): added changelog support for domains, services and messages
503
-
504
- ## 2.1.0
505
-
506
- ### Minor Changes
507
-
508
- - 35fa4a3: feat(core): added ability to customize the landing page
509
-
510
- ## 2.0.31
511
-
512
- ### Patch Changes
513
-
514
- - c4f6f40: fix(core): discover table width now fixed on long summarys
515
-
516
- ## 2.0.30
517
-
518
- ### Patch Changes
519
-
520
- - 32f93a9: fix(core): running eventcatalog on windows (cross-compatibility between operational systems)
521
- - 956dd32: fix(core): updated service list to render with with name rather than id
522
- - 6580ff2: fix(core): fixed missing base in redirect target
523
-
524
- ## 2.0.29
525
-
526
- ### Patch Changes
527
-
528
- - 83d76b7: fix(core): fixed the json schema viewer require issues
529
-
530
- ## 2.0.28
531
-
532
- ### Patch Changes
533
-
534
- - 0bad036: feat(core): added beta version of generators
535
-
536
- ## 2.0.27
537
-
538
- ### Patch Changes
539
-
540
- - c6da224: feat(core): added ability to configure landing page
541
-
542
- ## 2.0.26
543
-
544
- ### Patch Changes
545
-
546
- - 3dc05d8: fix(core): fixed search, now set output path on build
547
-
548
- ## 2.0.25
549
-
550
- ### Patch Changes
551
-
552
- - 109ce19: feat(core): added optimize flag to make eventcatalog work with large catalogs
553
-
554
- ## 2.0.24
555
-
556
- ### Patch Changes
557
-
558
- - db66733: fix(core): favicon having invalid url with default base url configuration
559
- - 26a4a37: fix perf issues for discover pages in build step
560
- - f29d718: fix(core): sidebar configuration for section visibility is now optional
561
- - 3426ea8: fix(core): temp fix for domains for users
562
-
563
- ## 2.0.23
564
-
565
- ### Patch Changes
566
-
567
- - 66a764c: fix(core: fixed additional ts errors)
568
-
569
- ## 2.0.22
570
-
571
- ### Patch Changes
572
-
573
- - 58a02a1: chore(core): removed console logs
574
-
575
- ## 2.0.21
576
-
577
- ### Patch Changes
578
-
579
- - 22e4b6d: fix(core): fixed issues with styling
580
-
581
- ## 2.0.20
582
-
583
- ### Patch Changes
584
-
585
- - 5de772b: fix(core): fixed typescript errors
586
-
587
- ## 2.0.19
588
-
589
- ### Patch Changes
590
-
591
- - 4be2512: feat(core): added ability to configure port on EventCatlog
592
-
593
- ## 2.0.18
594
-
595
- ### Patch Changes
596
-
597
- - 209e428: fix(core): fixed domain nav bar in discovery page
598
-
599
- ## 2.0.17
600
-
601
- ### Patch Changes
602
-
603
- - 6337769: feat(core): added ability to customise header text and logo
604
-
605
- ## 2.0.16
606
-
607
- ### Patch Changes
608
-
609
- - cae7c0a: fix(core): added missing urls for slash support
610
-
611
- ## 2.0.15
612
-
613
- ### Patch Changes
614
-
615
- - 73a40b4: fix(core): added support for trailingSlash in the EventCatalog types.
616
-
617
- ## 2.0.14
618
-
619
- ### Patch Changes
620
-
621
- - 9d61581: feat(core): added support for base url and slashes
622
-
623
- ## 2.0.13
624
-
625
- ### Patch Changes
626
-
627
- - 1e4c805: feat(core): Adding <SchemaViewer /> component
628
-
629
- ## 2.0.12
630
-
631
- ### Patch Changes
632
-
633
- - 18f1c3d: fix(core): fixed start and preview commands
634
-
635
- ## 2.0.11
636
-
637
- ### Patch Changes
638
-
639
- - 45ea9f6: feat(core): added types file for eventcatalog.config.js
640
-
641
- ## 2.0.10
642
-
643
- ### Patch Changes
644
-
645
- - 62422dd: fix to build
646
- - 1c42b9f: feat(core): added ability to hide resources in sidebar
647
-
648
- ## 2.0.9
649
-
650
- ### Patch Changes
651
-
652
- - d4916a0: fix(core): configure width for nodes in visualiser (#560)
653
-
654
- ## 2.0.8
655
-
656
- ### Patch Changes
657
-
658
- - 5bde1d4: feat(core): versions now show as a dropdown
659
-
660
- ## 2.0.7
661
-
662
- ### Patch Changes
663
-
664
- - b82d79e: feat(core): Renders names for services side bars and also links to services from domains fixed
665
-
666
- ## 2.0.6
667
-
668
- ### Patch Changes
669
-
670
- - c098f12: fix(core): hydrate content before building
671
-
672
- ## 2.0.5
673
-
674
- ### Patch Changes
675
-
676
- - 4410826: feat(core): adding preview and start commands to eventcatalog
677
-
678
- ## 2.0.4
679
-
680
- ### Patch Changes
681
-
682
- - 00def6d: bug(core): now loads /docs when going to /
683
-
684
- ## 2.0.3
685
-
686
- ### Patch Changes
687
-
688
- - dc89208: fix(core): core folder now copied on buld
689
-
690
- ## 2.0.2
691
-
692
- ### Patch Changes
693
-
694
- - a4bfa8b: chore(core): update the project url to the github org
695
-
696
- ## 2.0.1
697
-
698
- ### Patch Changes
699
-
700
- - 20aa425: chore(misc): Testing the release of EventCatalog
701
-
702
- ## 2.0.0
703
-
704
- New version launched of EventCatalog with major changes.
705
-
706
- ## 1.2.7
707
-
708
- ### Patch Changes
709
-
710
- - [`65aa33d`](https://github.com/boyney123/eventcatalog/commit/65aa33d618b9f415768554bb85a926c1f1913698) [#510](https://github.com/boyney123/eventcatalog/pull/510) Thanks [@boyney123](https://github.com/boyney123)! - Update mermaid version to latest
711
-
712
- ## 1.2.6
713
-
714
- ### Patch Changes
715
-
716
- - [`1fce9a2`](https://github.com/boyney123/eventcatalog/commit/1fce9a298ff1820056fcbc4dc75cfd6f18535f60) [#499](https://github.com/boyney123/eventcatalog/pull/499) Thanks [@marciovmartins](https://github.com/marciovmartins)! - feat: add search via query parameter for events, services and domains (#498)
717
-
718
- ## 1.2.5
719
-
720
- ### Patch Changes
721
-
722
- - [`56b9f0d`](https://github.com/boyney123/eventcatalog/commit/56b9f0daefde6cba75b68c4a5a33742376b540dd) [#485](https://github.com/boyney123/eventcatalog/pull/485) Thanks [@dreglad](https://github.com/dreglad)! - fix: (#484) ensure link exists before opening link in visualizer
723
-
724
- - [`56b9f0d`](https://github.com/boyney123/eventcatalog/commit/56b9f0daefde6cba75b68c4a5a33742376b540dd) [#485](https://github.com/boyney123/eventcatalog/pull/485) Thanks [@dreglad](https://github.com/dreglad)! - fix: (#484) ensure link exists before opening link in visualizer.
725
-
726
- ## 1.2.4
727
-
728
- ### Patch Changes
729
-
730
- - [`821a1a7`](https://github.com/boyney123/eventcatalog/commit/821a1a7553dbfebb6793923d1e49a81fee27826d) [#482](https://github.com/boyney123/eventcatalog/pull/482) Thanks [@WaYdotNET](https://github.com/WaYdotNET)! - fix: visualization of asyncapi: 3.0.0 file
731
-
732
- ## 1.2.3
733
-
734
- ### Patch Changes
735
-
736
- - [`c2faad3`](https://github.com/boyney123/eventcatalog/commit/c2faad32c756589f4e11e82b7a5b659257e6b98b) [#480](https://github.com/boyney123/eventcatalog/pull/480) Thanks [@boyney123](https://github.com/boyney123)! - fix: bug when copy styles over
737
-
738
- ## 1.2.2
739
-
740
- ### Patch Changes
741
-
742
- - [`e8846cb`](https://github.com/boyney123/eventcatalog/commit/e8846cb66620581e6cc33a0c8d36ddac912c78b9) [#477](https://github.com/boyney123/eventcatalog/pull/477) Thanks [@boyney123](https://github.com/boyney123)! - feat - fixing copy over
743
-
744
- ## 1.2.1
745
-
746
- ### Patch Changes
747
-
748
- - [`65a46b1`](https://github.com/boyney123/eventcatalog/commit/65a46b1ecea14837f9cbfa5e66ba3b369f36646a) [#475](https://github.com/boyney123/eventcatalog/pull/475) Thanks [@boyney123](https://github.com/boyney123)! - feat - copy over styles on dev and build
749
-
750
- ## 1.2.0
751
-
752
- ### Minor Changes
753
-
754
- - [`59fc853`](https://github.com/boyney123/eventcatalog/commit/59fc853878b1e3c5413f7c6fd5bf982b30165693) [#473](https://github.com/boyney123/eventcatalog/pull/473) Thanks [@boyney123](https://github.com/boyney123)! - feat - added ability to add css overrides
755
-
756
- ## 1.1.2
757
-
758
- ### Patch Changes
759
-
760
- - [`b08f273`](https://github.com/boyney123/eventcatalog/commit/b08f2733b8f6cfea8b89e0708f3ad88bc2e9903f) [#470](https://github.com/boyney123/eventcatalog/pull/470) Thanks [@boyney123](https://github.com/boyney123)! - fix - fixed build with swagger version
761
-
762
- ## 1.1.1
763
-
764
- ### Patch Changes
765
-
766
- - [`7eb8c93`](https://github.com/boyney123/eventcatalog/commit/7eb8c93a2f13088e45c725dc18699e4f66bdf2c5) [#462](https://github.com/boyney123/eventcatalog/pull/462) Thanks [@boyney123](https://github.com/boyney123)! - fix - copy config file on build
767
-
768
- ## 1.1.0
769
-
770
- ### Minor Changes
771
-
772
- - [`4b34273`](https://github.com/boyney123/eventcatalog/commit/4b34273931e141a651c0a56e1bc6fba5543869eb) [#447](https://github.com/boyney123/eventcatalog/pull/447) Thanks [@rberger](https://github.com/rberger)! - Force the dependency trim to be version 0.0.3 with a resolution to eliminate a high vulnerability
773
-
774
- ## 1.0.7
775
-
776
- ### Patch Changes
777
-
778
- - [`63abb59`](https://github.com/boyney123/eventcatalog/commit/63abb596bb2a63caad6349d93b201bac01434f79) [#445](https://github.com/boyney123/eventcatalog/pull/445) Thanks [@boyney123](https://github.com/boyney123)! - fix- build for typescript and react types
779
-
780
- ## 1.0.6
781
-
782
- ### Patch Changes
783
-
784
- - [`fc2dcd5`](https://github.com/boyney123/eventcatalog/commit/fc2dcd5acc09ea8e03e796537e6b8597f08d5546) [#440](https://github.com/boyney123/eventcatalog/pull/440) Thanks [@rtoro](https://github.com/rtoro)! - feat - added new page for users
785
-
786
- ## 1.0.5
787
-
788
- ### Patch Changes
789
-
790
- - [`4834e9f`](https://github.com/boyney123/eventcatalog/commit/4834e9f4d1761615e7e5d4740e98c66c00fdc99e) [#438](https://github.com/boyney123/eventcatalog/pull/438) Thanks [@boyney123](https://github.com/boyney123)! - fix: set key on rendered serices, no longer duplicates them
791
-
792
- ## 1.0.4
793
-
794
- ### Patch Changes
795
-
796
- - [`40a6221`](https://github.com/boyney123/eventcatalog/commit/40a62216f4d9a2d4bfba525bd1f9c92cbd63ecdb) [#414](https://github.com/boyney123/eventcatalog/pull/414) Thanks [@pebbz](https://github.com/pebbz)! - chore(core) - FIX-408 - upgrade typescript
797
-
798
- ## 1.0.3
799
-
800
- ### Patch Changes
801
-
802
- - [`9476d74`](https://github.com/boyney123/eventcatalog/commit/9476d74af8fc3af8f1aaceb4e6def77e61c5e17f) [#428](https://github.com/boyney123/eventcatalog/pull/428) Thanks [@jlee-spt](https://github.com/jlee-spt)! - feat: Allow fetching of remote asyncapi docs
803
-
804
- ## 1.0.2
805
-
806
- ### Patch Changes
807
-
808
- - [`69298ce`](https://github.com/boyney123/eventcatalog/commit/69298ce8b46b77c2662ab789af7c00295cb7fe06) [#432](https://github.com/boyney123/eventcatalog/pull/432) Thanks [@boyney123](https://github.com/boyney123)! - chore - locking down Asyncapi version
809
-
810
- - [`bfdd189`](https://github.com/boyney123/eventcatalog/commit/bfdd18917d3ec4e51a78dd6c4c93c445e6430e67) [#431](https://github.com/boyney123/eventcatalog/pull/431) Thanks [@jslim](https://github.com/jslim)! - Chore: including fs false by default
811
-
812
- ## 1.0.1
813
-
814
- ### Patch Changes
815
-
816
- - [`a83e9e5`](https://github.com/boyney123/eventcatalog/commit/a83e9e5e7922689b6ac3326c680a84b9ce582c2a) [#415](https://github.com/boyney123/eventcatalog/pull/415) Thanks [@rafaelrenanpacheco](https://github.com/rafaelrenanpacheco)! - feat: sort sidebar filters
817
-
818
- ## 1.0.0
819
-
820
- ### Major Changes
821
-
822
- - [`24634aa`](https://github.com/boyney123/eventcatalog/commit/24634aa00d14c05b56cf9fd6e5e7e7dcdd943b07) [#409](https://github.com/boyney123/eventcatalog/pull/409) Thanks [@pebbz](https://github.com/pebbz)! - FIX-276 - Fix bug 276 by upgrading packages
823
-
824
- ## 0.6.12
825
-
826
- ### Patch Changes
827
-
828
- - [`3bf1979`](https://github.com/boyney123/eventcatalog/commit/3bf19799880cb379e8fbea1bf4cdc40b0c7be7b1) [#400](https://github.com/boyney123/eventcatalog/pull/400) Thanks [@boyney123](https://github.com/boyney123)! - feat- allow props to be used in openAPI components
829
-
830
- ## 0.6.11
831
-
832
- ### Patch Changes
833
-
834
- - [`21c6260`](https://github.com/boyney123/eventcatalog/commit/21c6260b04bd849f93c11a571c6a6c9b55501911) [#397](https://github.com/boyney123/eventcatalog/pull/397) Thanks [@boyney123](https://github.com/boyney123)! - feta - Adding support for OpenAPI files in events.
835
-
836
- ## 0.6.10
837
-
838
- ### Patch Changes
839
-
840
- - [`97c0da5`](https://github.com/boyney123/eventcatalog/commit/97c0da5c2976f024286f7760cd688e93b9c53701) [#340](https://github.com/boyney123/eventcatalog/pull/340) Thanks [@michelgrootjans](https://github.com/michelgrootjans)! - - feat - added ability to show node graphs on the event and service overview pages.
841
-
842
- ## 0.6.9
843
-
844
- ### Patch Changes
845
-
846
- - [`264b6c8`](https://github.com/boyney123/eventcatalog/commit/264b6c8525e59c76bc28bec11d093c5740cf73bf) [#328](https://github.com/boyney123/eventcatalog/pull/328) Thanks [@dremonkey](https://github.com/dremonkey)! - fix: support spaces in projectDIR path
847
-
848
- ## 0.6.8
849
-
850
- ### Patch Changes
851
-
852
- - [`78945be`](https://github.com/boyney123/eventcatalog/commit/78945be651c48e9194794eff4a73566cb8a045b4) [#360](https://github.com/boyney123/eventcatalog/pull/360) Thanks [@boyney123](https://github.com/boyney123)! - (fix) - fixing 404 issues with domain page
853
-
854
- ## 0.6.7
855
-
856
- ### Patch Changes
857
-
858
- - [`a93ab13`](https://github.com/boyney123/eventcatalog/commit/a93ab13bf939d8ebdfc771cc6fff23167420a403) [#350](https://github.com/boyney123/eventcatalog/pull/350) Thanks [@ldiego73](https://github.com/ldiego73)! - fix to correctly display the user when there are no events associated with a domain.
859
-
860
- - [`a93ab13`](https://github.com/boyney123/eventcatalog/commit/a93ab13bf939d8ebdfc771cc6fff23167420a403) [#350](https://github.com/boyney123/eventcatalog/pull/350) Thanks [@ldiego73](https://github.com/ldiego73)! - fix: correct display of users in domain
861
-
862
- ## 0.6.6
863
-
864
- ### Patch Changes
865
-
866
- - [`c8b765b`](https://github.com/boyney123/eventcatalog/commit/c8b765b62446097781fd650675b04fe1d4daa287) [#354](https://github.com/boyney123/eventcatalog/pull/354) Thanks [@rafaelrenanpacheco](https://github.com/rafaelrenanpacheco)! - feat: add event tags
867
-
868
- ## 0.6.5
869
-
870
- ### Patch Changes
871
-
872
- - [`b63773b`](https://github.com/boyney123/eventcatalog/commit/b63773bbb774a1bbf518f3dd0195bba6c09687cd) [#348](https://github.com/boyney123/eventcatalog/pull/348) Thanks [@boyney123](https://github.com/boyney123)! - fix for 260 - nodegraphs used over mermaid graphs when writing to eve…
873
-
874
- ## 0.6.4
875
-
876
- ### Patch Changes
877
-
878
- - [`adeda51`](https://github.com/boyney123/eventcatalog/commit/adeda51f7f1f5c375e0b54248ac33d4dd2476054) Thanks [@boyney123](https://github.com/boyney123)! - OpenAPI component now supports remote spec files.
879
-
880
- ## 0.6.3
881
-
882
- ### Patch Changes
883
-
884
- - [`16e792e`](https://github.com/boyney123/eventcatalog/commit/16e792ea72ed524ac80108754a16f655ec6a2a91) [#336](https://github.com/boyney123/eventcatalog/pull/336) Thanks [@boyney123](https://github.com/boyney123)! - adding fix for 324 - domains with services edit link now correct
885
-
886
- ## 0.6.2
887
-
888
- ### Patch Changes
889
-
890
- - [`8f72480`](https://github.com/boyney123/eventcatalog/commit/8f724804873317940d62b2887aa8f54ced430260) [#330](https://github.com/boyney123/eventcatalog/pull/330) Thanks [@michelgrootjans](https://github.com/michelgrootjans)! - Fix to the 3D node graph
891
-
892
- ## 0.6.1
893
-
894
- ### Patch Changes
895
-
896
- - [`9315416`](https://github.com/boyney123/eventcatalog/commit/931541626315a753d630593083e2f1f87c7c51cc) [#320](https://github.com/boyney123/eventcatalog/pull/320) Thanks [@mikaelvesavuori](https://github.com/mikaelvesavuori)! - Mermaid component not working
897
-
898
- ## 0.6.0
899
-
900
- ### Minor Changes
901
-
902
- - [`34358f5`](https://github.com/boyney123/eventcatalog/commit/34358f5b55fa58a8502a81ed44fb9c4b1901bdd2) [#314](https://github.com/boyney123/eventcatalog/pull/314) Thanks [@martzcodes](https://github.com/martzcodes)! - Feature: Add Badge Filtering to Domains, Events, and Services
903
-
904
- ## 0.5.2
905
-
906
- ### Patch Changes
907
-
908
- - [`7372407`](https://github.com/boyney123/eventcatalog/commit/73724077d528d48d16bfffaa97231e7f63e3903f) [#312](https://github.com/boyney123/eventcatalog/pull/312) Thanks [@boyney123](https://github.com/boyney123)! - fix version for spotlight
909
-
910
- ## 0.5.1
911
-
912
- ### Patch Changes
913
-
914
- - [`8419a50`](https://github.com/boyney123/eventcatalog/commit/8419a506c7ffa686fb474235474261462949f888) [#308](https://github.com/boyney123/eventcatalog/pull/308) Thanks [@boyney123](https://github.com/boyney123)! - chore: updating to minify files and change cdn for font-awesome
915
-
916
- ## 0.5.0
917
-
918
- ### Minor Changes
919
-
920
- - [`a790134`](https://github.com/boyney123/eventcatalog/commit/a7901349fc12efce430f5aeda87d5befb03bd628) [#303](https://github.com/boyney123/eventcatalog/pull/303) Thanks [@dpwdec](https://github.com/dpwdec)! - feat: added new badges for event, services and domains
921
-
922
- ## 0.4.0
923
-
924
- ### Minor Changes
925
-
926
- - [`cda7105`](https://github.com/boyney123/eventcatalog/commit/cda7105b03e5d5aa6fc9451552cc89c1e88e8859) [#304](https://github.com/boyney123/eventcatalog/pull/304) Thanks [@lcsbltm](https://github.com/lcsbltm)! - feat: added support for asyncapi file in service directory. Now supports new AsyncAPI MDX component.
927
-
928
- ## 0.3.4
929
-
930
- ### Patch Changes
931
-
932
- - [`390f0a1`](https://github.com/boyney123/eventcatalog/commit/390f0a103ca011afbb7611f88f69daf06a930bd5) [#297](https://github.com/boyney123/eventcatalog/pull/297) Thanks [@boyney123](https://github.com/boyney123)! - fix - autoprefix warning in console
933
-
934
- ## 0.3.3
935
-
936
- ### Patch Changes
937
-
938
- - [`1e30f43`](https://github.com/boyney123/eventcatalog/commit/1e30f439364143022bac7094e06bfbed11e51af9) [#295](https://github.com/boyney123/eventcatalog/pull/295) Thanks [@boyney123](https://github.com/boyney123)! - chore - update mermaid package
939
-
940
- ## 0.3.2
941
-
942
- ### Patch Changes
943
-
944
- - [`d7368d0`](https://github.com/boyney123/eventcatalog/commit/d7368d0a5dec261e99b3f556af4c90572d4bb38c) [#293](https://github.com/boyney123/eventcatalog/pull/293) Thanks [@boyney123](https://github.com/boyney123)! - fix - allow button configuration on the homescreen
945
-
946
- ## 0.3.1
947
-
948
- ### Patch Changes
949
-
950
- - [`8ccc733`](https://github.com/boyney123/eventcatalog/commit/8ccc733c69b7b262c6d1d9751d331a101719de42) [#291](https://github.com/boyney123/eventcatalog/pull/291) Thanks [@boyney123](https://github.com/boyney123)! - fix - overflow issues with too many examples in the Examples MDX comp…
951
-
952
- ## 0.3.0
953
-
954
- ### Minor Changes
955
-
956
- - [`93db111`](https://github.com/boyney123/eventcatalog/commit/93db11169279435a762a8098c2f50014a5698504) [#286](https://github.com/boyney123/eventcatalog/pull/286) Thanks [@boyney123](https://github.com/boyney123)! - feat - users can now edit header links
957
-
958
- ## 0.2.20
959
-
960
- ### Patch Changes
961
-
962
- - [`3ca978a`](https://github.com/boyney123/eventcatalog/commit/3ca978a5fd16267f3479d67c54fa0f8007f94dc9) [#281](https://github.com/boyney123/eventcatalog/pull/281) Thanks [@dytyniuk](https://github.com/dytyniuk)! - Fix a broken link behind View in Visualiser button on the Event Details page
963
-
964
- ## 0.2.19
965
-
966
- ### Patch Changes
967
-
968
- - [`6848067`](https://github.com/boyney123/eventcatalog/commit/68480677ed079bb73c0b8e19f60e15abb3aff707) [#264](https://github.com/boyney123/eventcatalog/pull/264) Thanks [@rtoro](https://github.com/rtoro)! - feat: adding search box into service page
969
-
970
- ## 0.2.18
971
-
972
- ### Patch Changes
973
-
974
- - [`602f726`](https://github.com/boyney123/eventcatalog/commit/602f72693f9b4f3f9dd9838dd8cad2da6c4ff6a2) [#254](https://github.com/boyney123/eventcatalog/pull/254) Thanks [@drub0y](https://github.com/drub0y)! - fix(core): Fixes getEditUrl to build URLs w/URL vs just path.join
975
-
976
- ## 0.2.17
977
-
978
- ### Patch Changes
979
-
980
- - [`c5330cd`](https://github.com/boyney123/eventcatalog/commit/c5330cd9776de26389271a2bd7b0c589a59b0982) [#265](https://github.com/boyney123/eventcatalog/pull/265) Thanks [@boyney123](https://github.com/boyney123)! - fix: fixing small padding issues on various pages
981
-
982
- ## 0.2.16
983
-
984
- ### Patch Changes
985
-
986
- - [`6ffc4af`](https://github.com/boyney123/eventcatalog/commit/6ffc4afe7059b98c02b496349ca624c9b672dbcb) [#261](https://github.com/boyney123/eventcatalog/pull/261) Thanks [@boyney123](https://github.com/boyney123)! - fix(core): Fixes node domain service/event linking
987
-
988
- ## 0.2.15
989
-
990
- ### Patch Changes
991
-
992
- - [`c5cb51f`](https://github.com/boyney123/eventcatalog/commit/c5cb51f60926d2edad806de59873aadab61e0d9d) [#258](https://github.com/boyney123/eventcatalog/pull/258) Thanks [@boyney123](https://github.com/boyney123)! - fix: now checks events folder in domains before moving them to public…
993
-
994
- ## 0.2.14
995
-
996
- ### Patch Changes
997
-
998
- - [`17a5883`](https://github.com/boyney123/eventcatalog/commit/17a5883bcc15480872c2944296fcac503bfab8c4) [#251](https://github.com/boyney123/eventcatalog/pull/251) Thanks [@boyney123](https://github.com/boyney123)! - fix: build issues with eventcatalog core
999
-
1000
- ## 0.2.13
1001
-
1002
- ### Patch Changes
1003
-
1004
- - [`5211140`](https://github.com/boyney123/eventcatalog/commit/5211140b254353b7aa1c5baead6be416a853cc9d) [#240](https://github.com/boyney123/eventcatalog/pull/240) Thanks [@thim81](https://github.com/thim81)! - feat: Analytics - Added Google Analytics option
1005
-
1006
- ## 0.2.12
1007
-
1008
- ### Patch Changes
1009
-
1010
- - [`4269b19`](https://github.com/boyney123/eventcatalog/commit/4269b199809807bd08968ce4f9c6e025c5d14794) [#241](https://github.com/boyney123/eventcatalog/pull/241) Thanks [@donaldpipowitch](https://github.com/donaldpipowitch)! - chore: improve typings
1011
-
1012
- ## 0.2.11
1013
-
1014
- ### Patch Changes
1015
-
1016
- - [`8c3c719`](https://github.com/boyney123/eventcatalog/commit/8c3c719b94e005921f6caec16106466da3f86992) [#244](https://github.com/boyney123/eventcatalog/pull/244) Thanks [@otbe](https://github.com/otbe)! - Fix broken links for services that have no domain on events detail page
1017
-
1018
- ## 0.2.10
1019
-
1020
- ### Patch Changes
1021
-
1022
- - [`41f6b5a`](https://github.com/boyney123/eventcatalog/commit/41f6b5a03645bfac2006f80c013ed7315cbe3add) [#229](https://github.com/boyney123/eventcatalog/pull/229) Thanks [@rtoro](https://github.com/rtoro)! - feat(core): allow the use of swagger ui in service pages
1023
-
1024
- ## 0.2.9
1025
-
1026
- ### Patch Changes
1027
-
1028
- - [`3740427`](https://github.com/boyney123/eventcatalog/commit/37404275e021c4d55ae43f5efbf12e321bf65025) [#230](https://github.com/boyney123/eventcatalog/pull/230) Thanks [@boyney123](https://github.com/boyney123)! - fix: visualiser now supports long names in diagram (again)
1029
-
1030
- ## 0.2.8
1031
-
1032
- ### Patch Changes
1033
-
1034
- - [`2985a14`](https://github.com/boyney123/eventcatalog/commit/2985a14ecdebb5f15ea0ff6512ee88f8863e676f) [#227](https://github.com/boyney123/eventcatalog/pull/227) Thanks [@boyney123](https://github.com/boyney123)! - feat: adding new node in visualiser to show all events and services
1035
-
1036
- ## 0.2.7
1037
-
1038
- ### Patch Changes
1039
-
1040
- - [`4e03a95`](https://github.com/boyney123/eventcatalog/commit/4e03a95f1420c36169232723f277e88b12c3d5f7) [#224](https://github.com/boyney123/eventcatalog/pull/224) Thanks [@boyney123](https://github.com/boyney123)! - feat: visualiser on click now sets query params
1041
-
1042
- ## 0.2.6
1043
-
1044
- ### Patch Changes
1045
-
1046
- - [`ccb524a`](https://github.com/boyney123/eventcatalog/commit/ccb524abc97ec7c58b66fd8b1fcb34b0f9a7bd02) [#217](https://github.com/boyney123/eventcatalog/pull/217) Thanks [@otbe](https://github.com/otbe)! - fix: add a stable render key for events/services in visualizer
1047
-
1048
- ## 0.2.5
1049
-
1050
- ### Patch Changes
1051
-
1052
- - [`65ee3da`](https://github.com/boyney123/eventcatalog/commit/65ee3daab667c0f8b960733c738e3fb12f683144) [#215](https://github.com/boyney123/eventcatalog/pull/215) Thanks [@otbe](https://github.com/otbe)! - add a stable render key for events
1053
-
1054
- ## 0.2.4
1055
-
1056
- ### Patch Changes
1057
-
1058
- - [`c833a2a`](https://github.com/boyney123/eventcatalog/commit/c833a2a74b049e231c804504550b942d4dc33e70) [#213](https://github.com/boyney123/eventcatalog/pull/213) Thanks [@boyney123](https://github.com/boyney123)! - chore: update to new nextjs version
1059
-
1060
- ## 0.2.3
1061
-
1062
- ### Patch Changes
1063
-
1064
- - [`a0b90f9`](https://github.com/boyney123/eventcatalog/commit/a0b90f9a4ce9bfd0409b2dff44da5f00bafdfa87) [#211](https://github.com/boyney123/eventcatalog/pull/211) Thanks [@boyney123](https://github.com/boyney123)! - fix: fixing domain mappings and change log issues with domains
1065
-
1066
- ## 0.2.2
1067
-
1068
- ### Patch Changes
1069
-
1070
- - [`7dcdd9e`](https://github.com/boyney123/eventcatalog/commit/7dcdd9efa077ab9beafcb92bf4789359f9eed02c) [#209](https://github.com/boyney123/eventcatalog/pull/209) Thanks [@boyney123](https://github.com/boyney123)! - fix: now check for events dir before moving schemas
1071
-
1072
- ## 0.2.1
1073
-
1074
- ### Patch Changes
1075
-
1076
- - [`ccefeee`](https://github.com/boyney123/eventcatalog/commit/ccefeeee93e80620c1c3755676bd0dbe448b4a8a) [#206](https://github.com/boyney123/eventcatalog/pull/206) Thanks [@boyney123](https://github.com/boyney123)! - feat: fixing domains and adding them to create package
1077
-
1078
- ## 0.2.0
1079
-
1080
- ### Minor Changes
1081
-
1082
- - [`8352416`](https://github.com/boyney123/eventcatalog/commit/835241609aa03cb8158b7a5a1c662c57f8e22505) [#204](https://github.com/boyney123/eventcatalog/pull/204) Thanks [@boyney123](https://github.com/boyney123)! - feat: adding domain support to eventcatalog
1083
-
1084
- ## 0.1.19
1085
-
1086
- ### Patch Changes
1087
-
1088
- - [`a6f5ae3`](https://github.com/boyney123/eventcatalog/commit/a6f5ae3684279b57cbb4c337e98a5373a2facabb) [#195](https://github.com/boyney123/eventcatalog/pull/195) Thanks [@donaldpipowitch](https://github.com/donaldpipowitch)! - fix(logs): break line in diff view
1089
-
1090
- * [`f48322a`](https://github.com/boyney123/eventcatalog/commit/f48322ab96be22a65baa4cbd5b5ce6d7a0fadd8b) [#167](https://github.com/boyney123/eventcatalog/pull/167) Thanks [@thim81](https://github.com/thim81)! - feat: set page title, description, favicon and og metadata
1091
-
1092
- ## 0.1.18
1093
-
1094
- ### Patch Changes
1095
-
1096
- - [`3eb7f3b`](https://github.com/boyney123/eventcatalog/commit/3eb7f3b98ef5061beaff4d1ebfac3874cab33c95) [#190](https://github.com/boyney123/eventcatalog/pull/190) Thanks [@boyney123](https://github.com/boyney123)! - chore: added new footer link for visualiser
1097
-
1098
- ## 0.1.17
1099
-
1100
- ### Patch Changes
1101
-
1102
- - [`d57e67b`](https://github.com/boyney123/eventcatalog/commit/d57e67bf38be9391841b3c6dee6ab360b2eb1325) [#188](https://github.com/boyney123/eventcatalog/pull/188) Thanks [@boyney123](https://github.com/boyney123)! - fixing visualiser for mobile devices
1103
-
1104
- ## 0.1.16
1105
-
1106
- ### Patch Changes
1107
-
1108
- - [`2d10847`](https://github.com/boyney123/eventcatalog/commit/2d108470af945e1cec59c114627878c56d7385dd) [#186](https://github.com/boyney123/eventcatalog/pull/186) Thanks [@boyney123](https://github.com/boyney123)! - feat: added new visualiser feature
1109
-
1110
- ## 0.1.15
1111
-
1112
- ### Patch Changes
1113
-
1114
- - [`60bea4d`](https://github.com/boyney123/eventcatalog/commit/60bea4db471bf3c63a936b86ce7ee549e73972a6) [#182](https://github.com/boyney123/eventcatalog/pull/182) Thanks [@thim81](https://github.com/thim81)! - fix: optional title for all MDX components
1115
-
1116
- * [`bf5bab4`](https://github.com/boyney123/eventcatalog/commit/bf5bab44b9be92c5888c6548694c42d1fa83a678) [#184](https://github.com/boyney123/eventcatalog/pull/184) Thanks [@thim81](https://github.com/thim81)! - fix: increase node width for NodeGraph
1117
-
1118
- ## 0.1.14
1119
-
1120
- ### Patch Changes
1121
-
1122
- - [`1558d17`](https://github.com/boyney123/eventcatalog/commit/1558d17b1c9f925c8e74d22b57edbfc4195a73a6) [#178](https://github.com/boyney123/eventcatalog/pull/178) Thanks [@boyney123](https://github.com/boyney123)! - feat: added better code example component
1123
-
1124
- ## 0.1.13
1125
-
1126
- ### Patch Changes
1127
-
1128
- - [`ca01bef`](https://github.com/boyney123/eventcatalog/commit/ca01bef1659b2c364210a86e0f9e916f6c1fbaa4) [#166](https://github.com/boyney123/eventcatalog/pull/166) Thanks [@thim81](https://github.com/thim81)! - feat: new nodegraph component to render services and events
1129
-
1130
- ## 0.1.12
1131
-
1132
- ### Patch Changes
1133
-
1134
- - [`5dcc188`](https://github.com/boyney123/eventcatalog/commit/5dcc188dbd68f70b867e38df91211ba077f14189) [#175](https://github.com/boyney123/eventcatalog/pull/175) Thanks [@thim81](https://github.com/thim81)! - fix: mermaid diagram with pub/sub of same service now shows correctly
1135
-
1136
- ## 0.1.11
1137
-
1138
- ### Patch Changes
1139
-
1140
- - [`0976201`](https://github.com/boyney123/eventcatalog/commit/0976201a6949f4a78934a4ddfb75e7ea4598caae) [#172](https://github.com/boyney123/eventcatalog/pull/172) Thanks [@boyney123](https://github.com/boyney123)! - fix: header logo now reads from config
1141
-
1142
- ## 0.1.10
1143
-
1144
- ### Patch Changes
1145
-
1146
- - [`b44bd6c`](https://github.com/boyney123/eventcatalog/commit/b44bd6ca73194165e6448abebd020e3d6f3007a2) [#169](https://github.com/boyney123/eventcatalog/pull/169) Thanks [@thim81](https://github.com/thim81)! - fix: logic for services publish & subscribe nodes
1147
-
1148
- ## 0.1.9
1149
-
1150
- ### Patch Changes
1151
-
1152
- - [`c4d78c7`](https://github.com/boyney123/eventcatalog/commit/c4d78c77da6bc18638c6612e865c2c8cdd596e0b) [#139](https://github.com/boyney123/eventcatalog/pull/139) Thanks [@thim81](https://github.com/thim81)! - feat: add new eventcatalog config property to set homepage url
1153
-
1154
- ## 0.1.8
1155
-
1156
- ### Patch Changes
1157
-
1158
- - [`fd9b26a`](https://github.com/boyney123/eventcatalog/commit/fd9b26a24fd94e298b79b59777f148988a7c89b1) [#151](https://github.com/boyney123/eventcatalog/pull/151) Thanks [@thim81](https://github.com/thim81)! - feat: new mdx component json schema viewer
1159
-
1160
- ## 0.1.7
1161
-
1162
- ### Patch Changes
1163
-
1164
- - [`740c504`](https://github.com/boyney123/eventcatalog/commit/740c5041f033aff975a7ce89e99b3722b271e2b3) [#154](https://github.com/boyney123/eventcatalog/pull/154) Thanks [@boyney123](https://github.com/boyney123)! - fix: trying to fix npm versions problem
1165
-
1166
- ## 0.1.6
1167
-
1168
- ### Patch Changes
1169
-
1170
- - [`00e3c89`](https://github.com/boyney123/eventcatalog/commit/00e3c898ca8bf72bd563d246d6a2ee8620dd8284) [#143](https://github.com/boyney123/eventcatalog/pull/143) Thanks [@thim81](https://github.com/thim81)! - feat: mermaid name and link
1171
-
1172
- * [`b4774fb`](https://github.com/boyney123/eventcatalog/commit/b4774fbf9773e66e1f85d71e99992e699833bf99) [#141](https://github.com/boyney123/eventcatalog/pull/141) Thanks [@thim81](https://github.com/thim81)! - bug: use title when setting page title
1173
-
1174
- ## 0.1.5
1175
-
1176
- ### Patch Changes
1177
-
1178
- - [`1975995`](https://github.com/boyney123/eventcatalog/commit/1975995e2a77662742e8f7d95b827ff3cb0e4ac2) [#136](https://github.com/boyney123/eventcatalog/pull/136) Thanks [@boyney123](https://github.com/boyney123)! - fix: header link now goes to landing page
1179
-
1180
- ## 0.1.4
1181
-
1182
- ### Patch Changes
1183
-
1184
- - [`71d0b85`](https://github.com/boyney123/eventcatalog/commit/71d0b85139cb057db718c10bf5f5aa6017cfe43c) [#132](https://github.com/boyney123/eventcatalog/pull/132) Thanks [@boyney123](https://github.com/boyney123)! - fix: build directory is now copied over to the users proejct dir
1185
-
1186
- ## 0.1.3
1187
-
1188
- ### Patch Changes
1189
-
1190
- - [`904c4df`](https://github.com/boyney123/eventcatalog/commit/904c4dff59bfdac681d8c18879a5840862aeb616) [#127](https://github.com/boyney123/eventcatalog/pull/127) Thanks [@boyney123](https://github.com/boyney123)! - bug: fixed issue with purging css from the admonition component
1191
-
1192
- ## 0.1.2
1193
-
1194
- ### Patch Changes
1195
-
1196
- - [`cc8eb2f`](https://github.com/boyney123/eventcatalog/commit/cc8eb2fe14501447206bdb8fe141a0575c753636) [#121](https://github.com/boyney123/eventcatalog/pull/121) Thanks [@otbe](https://github.com/otbe)! - Allow to configure "trailingSlash"
1197
-
1198
- * [`dacd9eb`](https://github.com/boyney123/eventcatalog/commit/dacd9eb41e3f519341f32e60c4de27df5a9137b7) [#120](https://github.com/boyney123/eventcatalog/pull/120) Thanks [@thim81](https://github.com/thim81)! - feat: Hide owners section if the events has owners defined
1199
-
1200
- ## 0.1.1
1201
-
1202
- ### Patch Changes
1203
-
1204
- - [`23930c8`](https://github.com/boyney123/eventcatalog/commit/23930c8f4f4a9234e037473aaeccae3dafdfe385) [#114](https://github.com/boyney123/eventcatalog/pull/114) Thanks [@boyney123](https://github.com/boyney123)! - feat: adding search to events page
1205
-
1206
- * [`e37ff4b`](https://github.com/boyney123/eventcatalog/commit/e37ff4b31c06779ae89f2b17beb14cb409d464e3) [#113](https://github.com/boyney123/eventcatalog/pull/113) Thanks [@otbe](https://github.com/otbe)! - Configure base path
1207
-
1208
- ## 0.1.0
1209
-
1210
- ### Minor Changes
1211
-
1212
- - [`688e2da`](https://github.com/boyney123/eventcatalog/commit/688e2da9ade503e4276c6710c77e45f4652e19a1) [#111](https://github.com/boyney123/eventcatalog/pull/111) Thanks [@boyney123](https://github.com/boyney123)! - feat: catalog now staticlly exports rather than using server code
1213
-
1214
- ## 0.0.14
1215
-
1216
- ### Patch Changes
1217
-
1218
- - [`7c23703`](https://github.com/boyney123/eventcatalog/commit/7c237039535d7f5d6f229396cf59eb5cbf5b0645) [#109](https://github.com/boyney123/eventcatalog/pull/109) Thanks [@boyney123](https://github.com/boyney123)! - fix: issue with long names for services and events rendering incorrectly
1219
-
1220
- ## 0.0.13
1221
-
1222
- ### Patch Changes
1223
-
1224
- - [`732dac2`](https://github.com/boyney123/eventcatalog/commit/732dac24c1de62537732083a53c2218c2794773a) [#102](https://github.com/boyney123/eventcatalog/pull/102) Thanks [@boyney123](https://github.com/boyney123)! - feat: allow default frontmatter when creating events
1225
-
1226
- ## 0.0.12
1227
-
1228
- ### Patch Changes
1229
-
1230
- - [`dd1b29f`](https://github.com/boyney123/eventcatalog/commit/dd1b29f81658a3c5bea9ed92c1cf54265c7feb0b) [#98](https://github.com/boyney123/eventcatalog/pull/98) Thanks [@boyney123](https://github.com/boyney123)! - feat: adding more mermaid support in mdx
1231
-
1232
- ## 0.0.11
1233
-
1234
- ### Patch Changes
1235
-
1236
- - [`97e447a`](https://github.com/boyney123/eventcatalog/commit/97e447aa0ec255b2c879eac7fa83d7b705230790) [#95](https://github.com/boyney123/eventcatalog/pull/95) Thanks [@boyney123](https://github.com/boyney123)! - fix: edit url is now optional in not found pages and no longer fetche…
1237
-
1238
- ## 0.0.10
1239
-
1240
- ### Patch Changes
1241
-
1242
- - [`df372c6`](https://github.com/boyney123/eventcatalog/commit/df372c675e76a4a5980740222ccf8268c0c71540) [#91](https://github.com/boyney123/eventcatalog/pull/91) Thanks [@boyney123](https://github.com/boyney123)! - feat: fix-generator
1243
-
1244
- ## 0.0.9
1245
-
1246
- ### Patch Changes
1247
-
1248
- - [`b7202dc`](https://github.com/boyney123/eventcatalog/commit/b7202dcd7548d1d0f406ce9d979182cd4c09232a) [#82](https://github.com/boyney123/eventcatalog/pull/82) Thanks [@boyney123](https://github.com/boyney123)! - fix: event log page now displays correct name
1249
-
1250
- ## 0.0.8
1251
-
1252
- ### Patch Changes
1253
-
1254
- - [`534bec1`](https://github.com/boyney123/eventcatalog/commit/534bec11f57bcabe7f79f40338ae02bef134efc2) [#78](https://github.com/boyney123/eventcatalog/pull/78) Thanks [@thim81](https://github.com/thim81)! - feat: externalLinks for services
1255
-
1256
- * [`b557ff8`](https://github.com/boyney123/eventcatalog/commit/b557ff8f7186b939cbe1e23f2c0e1e9a7254c907) [#79](https://github.com/boyney123/eventcatalog/pull/79) Thanks [@boyney123](https://github.com/boyney123)! - fix: adding keys on maps in react
1257
-
1258
- - [`407d9e0`](https://github.com/boyney123/eventcatalog/commit/407d9e0d7f8d5eab4747ce0af6d5079204b53d21) [#75](https://github.com/boyney123/eventcatalog/pull/75) Thanks [@thim81](https://github.com/thim81)! - feat: optional editUrl config
1259
-
1260
- * [`9eb7463`](https://github.com/boyney123/eventcatalog/commit/9eb7463b32baa09a6dd693e7f0eede63e33cd39c) [#71](https://github.com/boyney123/eventcatalog/pull/71) Thanks [@thim81](https://github.com/thim81)! - feat: link to external event documentation added
1261
-
1262
- ## 0.0.7
1263
-
1264
- ### Patch Changes
1265
-
1266
- - [`ee17db8`](https://github.com/boyney123/eventcatalog/commit/ee17db8958ac6368f7d833f0d3ebec2604722e42) [#56](https://github.com/boyney123/eventcatalog/pull/56) Thanks [@boyney123](https://github.com/boyney123)! - feat: changelog.md files now belong inside the versioned folders
1267
-
1268
- ## 0.0.6
1269
-
1270
- ### Patch Changes
1271
-
1272
- - [`ad66a66`](https://github.com/boyney123/eventcatalog/commit/ad66a66b526a167cc8da43dd2371642c9f9029f2) [#49](https://github.com/boyney123/eventcatalog/pull/49) Thanks [@boyney123](https://github.com/boyney123)! - fix: now supports any extension for event examples also added missing docs
1273
-
1274
- ## 0.0.5
1275
-
1276
- ### Patch Changes
1277
-
1278
- - [`576debd`](https://github.com/boyney123/eventcatalog/commit/576debdfc5dbc2fbbf98e2b3f4d78b84f9a07669) [#46](https://github.com/boyney123/eventcatalog/pull/46) Thanks [@boyney123](https://github.com/boyney123)! - fix: using cross-env to fix issues with windows OS
1279
-
1280
- ## 0.0.4
1281
-
1282
- ### Patch Changes
1283
-
1284
- - [`1eb4572`](https://github.com/boyney123/eventcatalog/commit/1eb4572918ac06afb64554fef2fc1a3877fbf06d) [#44](https://github.com/boyney123/eventcatalog/pull/44) Thanks [@boyney123](https://github.com/boyney123)! - feat: added more customise options and documentation for them
1285
-
1286
- ## 0.0.3
1287
-
1288
- ### Patch Changes
1289
-
1290
- - [`23a96fc`](https://github.com/boyney123/eventcatalog/commit/23a96fc651907517cee937657be14cbf9fe95fb9) [#42](https://github.com/boyney123/eventcatalog/pull/42) Thanks [@boyney123](https://github.com/boyney123)! - fix: now remove the .next folder before we start the dev server foric…
1291
-
1292
- ## 0.0.2
1293
-
1294
- ### Patch Changes
1295
-
1296
- - [`53b27cb`](https://github.com/boyney123/eventcatalog/commit/53b27cb5bb5ab7fa8d526309c6dd50e1f17f3db1) [#39](https://github.com/boyney123/eventcatalog/pull/39) Thanks [@boyney123](https://github.com/boyney123)! - feat: removed ids from services