83839669bb
feat(search): integrate with unified search
...
This ensures we build upon the new search abstraction,
built via https://github.com/bpmn-io/diagram-js/pull/916 .
2024-11-05 13:25:51 +01:00
58d7d7a30b
fix(search): handle elements without label
...
Closes #2232
2024-09-16 18:00:58 +02:00
4789c1ff4b
feat(search): sort matches by location
...
* simplify implementation
* take location into account when sorting
2024-09-12 14:37:48 +02:00
a2211cbb5f
chore(search): replace deprecated method
2024-09-12 14:37:48 +02:00
f470cd5722
fix(search): do not suggest subprocess planes
...
closes #2143
2024-06-05 11:37:39 +02:00
e95e16746d
chore: lift up label-editing/LabelUtil
2023-04-24 10:30:43 +02:00
614163e96c
chore: use @return
instead of @returns
2023-04-19 12:18:42 +02:00
07f75f7cd5
fix: fix remaining JSDoc and TS errors
2023-04-19 12:18:42 +02:00
7a67ff95b2
chore(documentation): fix JSDoc string types
2020-04-07 06:52:55 +00:00
9be61259bd
chore(project): drop 'use strict'
...
We use ES modules, so 'use strict' is not necessary anymore.
2018-04-03 18:09:53 +02:00
d3449ca87c
chore(project): es6ify source code
...
* use ES6 import / export
* UTILS: export individual utilities
* TESTS: localize TestHelper includes
BREAKING CHANGE:
* all utilities export independent functions
* library sources got ported to ES6. You must now use
a ES module bundler such as Browserify + babelify or
Webpack to consume this library (or parts of it).
2018-04-03 16:32:14 +02:00
245d1d6a96
chore(project): upgrade lodash to min-dash
2018-03-22 11:59:39 +01:00
0ba239bbce
chore(project): switch to eslint
...
Use eslint instead of jshint for linting.
* better linting results
* test files linted, too
* consistent code style checks
Closes #568
2016-06-07 09:55:32 +02:00
a1ab8f9e7d
fix(search): do not include root element in results
...
Closes camunda/camunda-modeler#280
2016-05-18 10:42:38 +02:00
b0eea3dbef
fix(search): correct minification meta-data
...
Closes #521
2016-04-28 20:43:58 +02:00
bff19786b4
feat(search): be able to search bpmn elements
...
Closes #500
2016-04-12 16:50:23 +02:00