readme.txt 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. markItUp! 1.1.3
  2. CHANGE LOG
  3. markItUp! 1.1.3 2008-09-12
  4. - Fixed: IE7 preview problem
  5. markItUp! 1.1.2 2008-07-17
  6. - Fixed: Quick fix for Opera 9.5 caret position problem after insertion
  7. markItUp! 1.1.1 2008-06-02
  8. - Fixed: Key events status are passed to callbacks properly
  9. - Improved: ScrollPosition is kept in the preview when its refreshed
  10. markItUp! 1.1.0 2008-05-04
  11. - Modified: Textarea's id is no more moved to the main container
  12. - Modified: NameSpace Span become a Div to remain strict
  13. - Added: Relative path to the script is computed
  14. - Added: Relative path to the script passed to callbacks
  15. - Added: Global instance ID property
  16. - Added: $(element).markItUpRemove() to remove markItUp!
  17. - Added: Resize handle is now optional with resizeHandle property
  18. - Added: Property previewInWindow is added and accept window parameter
  19. - Added: Property previewPosition is added
  20. - Modified: Resize handle is no more displayed in Safari to avoid repetition with the native handle
  21. - Modified: Property previewIframeRefresh become previewAutorefresh
  22. - Modified: Built-in Html Preview call a template file
  23. - Improved: Autorefreshing is now apply for preview in window too
  24. - Improved: Cancel button in prompt window cancel now the whole insertion process
  25. - Improved: Cleaner markItUp! code added to the DOM
  26. - Removed: Depreciated preview properties as previewBaseUrl, previewCharset, previewCssPath, previewBodyId, previewBodyClassName
  27. - Removed: Property previewIframe not longer exists
  28. - Fixed: "Magic markups" works with line feeds
  29. - Fixed: Key events are initialized after insertion
  30. - Fixed: Internet Explorer line feed offset bug
  31. - Fixed: Shortcut keys on Mac OS
  32. - Fixed: Ctrl+click works and doesn't open Mac context menu anymore
  33. - Fixed: Ctrl+click works and doesn't open the page in a new tab anymore
  34. - Fixed: Minor Css modifications
  35. markItUp! 1.0.3 2008-04-04
  36. - Fixed: IE7 Preview empty baseurl problem
  37. - Fixed: IE7 external targeted insertion
  38. - Added: Property scrollPosition is passed to callbacks functions
  39. markItUp! 1.0.2 2008-03-31
  40. - Fixed: IE7 Html preview problems
  41. - Fixed: Selection is kept if nothing is inserted
  42. - Improved: Code minified
  43. markItUp! 1.0.1 2008-03-21
  44. - Removed: Global PlaceHolder
  45. - Modified: Property previewCharset is setted to "utf-8" by default
  46. markItUp! 1.0.0 2008-03-01
  47. - First public release