collab/mermaid/packages/parser/CHANGELOG.mdblame
View source
6dd74de1# @mermaid-js/parser
6dd74de2
6dd74de3## 0.6.3
6dd74de4
6dd74de5### Patch Changes
6dd74de6
6dd74de7- [#7051](https://github.com/mermaid-js/mermaid/pull/7051) [`63df702`](https://github.com/mermaid-js/mermaid/commit/63df7021462e8dc1f2aaecb9c5febbbbde4c38e3) Thanks [@shubhamparikh2704](https://github.com/shubhamparikh2704)! - Add validation for negative values in pie charts:
6dd74de8
6dd74de9 Prevents crashes during parsing by validating values post-parsing.
6dd74de10
6dd74de11 Provides clearer, user-friendly error messages for invalid negative inputs.
6dd74de12
6dd74de13## 0.6.2
6dd74de14
6dd74de15### Patch Changes
6dd74de16
6dd74de17- [#6510](https://github.com/mermaid-js/mermaid/pull/6510) [`7a38eb7`](https://github.com/mermaid-js/mermaid/commit/7a38eb715d795cd5c66cb59357d64ec197b432e6) Thanks [@sidharthv96](https://github.com/sidharthv96)! - chore: Move packet diagram out of beta
6dd74de18
6dd74de19## 0.6.1
6dd74de20
6dd74de21### Patch Changes
6dd74de22
6dd74de23- [#6725](https://github.com/mermaid-js/mermaid/pull/6725) [`0da2922`](https://github.com/mermaid-js/mermaid/commit/0da2922ee7f47959e324ec10d3d21ee70594f557) Thanks [@shubham-mermaid](https://github.com/shubham-mermaid)! - chore: use Treemap instead of TreemapDoc in parser.
6dd74de24
6dd74de25## 0.6.0
6dd74de26
6dd74de27### Minor Changes
6dd74de28
6dd74de29- [#6590](https://github.com/mermaid-js/mermaid/pull/6590) [`f338802`](https://github.com/mermaid-js/mermaid/commit/f338802642cdecf5b7ed6c19a20cf2a81effbbee) Thanks [@knsv](https://github.com/knsv)! - Adding support for the new diagram type nested treemap
6dd74de30
6dd74de31## 0.5.0
6dd74de32
6dd74de33### Minor Changes
6dd74de34
6dd74de35- [#5980](https://github.com/mermaid-js/mermaid/pull/5980) [`df9df9d`](https://github.com/mermaid-js/mermaid/commit/df9df9dc32b80a8c320cc0efd5483b9485f15bde) Thanks [@BryanCrotazGivEnergy](https://github.com/BryanCrotazGivEnergy)! - feat: Add shorter `+<count>: Label` syntax in packet diagram
6dd74de36
6dd74de37### Patch Changes
6dd74de38
6dd74de39- [#6407](https://github.com/mermaid-js/mermaid/pull/6407) [`cdbd3e5`](https://github.com/mermaid-js/mermaid/commit/cdbd3e58a3a35d63a79258115dedca4a535c1038) Thanks [@thomascizeron](https://github.com/thomascizeron)! - Refactor grammar so that title don't break Architecture Diagrams
6dd74de40
6dd74de41## 0.4.0
6dd74de42
6dd74de43### Minor Changes
6dd74de44
6dd74de45- [#6381](https://github.com/mermaid-js/mermaid/pull/6381) [`95d73bc`](https://github.com/mermaid-js/mermaid/commit/95d73bc3f064dbf261a06483f94a7ef4d0bb52eb) Thanks [@thomascizeron](https://github.com/thomascizeron)! - Add Radar Chart
6dd74de46
6dd74de47## 0.3.0
6dd74de48
6dd74de49### Minor Changes
6dd74de50
6dd74de51- [#5452](https://github.com/mermaid-js/mermaid/pull/5452) [`256a148`](https://github.com/mermaid-js/mermaid/commit/256a148bbf484fc7db6c19f94dd69d5d268ee048) Thanks [@NicolasNewman](https://github.com/NicolasNewman)! - New Diagram: Architecture
6dd74de52
6dd74de53 Adds architecture diagrams which allows users to show relations between services.
6dd74de54
6dd74de55### Patch Changes
6dd74de56
6dd74de57- [#5793](https://github.com/mermaid-js/mermaid/pull/5793) [`7d8143b`](https://github.com/mermaid-js/mermaid/commit/7d8143b917ee3562149a0e0a821ed2d6f29cc05d) Thanks [@sidharthv96](https://github.com/sidharthv96)! - feat: Support - in architecture icons
6dd74de58
6dd74de59## 0.2.0
6dd74de60
6dd74de61### Minor Changes
6dd74de62
6dd74de63- [#5664](https://github.com/mermaid-js/mermaid/pull/5664) [`5deaef4`](https://github.com/mermaid-js/mermaid/commit/5deaef456e74d796866431c26f69360e4e74dbff) Thanks [@Austin-Fulbright](https://github.com/Austin-Fulbright)! - chore: Migrate git graph to langium, use typescript for internals
6dd74de64
6dd74de65## 0.1.1
6dd74de66
6dd74de67### Patch Changes
6dd74de68
6dd74de69- [#5746](https://github.com/mermaid-js/mermaid/pull/5746) [`83926c9`](https://github.com/mermaid-js/mermaid/commit/83926c9707b09c34e300888186250191ee8ae30a) Thanks [@sidharthv96](https://github.com/sidharthv96)! - test changeset
6dd74de70
6dd74de71## 0.1.0
6dd74de72
6dd74de73### Minor Changes
6dd74de74
6dd74de75- [#5744](https://github.com/mermaid-js/mermaid/pull/5744) [`5013484`](https://github.com/mermaid-js/mermaid/commit/50134849246141ec400e33e08c12c10539b84de9) Thanks [@sidharthv96](https://github.com/sidharthv96)! - Release parser, test changesets