Clement Creusat
ddd241e338
feat(lerna): manage repo with lerna 7 and update dependencies
2023-06-26 15:42:34 +02:00
Paulo Gustavo Veiga
39dd2486a5
Improve german translation.
2023-03-03 08:12:39 -03:00
Paulo Gustavo Veiga
e64c72d719
Add support for new theme
2023-03-03 07:47:59 -03:00
Paulo Gustavo Veiga
c1d81cd074
Update version
2023-02-16 08:06:58 -08:00
Paulo Veiga
a837d5b01a
Migrate web2d to typescript
2023-02-10 02:51:52 +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
e4b7aaa6e8
Improve end2end code.
2023-01-14 23:04:33 -08:00
Paulo Gustavo Veiga
1cf42269b7
Move config files.
2023-01-08 19:41:17 -08:00
Paulo Gustavo Veiga
d8ded20330
Refactor to parent dev dependencies.
2023-01-08 19:06:44 -08:00
Paulo Gustavo Veiga
62ea491623
Update cypress
2023-01-07 21:10:13 -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
82dcd34dc5
Update emoji react.
2023-01-03 20:41:33 -08:00
Paulo Gustavo Veiga
05b827ed32
Add test on push
2022-11-30 22:12:40 -08:00
Paulo Gustavo Veiga
75b29f7e5e
Add load test.
2022-11-30 22:06:21 -08:00
Paulo Gustavo Veiga
4095dd4aee
Add editor unit test as part of execution.
2022-11-20 00:17:49 -08:00
Paulo Gustavo Veiga
a1f0fa6281
Add spinner on map load.
2022-11-16 19:27:11 -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
b0209e5b3e
Add lint to editor
2022-11-02 18:33:28 -07:00
Paulo Gustavo Veiga
38a2e5865d
Add lint to editor
2022-11-02 18:17:00 -07:00
Paulo Gustavo Veiga
ed67106373
Fix packaging.
2022-10-31 15:32:50 -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
fac343187f
Message migration WIP
2022-10-22 18:29:18 -07:00
Paulo Gustavo Veiga
e72531ad03
Add app bar tests.
2022-10-11 21:09:02 -07:00
Paulo Gustavo Veiga
1322ec1436
Downgrade 26.5.6 version.
2022-10-05 17:41:55 -07:00
Paulo Gustavo Veiga
0ab956be1d
Change test depedency version
2022-10-05 17:25:45 -07:00
Gonzalo Martinez
f11028e26e
Merged in editor-with-mui (pull request #61 )
...
Editor with mui
* hide keyboard help in mobile
* fix translation
* docs
* translations
* duplicated dependency
* keep selected node while note/link editor is focused
* code reorganization
* fix
* fix
* fix node focus is lost when note/link editors are open througth shortcuts
2022-10-05 21:54:23 +00:00
Paulo Gustavo Veiga
637180f1ed
Update react-intl
2022-09-11 22:01:11 -07:00
Paulo Gustavo Veiga
50c3508613
v0.4.2
2022-09-11 12:59:38 -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
4a04b60693
yarn update
2022-04-07 14:06:26 -03:00
Paulo Gustavo Veiga
fdbad76428
Fix location resources.
2022-03-14 14:37:45 -03:00
Matias Arriola
65042f710f
Editor i18n support.
2022-02-04 19:26:54 +00:00
Matias Arriola
9596686c7e
update mindplot dependency version
2022-01-26 17:50:28 -03:00
Paulo Veiga
4d1eb974da
Bump up version.
2022-01-26 18:12:35 +00:00
Matias Arriola
8b6ffe2d3c
Integrate editor as part of webapp.
2022-01-25 18:10:40 +00:00
Paulo Gustavo Veiga
40d5924e25
Update versions of core
2021-12-18 15:24:31 -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
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
Ezequiel-Vega
cbc461e760
Migration start of the mindplot module
2021-09-29 17:24:07 -03:00
Juan Allo Ron
8820c7f9cd
adding basic config for prettier
2021-02-22 22:17:44 -08:00
Ezequiel Bergamaschi
937f5ff9cb
refactor: support lerna, include @wisemapping/login into webapp
2020-12-05 02:47:02 -05:00