2017-04-22 23:37:23 +08:00
|
|
|
- Upgrade d3 to version 4
|
|
|
|
- Use external d3-textwrap library
|
2017-04-15 16:46:10 +08:00
|
|
|
- Problem is it's for d3 v4 only
|
2017-04-22 23:37:23 +08:00
|
|
|
- Make node console output colors like Chrome console
|
|
|
|
- What's the correct way to change logLevel as an end user?
|
2017-09-03 20:07:40 +08:00
|
|
|
- mermaid.initialize({ logLevel: 1 })
|
2017-09-09 00:58:41 +08:00
|
|
|
- Replace CodeClimate with coveralls
|
2017-04-22 17:10:37 +08:00
|
|
|
- Get familar with jison
|
2017-06-02 14:42:04 +08:00
|
|
|
- git graph requires a blank line at the end. why?
|
2017-09-03 09:20:39 +08:00
|
|
|
- Move cli to mermaid-cli project ?
|
2017-09-09 00:58:41 +08:00
|
|
|
- Remove 'fs' as dependency
|
|
|
|
- Remove 'lodash' as dependency
|
2017-09-05 20:57:13 +08:00
|
|
|
- https://github.com/lodash/babel-plugin-lodash
|
|
|
|
- https://www.npmjs.com/package/lodash-webpack-plugin
|
2017-09-09 00:58:41 +08:00
|
|
|
- Replace var with const/let
|
|
|
|
- Replace require with import
|
|
|
|
- Replace module.exports with export default
|
|
|
|
- Replace karma-webpack with karma-babel
|
2017-09-09 14:46:58 +08:00
|
|
|
- Webpack generate mermaid.js & mermaid.core.js
|
|
|
|
- Stops working for mermaid-live-editor since 7.0.9
|