Commit Graph

1155 Commits

Author SHA1 Message Date
Tyler Long 2ed515091f Add id as css scope 2018-03-11 21:36:59 +08:00
Tyler Long b093f9fd41 Simplify css code 2018-03-11 20:26:23 +08:00
Tyler Long fde6396f48 Minor change to css code 2018-03-11 20:14:22 +08:00
Tyler Long 11250290a2 Simplify inline css code 2018-03-11 20:10:17 +08:00
Tyler Long be33c41a40 Scope all css rules to .mermaid 2018-03-11 18:24:58 +08:00
Tyler Long e20528ab0d Simplify scss code 2018-03-11 18:06:28 +08:00
Tyler Long a40d89ba0d Simplify SCSS code 2018-03-11 17:26:55 +08:00
Tyler Long c0c7c96f28 Re-generate jison js files 2018-03-11 16:43:02 +08:00
Tyler Long 003e5575b9 Setup code coverage 2018-03-10 08:54:28 +08:00
Tyler Long d904574ea8 Replace Karma + Jasmine with Jest 2018-03-10 08:42:59 +08:00
Tyler Long cbb884edae Simplify webpack config 2018-03-09 20:49:12 +08:00
Tyler Long 0a7829fcfe Replace less with scss 2018-03-09 16:23:35 +08:00
Tyler Long 7c970d6ff0 Get rid of global.mermaid_config 2018-03-09 15:13:05 +08:00
Tyler Long 048b39ae16 Remove coveralls 2018-03-09 14:23:37 +08:00
Tyler Long bb9d5e38fa Fix coveralls issue 2018-03-09 14:11:51 +08:00
Tyler Long bb365ca1b5 Replace CodeClimate with coveralls 2018-03-09 14:01:53 +08:00
Tyler Long 53b97b3ffa Refactor code 2018-03-09 13:46:58 +08:00
Tyler Long 9c101eb8af Add interpolateToCurve util method 2018-03-09 13:33:35 +08:00
Tyler Long c251270633 Release 8.0.0-alpha.1 2018-03-09 09:35:11 +08:00
Tyler Long dfb1095908 Fix sequence diagram node text alignment 2018-03-09 09:09:41 +08:00
Tyler Long cf2b415cd3 Update todo list 2018-03-08 22:26:30 +08:00
Tyler Long e9f3ad63c6 Remove local d3 file 2018-03-08 21:42:39 +08:00
Tyler Long 6a9bd22904 Remove d3-textwrap 2018-03-08 21:33:23 +08:00
Tyler Long ebbf3bfa77 Fix sequence diagram textWidth issue 2018-03-08 21:10:57 +08:00
Tyler Long 661aaead35 Fix a flowchat selection issue 2018-03-08 21:07:18 +08:00
Tyler Long 197671960d Fix gantt diagram xAxis format 2018-03-07 22:05:54 +08:00
Tyler Long e434ac9a1f Improve gantt diagram code 2018-03-06 19:11:55 +08:00
Tyler Long 388ec2cd97 Get log level correct 2018-03-06 18:56:37 +08:00
Tyler Long 1d7589abb9 Try to fix gantt diagram 2018-03-06 18:41:06 +08:00
Tyler Long da47ba11f8 Fix class diagram 2018-03-06 18:08:50 +08:00
Tyler Long eaa572aafe Fix git graph 2018-03-06 18:05:03 +08:00
Tyler Long d4ac9f8114 Try to upgrade d3 to v4 2018-03-06 16:32:29 +08:00
Tyler Long 4bc2f4d26d Add husky 2018-03-06 16:11:36 +08:00
Tyler Long 7dd174642c Use graphlibrary 2018-03-06 16:04:40 +08:00
Tyler Long 89f3de169c Upgrade more dependencies 2018-03-06 16:00:14 +08:00
Tyler Long bc04bb28fe Update karma 2018-03-06 15:27:12 +08:00
Tyler Long 9df8d319c3 Update puppeteer to latest version 2018-03-06 15:06:23 +08:00
Tyler Long 3f55200737 Update some dependencies 2018-03-06 14:37:27 +08:00
Tyler Long 204b029973 Update config files 2018-03-06 13:40:11 +08:00
Tyler Long 3fbe3a3078
Merge pull request #595 from frankschmitt/spec-fix-1
Spec fix 1
2017-12-26 21:19:55 +08:00
Tyler Long 8848203d90 Fix issues of last PR 2017-12-26 20:58:54 +08:00
Tyler Long 8edd89c665
Merge pull request #598 from thomasleveil/pr/426
fix #426 - add class .clickable on nodes with click function or link
2017-12-26 20:49:35 +08:00
Tyler Long c78d623e93 Add link to mermaid-parcel-demo 2017-12-25 13:49:53 +08:00
Tyler Long b093fc8a55 Update webpack config 2017-12-20 22:20:56 +08:00
Tyler Long 7e01b2b3fb Get rid of babel-preset-es2015 2017-12-20 22:10:58 +08:00
Tyler Long 26eaaa8c79 Update dependencies 2017-12-20 22:02:21 +08:00
Thomas LEVEIL 8cd0e3bb05 flowchart css: add cursor pointer style for class .clickable 2017-12-03 04:36:33 +01:00
Thomas LEVEIL e0f74690b0 flowchart: add class 'clickable' on vertices with link or click function 2017-12-03 04:29:49 +01:00
Thomas LEVEIL 8db7d73dc0 add quick test for clickable flow chart node with tooltip 2017-12-03 04:29:49 +01:00
Frank Schmitt 48ef5d74e8 Several small fixes in the Gantt spec
- removed duplicate test for date spec
 - fixed title of title spec
 - added section to section spec
2017-11-18 16:22:49 +01:00