bpmn-io / bpmn-js-properties-panel

A properties panel for bpmn-js.
MIT License
286 stars 196 forks source link

House keeping #985

Closed nikku closed 9 months ago

nikku commented 9 months ago

Usual dependency updates, and dropping unused + deprecated @testinglibrary/preact-hooks dependency.

barmac commented 9 months ago

This fails badly in the CI. Looks like preact is missing from the legacy @bpmn-io/properties-panel.

barmac commented 9 months ago

It is installed though: https://unpkg.com/browse/@bpmn-io/properties-panel@3.10.0/preact/

nikku commented 9 months ago

It looks like something broke bundling of @bpmn-io/propertes-panel, changing to mjs as an extension. I'll revert that change.

nikku commented 9 months ago

Reverted the mjs rename that caused this - https://github.com/bpmn-io/properties-panel/pull/305.

barmac commented 9 months ago

This will make sure that we know immediately if the problem comes from integration deps or not: https://github.com/bpmn-io/bpmn-js-properties-panel/pull/987

nikku commented 9 months ago

Should be fixed via upstream v3.10.1 release.