mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-10-30 18:34:09 +01:00 
			
		
		
		
	Compare commits
	
		
			7 Commits
		
	
	
		
			mermaid@11
			...
			@mermaid-j
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | ad82448084 | ||
| ![github-actions[bot]](/assets/img/avatar_default.png)  | 9498619d3c | ||
|   | 7a8557a1a2 | ||
|   | 74863c94fb | ||
|   | 63df702146 | ||
| ![autofix-ci[bot]](/assets/img/avatar_default.png)  | 421f8d4633 | ||
|   | bf6e1a594c | 
| @@ -47,7 +47,7 @@ Try the Ultimate AI, Mermaid, and Visual Diagramming Suite by creating an accoun | ||||
|  | ||||
| ## Plans | ||||
|  | ||||
| - **Free** - A free plan that includes three diagrams. | ||||
| - **Free** - A free plan that includes six diagrams. | ||||
|  | ||||
| - **Pro** - A paid plan that includes unlimited diagrams, access to the collaboration feature, and more. | ||||
|  | ||||
|   | ||||
| @@ -41,7 +41,7 @@ Try the Ultimate AI, Mermaid, and Visual Diagramming Suite by creating an accoun | ||||
|  | ||||
| ## Plans | ||||
|  | ||||
| - **Free** - A free plan that includes three diagrams. | ||||
| - **Free** - A free plan that includes six diagrams. | ||||
|  | ||||
| - **Pro** - A paid plan that includes unlimited diagrams, access to the collaboration feature, and more. | ||||
|  | ||||
|   | ||||
| @@ -1,5 +1,15 @@ | ||||
| # @mermaid-js/parser | ||||
|  | ||||
| ## 0.6.3 | ||||
|  | ||||
| ### Patch Changes | ||||
|  | ||||
| - [#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: | ||||
|  | ||||
|   Prevents crashes during parsing by validating values post-parsing. | ||||
|  | ||||
|   Provides clearer, user-friendly error messages for invalid negative inputs. | ||||
|  | ||||
| ## 0.6.2 | ||||
|  | ||||
| ### Patch Changes | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@mermaid-js/parser", | ||||
|   "version": "0.6.2", | ||||
|   "version": "0.6.3", | ||||
|   "description": "MermaidJS parser", | ||||
|   "author": "Yokozuna59", | ||||
|   "contributors": [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user