bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
54 stars 6 forks source link

TaskEditor configuration is not listed in breaking changes #834

Closed bmblb closed 1 year ago

bmblb commented 4 years ago

Bab names were changed to camelcase: generaltab -> generalTab, etc. This change was not reflected in integration demos and regular examples which use old name, it is not mentioned in the changelog.

Suggestion: revert everything back to lowercase.

isglass commented 4 years ago

For other kinds of keys (event names for example) we do case-insensitive comparisons. Risk of breaking should be minimal, since namedItems approach is pretty new and not widely used on release

canonic-epicure commented 1 year ago

Closing as outdated.