chore: update dependency dmn-js to v15 #12
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^10.1.0
->^15.0.0
Release Notes
bpmn-io/dmn-js (dmn-js)
v15.0.0
Compare Source
FEAT
: make drilldown buttons navigable via keyboard (#778)FEAT
: adjust titles and labels (#801)DEPS
: update to didi@10DEPS
: update to [email protected]DEPS
: update to [email protected]DEPS
: update to lerna@8Breaking Changes
v14.7.1
Compare Source
v14.7.0
Compare Source
FEAT
: adjust selection outline to shapes (#799)FIX
: make literal expression box grow with content (#789)DEPS
: update dependency @bpmn-io/feel-editor to v1DEPS
: update to[email protected]
v14.6.0
Compare Source
FEAT
: implement search in DRD (#792)FIX
: add missing translations (#793)v14.5.0
Compare Source
FEAT
: add variable suggestions to literal expression (#785)v14.4.3
Compare Source
FIX
: make FEEL editor in literal expression save value (#786)v14.4.2
Compare Source
FIX
: correctly position autocomplete in literal expressionv14.4.1
Compare Source
DEPS
: update to@bpmn-io/[email protected]
v14.4.0
Compare Source
FEAT
: use FEEL editor in literal expression (#780)v14.3.1
Compare Source
FIX
: display FEEL autocomplete suggestions in correct positionFIX
: increase line height in decision table cell editorv14.3.0
Compare Source
FEAT
: change table cell font tomonospace
(4643870
)FEAT
: use FEEL editor for decision table cell (#774)FIX
: do not close input editor on enterv14.2.0
Compare Source
FEAT
: use FEEL editor for input expression (#768)v14.1.6
Compare Source
DEPS
: update to [email protected]DEPS
: update dev dependenciesv14.1.5
Compare Source
DEPS
: use [email protected]v14.1.4
Compare Source
DEPS
: support diagram-js@12v14.1.3
Compare Source
FIX
: fix crash in decision table editor whentypeRef
is not defined (#750)v14.1.2
Compare Source
FIX
: fix crash in literal expression viewer whentypeRef
is not defined (#748)v14.1.1
Compare Source
FIX
: break additional table headers (#737)v14.1.0
Compare Source
FEAT
: break long table headers in multiple lines (#719)v14.0.2
Compare Source
DEPS
: update dependencies (#725)v14.0.1
Compare Source
DEPS
: update todiagram-js-direct-editing@2
v14.0.0
Compare Source
FIX
: addtype=button
to view drd button (#721)DEPS
: update to[email protected]
(#772)DEPS
: update to[email protected]
(#772)Breaking Changes
diagram-js@11
. Seediagram-js
breaking changes and migration guide.v13.0.0
Compare Source
FEAT
: use ES2018 syntax (#717)Breaking Changes
v12.3.0
Compare Source
FEAT
: add missing translations (#710, #88)DEPS
: update todidi@8
DEPS
: useinherits-browser
DEPS
: update DRD editor to[email protected]
DEPS
: update to[email protected]
v12.2.1
Compare Source
FIX
: fix DRD SVG creation (#708)v12.2.0
Compare Source
FEAT
: change default black to off black (#701)FIX
: do not display simple button without reason (#668)FIX
: complete direct editing when selection changes (#700)DEPS
: update to[email protected]
v12.1.1
Compare Source
FIX
: clear active view during re-import (#697)FIX
: make sure Input Select options are always accessible (#695)v12.1.0
Compare Source
FEAT
: add configuration for default colors in DRD (#679)v12.0.1
Compare Source
FIX
: make simple duration edit work with empty cell (#690)v12.0.0
Compare Source
FEAT
: remove Camunda Platform-specific features (#673)FEAT
: dropcamunda:inputVariable
support (#680)FEAT
: make data types configurable (#677)FEAT
: use FEEL data types (#674)FEAT
: allow to change expression language only when other option available (#686)FEAT
: drop Camunda Platform expression languages (#675)DEPS
: dropcamunda-dmn-moddle
(#682)Breaking Changes
camunda
namespace moddle extension is no longer part of the package.Consider using camunda/camunda-dmn-js to support Camunda Platform.
to support adding and modifying
camunda:inputVariable
.To change the list, pass respective ELs via
expressionLanguages
configuration.
integer
,double
, andlong
have been replaced withnumber
.date
uses now FEEL date. For FEELdate and time
,use
dateTime
type.v11.1.2
Compare Source
FIX
: fix a broken import (#671)v11.1.1
Compare Source
FIX
: show context pad on top (#657)DEPS
: update to[email protected]
(#670)v11.1.0
Compare Source
FEAT
: use reduced color palette (#663)FEAT
: use CSS variables for fonts (#662)FIX
: keep selection of a replaced element (#667)FIX
: validate definitions ID (#611)DEPS
: update dev dependenciesv11.0.2
Compare Source
FIX
: update simple mode button position in decision table view (#543)FIX
: consistently display decision entries in viewer and editor (#651)DEPS
: update to[email protected]
(f472b1f)v11.0.1
Compare Source
FIX
: correctly use inter-package imports (beaec56)v11.0.0
Compare Source
FEAT
: make#fromXML
,#saveXML
,#saveSVG
, and#open
APIs awaitable (#514)FIX
: correct event life-cycle of#importXML
API for error case (49fcb1b
)FIX
: fix typo inimport.done
event propertywarnings
(4ef46e0
)CHORE
: deprecatedimport.parse.complete
context payload (9739df4
)CHORE
: bump to[email protected]
(b9ddbad
)Breaking Changes
Promise
to be present. To support IE11 you must polyfill it.v10.3.0
Compare Source
FEAT
: focus on row added via context menu (#638)v10.2.2
Compare Source
DEPS
: update to[email protected]
v10.2.1
Compare Source
FIX
: allow to add output if dmn:Input is missing (#635)v10.2.0
Compare Source
DRD
FEAT
: enable connect tool for text annotation (#628)Configuration
📅 Schedule: Branch creation - "after 10pm,before 5:00am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.