Skip to content

KEditor version 1.1.5

Compare
Choose a tag to compare
@ducdhm ducdhm released this 16 Nov 07:29
· 291 commits to master since this release

Changes:

  • How to put the sidebar in a div? #75
  • Improve iframeMode #47
  • Standalone CSS/LESS file #40
  • Improve keditor #60
    • Add window properties for instance of KEditor. When iframeMode is true, window is window of iframe
    • Support id for styles in iframeMode
    • Change data-categories to data-keditor-categories for avoiding conflict data-* attributes with dynamic components
    • Prevent form tags inside #keditor-setting-forms submit to other page
    • Context of all callbacks will be instance of KEditor
  • Nested container #68
  • A lot of unnecessary log messages #72
  • Add callback before init component, container and contentarea #71
  • Set content dynamically #63
  • KEditor: containers should not resize while dragging a component #78

Fixes:

  • Iframe mode is not working on Firefox #51
  • Textarea and iframe in Firefox #58
  • Filters not shown #62
  • Init method of component is not called if loading dynamic content fails #79