-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feelers integration #567
Feelers integration #567
Conversation
feca604
to
1fbf6ac
Compare
2d5464e
to
0a9086d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice improvements under the hood 👍 I really like that, and I'll test the demo as well.
packages/form-js-editor/src/features/properties-panel/entries/TextEntry.js
Outdated
Show resolved
Hide resolved
packages/form-js-viewer/src/features/expression-language/ConditionChecker.js
Show resolved
Hide resolved
<h2 id="h2">h2</h2> | ||
<h3 id="h3">h3</h3> | ||
<h4 id="h4">h4</h4> | ||
<h5 id="h5">h5</h5> | ||
<h6 id="h6">h6</h6> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know the changes are really small due to the transition to showdown
, but I think we should at least mention there are some changes in the resulting HTML, e.g. via note in
- the commit message
- the changelog
Just some note on that we change the markdown parser to showdown
and a quick reference to the specification (if there is some). I think that would help a lot already.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just mentioning it as it seems our users are interested in that (https://camunda-platform.slack.com/archives/C6WGNHV2A/p1678953005263759).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I'll try and break down the commits to make this explicit.
packages/form-js-editor/test/spec/render/components/form-fields/helper/index.js
Show resolved
Hide resolved
1ec2517
to
2dd0f39
Compare
2dd0f39
to
75acf11
Compare
Related to `team-hto/141`.
Related to 'team-hto/141'
Related to 'team-hto/141'
134f45e
to
d895bac
Compare
import { FeelTextAreaEntry, isFeelEntryEdited } from '@bpmn-io/properties-panel'; | ||
import { FeelTemplatingEntry, isFeelEntryEdited } from '@bpmn-io/properties-panel'; | ||
|
||
// import { simpleBoolEntryFactory } from './factories'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's leave this in to make sure we know later where to tackle this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 🎸
Related to https://github.com/camunda/team-hto/issues/141