Commit Graph

32 Commits

Author SHA1 Message Date
Maciej Barelkowski b8e3071670 ci: remove Travis CI config 2021-05-03 12:10:41 +00:00
Max Tru 82eaded072 chore(project): add explicit link to code of conduct 2021-02-26 08:55:40 +00:00
Nico Rehwaldt 589b0e2bf9 docs(README): rewrite building section
Now focussing on <build and run>.
2020-12-21 22:43:43 +01:00
Nico Rehwaldt 99137929c9 docs(README): use ES6 consistently in code snippets 2020-12-15 23:25:43 +01:00
Maciej Barelkowski 0b283ec6d6 chore(project): migrate to travis-ci.com 2020-10-15 13:52:20 +02:00
Nico Rehwaldt f3edfd0f0d docs(README): up example 2020-04-29 11:37:51 +02:00
Nico Rehwaldt 04ca31fac9 feat(lib): Promisify public APIs
This commit promisifies following APIs:

   BaseViewer#importXML
   BaseViewer#importDefinitions
   BaseViewer#open
   BaseViewer#saveXML
   BaseViewer#saveSVG
   Modeler#createDiagram

Related to https://github.com/bpmn-io/bpmn-js/issues/812

BREAKING CHANGES:

* Users are now expected to have Promises either by default or
polyfilled as the APIs return a Promise now.
2020-04-29 11:12:23 +02:00
Nico Rehwaldt 9b0b9d4424 docs(README): update related section 2019-07-18 15:46:08 +02:00
Nico Rehwaldt 6a76be6f4c docs(README): show develop branch CI status 2019-07-18 15:44:35 +02:00
Nico Rehwaldt 96c3f0f3a7 chore(project): move CONTRIBUTING to .github folder 2018-07-25 11:40:04 +02:00
Nico Rehwaldt 3f4fba40fa
docs(README): link changelog 2018-04-05 21:12:44 +02:00
Nico Rehwaldt 8a890436d9 docs(README): remove _early stage_ notice
Makes no sense with v1.0.0 released.

(We still got room for improvement regarding documentation though
😉).
2018-04-04 16:13:54 +02:00
Nico Rehwaldt 50828815e1
docs(README): fix BPMN 2.0 standard link 2018-02-14 22:42:19 +01:00
Nico Rehwaldt 46c6eb0b70
docs(README): minor rephrase 2018-02-08 23:02:14 +01:00
Nico Rehwaldt 1dcbf68d48 docs(README): link examples in usage section 2018-02-06 12:06:41 +01:00
Nico Rehwaldt d629817f08 docs(README): split installation and usage 2018-02-06 12:06:41 +01:00
Nico Rehwaldt e22a0b660a fix(README): correct screencast url 2018-02-06 12:06:41 +01:00
Nico Rehwaldt 0f80ce4516 docs(README): add rendering hint 2018-02-06 12:06:41 +01:00
Nico Rehwaldt 908c29c0d5 docs(README): rework installation guide
* remove dedicated install sections
* link to examples

Related to #760
2018-02-06 12:06:41 +01:00
Philipp Fromme 66d2cdd5dd chore(project): update screencast
Closes #698
2017-08-02 14:12:14 +02:00
Christian Kaps 6dc4af5396 feat(Viewer): allow dynamic attach / detach from DOM
Closes #655

BREAKING CHANGE:

* Viewer / Modeler do not attach to `body` anymore per
  default. Use `new Viewer({ container: 'body' })` to
  restore the old behavior.
2017-01-27 13:28:27 +01:00
Nico Rehwaldt b1b0fa0266 docs(README): link CONTRIBUTING 2016-07-04 14:38:51 +02:00
Nico Rehwaldt 8c32e2d238 docs(README): reorganize 2016-05-20 09:11:13 +02:00
Nico Rehwaldt 7a2604a7ae docs(README): fix screen cast link 2016-05-19 22:49:14 +02:00
Nico Rehwaldt 23048cac7b docs(README): add explainatory screen cast 2016-03-29 09:15:52 +02:00
Nico Rehwaldt eb75fda7e0 docs(README): link seed project + standalone pre-packaged files 2015-11-30 16:50:13 +01:00
Nico Rehwaldt f19a64a346 docs(README): add travis status badge 2015-02-19 14:59:57 +01:00
Nico Rehwaldt 134c65bdd9 docs(README): add links to diagram-js + bpmn-moddle 2014-06-19 08:11:13 +02:00
Nico Rehwaldt f654d325e9 docs(README): add bower packaging hint 2014-06-13 20:01:36 +02:00
Nico Rehwaldt e068549b29 docs(README): fix example link + heading 2014-05-26 11:26:02 +02:00
Nico Rehwaldt c672e2e442 docs(README): add how to use 2014-05-22 13:23:29 +02:00
Nico Rehwaldt b2011ce4fe chore(project): add README 2014-05-07 09:55:06 +02:00