Commit Graph

36 Commits

Author SHA1 Message Date
Ashish Jain bb2dd2f5f3 getting there 2022-02-10 20:32:21 +01:00
saowang ea47873db3 Add jekyll ignore files 2020-08-20 22:59:18 +08:00
Knut Sveidqvist 8aa0185cb8
Remiving dist from .gitignore
This due to downstreams libraries that depend on them. We should address this as I agree that dist should be ignored. For now I removed it.
2020-08-05 18:27:30 +02:00
Justin Greywolf 652b6ae7d2 Update gitignore for dist folder 2020-08-03 12:47:32 -07:00
Knut Sveidqvist b6453383cf #1542 Handling of default values when no theme is set 2020-07-18 09:37:51 +02:00
Marc Faber 7d2a7d24a6 Remove entries in git ignore file 2020-06-01 15:16:41 +02:00
Knut Sveidqvist 25e2d78311 #1295 Start renderer 2020-03-04 20:35:59 +01:00
Knut Sveidqvist 963a0fcd77
Merge branch 'develop' into 1179-SupportGenericTypesForMembers 2020-01-29 21:08:31 +01:00
Knut Sveidqvist c43f791b29 #1223 Removing/updating some logging, adding current.html to .gitignore 2020-01-29 20:44:15 +01:00
Justin Greywolf 587592449a 1179 Add ability to use generics for members
Created new class to handle parsing of members with regex to handle determining type of member and the different elements within.  Also moved addTSpan in drawClass method to this new file.  Finally, I added a "catch all" section in case something fails in the regex to make sure everything gets formatted correctly.

Added more tests and documentation

updating gitignore

Tired of constantly having to ignore files and stash/pop when switching between branches
2020-01-24 16:01:04 -08:00
Nacho 34037e58e5
Added package-lock to gitignore 2019-10-24 08:48:55 -04:00
Christian Klemm 96735dd543
Added rendering for annotations 2019-10-04 21:09:49 +02:00
Knut Sveidqvist 3e6efb663b #865 Updated Changelog 2019-06-29 17:55:47 +02:00
Knut Sveidqvist 95967151ae Release 8.1.0 2019-06-25 10:24:57 +02:00
Tyler Long 204b029973 Update config files 2018-03-06 13:40:11 +08:00
Tyler Long b093fc8a55 Update webpack config 2017-12-20 22:20:56 +08:00
Tyler Long 77f1a8ecac Remove mermaid CLI from main project. Release 7.1.0 2017-09-14 11:26:21 +08:00
Tyler Long d07a7f505b Update folder structure in dist folder 2017-09-10 22:29:37 +08:00
Tyler Long 07af7123c9 Remove bower support 2017-09-03 20:13:19 +08:00
Tyler Long 1927ed47ff Update some config files 2017-04-22 17:09:51 +08:00
Tyler Long acab3a5ee1 Remove css files from dist folder 2017-04-22 10:46:42 +08:00
Tyler Long 053388a2d3 Add todo.md 2017-04-15 16:46:10 +08:00
Tyler Long a2ce9e6a54 Fix code style issues 2017-04-13 20:16:38 +08:00
Tyler Long e1e7be07f7 Remove auto generated js file from dist folder 2017-04-10 17:09:21 +08:00
Tyler Long 23dd96be97 Update .gitignore 2017-04-10 16:53:32 +08:00
whyzdev 0ecbbf8ddf add tests 2016-12-18 22:52:41 -05:00
whyzdev 96a25935ac fix warnings per code climate 2016-12-17 18:03:11 -05:00
Knut Sveidqvist b8d3b01f64 New release 2016-05-29 19:25:02 +02:00
Sorin Sbarnea 1b04dbf7f9 Fixed .gitignore 2016-03-29 12:41:57 +01:00
Sorin Sbarnea 97e208f081 Enabled OS X build on Travis. 2016-03-29 12:37:46 +01:00
knsv 83d9a3269e Merge branch 'master' of https://github.com/knsv/mermaid
Conflicts:
	README.md
2014-12-22 13:58:30 +01:00
Björn Weström e550ef9e25 Merge branch 'pr/2'
Conflicts:
	.gitignore
	dist/mermaid.full.min.js
	dist/mermaid.slim.min.js
2014-12-14 22:30:42 +01:00
Björn Weström 3fcbc7ae56 Added class definitions to nodes
Removed the inline styling of nodes with classes, replaced with class
attributes and a common CSS Style section at the start of the SVG.
2014-12-14 00:32:27 +01:00
Alvyn McQuitty bb9e36d5fa Included .DS_Store in gitignore 2014-12-13 22:57:16 +00:00
Jason Kim 89780140c8 Include bower_components/ to .gitignore
We should prevent `bower_components` from accidentally getting committed
2014-12-04 13:11:04 -08:00
Björn Weström 28f6b93c16 Dists for new shapes 2014-11-27 09:01:54 +01:00