Commit Graph

48 Commits

Author SHA1 Message Date
Clément CREUSAT
341081562f Merged in feature/update-deps-and-lerna-7 (pull request #68)
feat(lerna): manage repo with lerna 7 and update dependencies

* feat(lerna): manage repo with lerna 7 and update dependencies

* Publish

 - @wisemapping/core-js@0.6.0
 - @wisemapping/editor@0.6.0
 - @wisemapping/mindplot@5.1.0
 - @wisemapping/web2d@0.6.0
 - @wisemapping/webapp@5.1.0


Approved-by: Paulo Veiga
Approved-by: Paulo Veiga
2023-06-29 01:25:52 +00:00
Paulo Gustavo Veiga
c1d81cd074 Update version 2023-02-16 08:06:58 -08:00
Paulo Gustavo Veiga
169fecc172 Add new line type support: Arc. 2023-02-11 19:14:57 -08:00
Paulo Veiga
a837d5b01a Migrate web2d to typescript 2023-02-10 02:51:52 +00:00
Paulo Veiga
b806e58e55 Migrate web2d to storybook 2023-01-30 04:10:57 +00:00
Paulo Gustavo Veiga
d66e9f0595 Improve webpack config refector common configuration. 2023-01-15 10:40:16 -08:00
Paulo Gustavo Veiga
47ee896e71 Disable image support on clipboard. 2023-01-15 09:14:56 -08:00
Paulo Gustavo Veiga
d8ded20330 Refactor to parent dev dependencies. 2023-01-08 19:06:44 -08:00
Paulo Gustavo Veiga
46d4a1c31a Update cypress. 2023-01-07 13:47:53 -08:00
Paulo Gustavo Veiga
d4a00cdf40 Add missing dependency 2023-01-04 18:54:46 -08:00
Paulo Gustavo Veiga
bf08888a68 Update to yarn 3. 2023-01-04 18:23:09 -08:00
Paulo Gustavo Veiga
75b29f7e5e Add load test. 2022-11-30 22:06:21 -08:00
Paulo Gustavo Veiga
d0297f43f4 Update dependencies 2022-11-12 15:11:05 -08:00
Paulo Veiga
cfa54fbe8c Dependencies cleanup 2022-11-12 15:17:06 +00:00
Paulo Gustavo Veiga
38a2e5865d Add lint to editor 2022-11-02 18:17:00 -07:00
Paulo Gustavo Veiga
eb41a27628 Update cypress. 2022-10-30 22:45:31 -07:00
Paulo Veiga
c60254aca1 Add support for emoji
Update core libraries.
2022-10-31 05:17:01 +00:00
Paulo Gustavo Veiga
1d90bb91f8 v0.4.6 2022-09-11 13:00:19 -07:00
Paulo Gustavo Veiga
34b2e100d6 Update webpack and cypress. 2022-09-11 12:50:34 -07:00
Paulo Gustavo Veiga
b5f47ee41d Update dependencies. 2022-09-11 12:38:56 -07:00
Paulo Gustavo Veiga
4b4d6e5146 v0.4.5 2021-12-24 17:59:37 -08:00
Paulo Gustavo Veiga
39a10ecc92 Add src and binary to packages 2021-12-22 16:26:59 -08:00
Matias Arriola
f8156fcf85 Merged in feature/web2d-remove-jquery (pull request #13)
Remove jQuery from web2d (left only for playground)

* Remove jQuery from web2d (left only for playground)


Approved-by: Paulo Veiga
2021-12-20 21:19:32 +00: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
6cb88b9303 Fix inspections 2021-12-19 00:44:08 -08:00
Paulo Gustavo Veiga
40d5924e25 Update versions of core 2021-12-18 15:24:31 -08:00
Paulo Gustavo Veiga
048104efde Clean up build config files 2021-12-18 14:55:11 -08:00
Paulo Gustavo Veiga
04c5f9b69f Make package public 2021-12-18 12:48:23 -08:00
Matias Arriola
b804403c42 Merged in feature/tests-and-docs (pull request #9)
Improve testing flow and docs

* update snapshots

* update snapshots

* update snapshots

* Add docker run instructions

* Hide image snapshot execution behind an env flag

* Simplify package.json scripts and improve docs

* Merge 'origin/develop' into feature/tests-and-docs

* Update snapshots

* Add wait to container test

* Update snapshot


Approved-by: Paulo Veiga
2021-12-17 02:13:54 +00:00
Paulo Gustavo Veiga
257086f2ce Add mindplot jets tests as part of the pipeline. 2021-12-14 10:02:31 -08:00
Ezequiel Vega
25b86f3cff Increase coverage migrating tests. 2021-12-14 15:08:54 +00:00
Paulo Gustavo Veiga
02362b28e8 Move query to be used from external library 2021-12-05 08:33:09 -08:00
Paulo Gustavo Veiga
74cc302316 Fix package descriptions 2021-12-01 19:00:52 -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
Paulo Gustavo Veiga
b25fe345ae Enable lint on module: 2021-10-04 16:56:40 -07:00
Paulo Gustavo Veiga
ce03021308 Revert "Move lint"
This reverts commit cc8dc0c9bdbfe73bd66fed325aa7ba13efd1d3e1.
2021-10-04 16:22:33 -07:00
Paulo Gustavo Veiga
0195ea54d1 Enable lint over web2d 2021-10-04 16:02:10 -07:00
Paulo Gustavo Veiga
7c236816b2 Fix indentation and formating problems 2021-10-03 10:49:20 -07:00
Paulo Gustavo Veiga
2dbab264ce Move lint 2021-10-03 10:30:15 -07:00
Paulo Gustavo Veiga
f1c91e1cda Configure babel output 2021-10-03 08:41:57 -07:00
Paulo Gustavo Veiga
1bb017c053 Fix typo 2021-10-02 16:36:50 -07:00
Paulo Gustavo Veiga
78d3136b92 Fix git repo urls 2021-10-02 11:20:04 -07:00
Paulo Gustavo Veiga
a092c0343c Update package name 2021-10-02 11:18:58 -07:00
Paulo Gustavo Veiga
27f4b41740 Change tests comman to payground 2021-10-02 11:12:39 -07:00
Paulo Gustavo Veiga
c557d94708 Fix yarn tests typo 2021-10-02 10:12:25 -07:00
Ezequiel Vega
6c5bff906a Merged in migration (pull request #4)
Migration

* README.md was updated and the webpack was modified in package web2d
* README.md was updated and the webpack was modified in package mindplot
* Merge branch 'develop' of https://bitbucket.org/lilabyus/wisemapping-frontend into develop
* Mindplot module script correction
* Pull branch develop remote
* Webcomponent module webpack correction
* Pull branch develop
* Material-ui library correction and cypress test correction
* Script correction
* Cypress test correction
2021-10-02 16:16:20 +00:00
Ezequiel-Vega
646b861771 Web2d: README.md was updated and the webpack 2021-09-29 17:24:07 -03:00
Ezequiel-Vega
3ca7840dcf Web2d module migration 2021-09-29 17:24:07 -03:00