Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
210b632
Register new component DynamicPanel
caleeli Jul 29, 2025
941c048
feat: refactor FormButton component to utilize Web Workers
devmiguelangel Jul 30, 2025
9abb6d8
add inspector panel
rodriquelca Jul 30, 2025
44bb4a1
restore loop-context
rodriquelca Jul 30, 2025
97e74dd
add indexName property
rodriquelca Jul 30, 2025
ee134c4
fix: remove console logs for cleaner code
devmiguelangel Jul 31, 2025
91e2315
add cypress test
rodriquelca Jul 31, 2025
16d154b
feat: enhance worker functionality to support async handlers
devmiguelangel Jul 31, 2025
10abf2e
feat: implement async code detection in worker
devmiguelangel Jul 31, 2025
bc8a1d7
fix code smell
rodriquelca Jul 31, 2025
3a5a908
restore loop
rodriquelca Jul 31, 2025
c35a258
restore loopContainer
rodriquelca Jul 31, 2025
651d418
restore loopContainer 2
rodriquelca Jul 31, 2025
bb668d6
restore default values
rodriquelca Jul 31, 2025
5691754
remove loop context
rodriquelca Jul 31, 2025
7d87cec
increase maximumScreenRenderTime
rodriquelca Aug 1, 2025
94b3e9f
test: update button click handler fixture to return reactive data upd…
devmiguelangel Aug 1, 2025
ff44f3d
restore FOUR6788_ScreenPerformanceTests.spec
rodriquelca Aug 1, 2025
74f6828
Merge pull request #1843 from ProcessMaker/FOUR-25461
caleeli Aug 4, 2025
98d270e
Merge branch 'epic/FOUR-25464' into FOUR-25498
caleeli Aug 4, 2025
a7a2bc8
Merge pull request #1844 from ProcessMaker/FOUR-25498
caleeli Aug 4, 2025
5c2309a
Test circular references and worker async handlers
caleeli Aug 4, 2025
7f4246d
Handle circular references and worker async handlers
caleeli Aug 4, 2025
d99107b
Merge remote-tracking branch 'origin/develop' into epic/FOUR-25464
caleeli Aug 5, 2025
f86fdd2
Merge remote-tracking branch 'origin/develop' into epic/FOUR-25464
caleeli Aug 8, 2025
07ee2e8
Merge pull request #1846 from ProcessMaker/FOUR-25636
caleeli Aug 8, 2025
c837499
fix performance test and SelectListDependentCollection
rodriquelca Aug 11, 2025
8b68367
add waits instead of change the test logic in the dependent dropdowns
rodriquelca Aug 11, 2025
651ef10
increase maximumScreenRenderTime
rodriquelca Aug 11, 2025
876e6e2
update comman selectOption
rodriquelca Aug 11, 2025
efc9b91
update SelectListDependentCollection.spec
rodriquelca Aug 11, 2025
bf9ab3b
remove only for sonarqube
rodriquelca Aug 11, 2025
2bae570
restore npm SelectListDependentCollection.spec.js"
rodriquelca Aug 11, 2025
98931cd
restore npm SelectListDependentCollection.spec.js 2
rodriquelca Aug 11, 2025
89d739e
Merge branch 'develop' into epic/FOUR-25464
nolanpro Aug 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@chantouchsek/validatorjs": "1.2.3",
"@storybook/addon-docs": "^7.6.13",
"axios-extensions": "^3.1.6",
"flatted": "^3.3.3",
"lodash": "^4.17.21",
"lru-cache": "^10.0.1",
"moment": "^2.30.1",
Expand Down
Loading
Loading