Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 3 gadiem
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. # Changelog
  2. ## 22/11/2016 (1.0.0)
  3. Initial stable release
  4. ## 29/11/2016 (1.1.1)
  5. - #62: Toolbar behaves weird at times if toolbarOnFocus is set.
  6. - #73: Making spell check configurable.
  7. - #74: Allow user to use RTL.
  8. - #69: Prefix 'rdw-' to all class names.
  9. - #70: Avoid 'undefined' class name.
  10. - #65: Cannot set bold/italics/underline without any text highlighted.
  11. ## 29/11/2016 (1.1.2)
  12. - #35: use of tab for indenting is broken
  13. - #30: As user types after link the new text should not be linkified.
  14. - #92: Inputs in toolbar can not be focused.
  15. ## 1/12/2016 (1.1.3)
  16. - #94: Support ReadOnly mode.
  17. - #84: Developer to be able to update editor editor content.
  18. ## 5/12/2016 (1.2.0)
  19. - #80: It should be possible for user to set size of embedded media.
  20. - #75: Issue in image, embedded link.
  21. - #66: Multiple toolbar modals open causes bugs.
  22. - #31: Popups in toolbar should close when user clicks anywhere else on the page.
  23. - #20: It should be possible for user to provide image size also.
  24. ## 7/12/2016 (1.2.1)
  25. - #109: Link control behaving weird to events.
  26. - #105: Adding placeholder support.
  27. - #59: Mentions should get deleted on whole by single backspace.
  28. - #61: Unlink should not get highlighted for mentions.
  29. ## 7/12/2016 (1.3.0)
  30. - #56: Improvements in mention dropdown.
  31. ## 7/12/2016 (1.3.1)
  32. - #115: uncaught TypeError: t.suggestionCallback is not a function.
  33. ## 10/12/2016 (1.3.2)
  34. - #120: Toolbar modals closing prematurely.
  35. ## 14/12/2016 (1.3.3)
  36. - #126: Rehydrating editor state with mention gives error.
  37. ## 25/12/2016
  38. - #142: Selection state broken when using contentState and onContentStateChange props.
  39. - #140: Request: customizable blockTypes.
  40. ## 22/01/2017
  41. - #181: Ability to add custom block renderer.
  42. - #183: Default toolbar order by config.
  43. ## 25/01/2017
  44. - #176: image upload issue: drag and drop
  45. ## 10/02/2017
  46. - #127: Support for hashtags.
  47. ## 09/07/2017 (1.10.2)
  48. - #348: Reduce bindle size by making ImmutableJS external dependency.
  49. ## 14/07/2017 (1.10.5)
  50. - #393: Lots of toolbar icons not working when multiple editors are rendered.
  51. ## 19/07/2017 (1.10.6)
  52. - #247: When you drag and drop an image in the image uploader from another browser it crashes.
  53. - #389: Hiding toolbar should not destroy the component.
  54. - Fixing broken mentions.
  55. ## 20/07/2017 (1.10.7)
  56. - #380: add support for alt field.
  57. - #325: internalization of titles.
  58. ## 18/08/2017 (1.10.8)
  59. - Support for code block.
  60. ## 10/09/2017 (1.10.8)
  61. - #429: Copy paste issue in code block.
  62. - #440: Limit pre and blockquote styles to only within the wysiwyg.
  63. - Translations for Italian locale.
  64. ## 19/09/2017 (1.10.10)
  65. - #451: Indent, outdent enabled only for lists.
  66. ## 20/09/2017 (1.10.11)
  67. - #437: Disabling the toolbar buttons is not disabling the corresponding keyboard shortcut
  68. ## 23/09/2017 (1.10.12)
  69. - #444: Images not copied when copying content from microsoft word.
  70. - Translations for de and nl locales.
  71. ## 7/12/2017 (1.12.0)
  72. - Adding custom component for rendering of mentions and hashtags.
  73. - Using targetOption property to save target of link.
  74. ## 18/12/2017 (1.12.1)
  75. - Changes in German Translations.
  76. - Using linkify-it to linkify link targets.
  77. ## 25/12/2017 (1.12.2)
  78. - #502, In some scenario, editor does not extract inline style when editorState is changed
  79. ## 1/1/2018 (1.12.3)
  80. - # Adding UMD module bundling.
  81. ## 8/1/2018 (1.12.3)
  82. - #514, Avoid error when an alignment is not defined.
  83. - #555, Image preview option.
  84. ## 15/1/2018
  85. - #549, stripPastedStyles not working.
  86. ## 25/1/2018
  87. - Adding ref property to editor to get teference of underlying DraftJS editor.
  88. ## 26/1/2018
  89. - #581, onBlur not firing.
  90. ## 14/2/2018 (1.12.9)
  91. - #425, text alignment broken for multiple text.
  92. - #549, Prop stripPastedStyles is ignored.
  93. - Support for Japanese locale.
  94. ## 4/3/2018 (1.12.11)
  95. - #621, variable declaration causes handlePastedText function error after js minified.
  96. ## 16/4/2018 (1.12.12)
  97. - #630, Passing editorState into onBlur callback.
  98. - #642, Fix an error when a tab failed to open.
  99. ## 25/4/2018 (1.12.13)
  100. - Bundle size optimization.