Commit Graph

20 Commits

Author SHA1 Message Date
Paulo Gustavo Veiga
60e7b3d7e2 Fix drag problme 2022-02-12 13:34:13 -08:00
Paulo Gustavo Veiga
f0c4c46a5d Fix compilation 2022-02-11 23:11:59 -08:00
Paulo Gustavo Veiga
1367321ea5 Fix eslint 2022-02-11 22:42:47 -08:00
Paulo Gustavo Veiga
047195fb2f Move classes to typescript 2022-02-09 22:03:03 -08:00
Paulo Gustavo Veiga
3bc5b3aa86 Fix drag connexion error 2022-02-09 21:04:12 -08:00
Paulo Gustavo Veiga
2e191a168a Fix lint error 2022-02-09 19:44:55 -08:00
Paulo Gustavo Veiga
1a8ffee801 Fix eslint issues. 2022-02-09 19:26:44 -08:00
Paulo Gustavo Veiga
49efa9c340 Migrate to ts node graph. 2022-02-03 23:07:34 -08:00
Paulo Gustavo Veiga
2b40f429b4 Move commands to TS. 2022-01-24 22:09:30 -08:00
Paulo Gustavo Veiga
47dac495f6 Update Copyright year 2021-12-25 14:39:34 -08:00
Matias Arriola
b5fd708971 Merged in feature/mindplot-lint (pull request #11)
mindplot lint

* fix eqeqeq

* fix max-len

* fix max-len, guard-for-in

* fix import/no-named-as-default-member

* misc fixes

* fix no-shadow

* fix no-param-reassign

* fix issues introduced with "fix no-param-reassign"

* Merge 'origin/develop' into feature/mindplot-lint

* lint and docs fixes after merge


Approved-by: Paulo Veiga
2021-12-20 20:54:31 +00:00
Paulo Gustavo Veiga
c502a2f669 Fix eslint errors 2021-12-19 10:37:38 -08:00
Paulo Gustavo Veiga
38f4144c67 Apply eslint --fix 2021-12-19 08:06:42 -08:00
Paulo Gustavo Veiga
643f91c18b Fix depth copy issue.
Update welcome.xml map.
2021-12-14 19:28:53 -08:00
Paulo Veiga
75a153d1d5 Remove mootools as dependency. 2021-12-14 17:06:09 +00:00
Paulo Gustavo Veiga
69054fcd9c Add mindmap editor playground tests 2021-12-05 09:25:16 -08:00
Paulo Gustavo Veiga
aecf0864f5 Remove underscore library 2021-12-05 08:14:15 -08:00
Paulo Gustavo Veiga
17b22ca211 Migration to EE6 of web2d and mindplot 2021-12-04 15:39:20 -08:00
Paulo Gustavo Veiga
a8a843353b Fix loading 2021-12-03 17:03:49 -08:00
Matias Arriola
cb2ca74a20 Merged in web2d-coreJS-solutions (pull request #5)
Core-js, web2d and mindplot working baseline

* fix .eslintignore
remove Raphael dependency

* Fix to avoid crashes in  _plotPrediction whitout Raphael

* Fix minplot basic code inspections

* Fix last inspections errors

* Inital refactor copying files

* Clean up.

* Fix web2d cyclic dependencies
remove only-warn eslint plugin
set import/no-extraneous-dependencies to warn (incorrectly complaining about root package)

* Fix web2d Point references (no need to assign it to core)
Fix web2d imports in mindplot and update Point refs

* Merge 'feature/mindplot_tests' into web2d-coreJS-solutions

* mindplot fixes and add viewmode.html playground

setup playground config to run the map-render examples
fix mindplot components export
mootools Static was not working so refactored it
fix some references to _peer
fix messages __bundle undefined
add web2d missing export: Image
downgrade cypress to avoid SIGSEGV error


Approved-by: Paulo Veiga
2021-12-02 00:41:56 +00:00