forked from samclarke/SCEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
69 lines (60 loc) · 2.53 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Version 1.2.7:
Updated to use contentEditable if supported. This fixes some selection issues in IE9
Version 1.2.7:
Added options for emoticons to require spaces around them for compatibility.
i.e. If you have the emoticon :/ it will not replace http://. This
mode currently has limited As You Tyne emoticon conversion.
Fixed problem with YouTube dropdown
Fixed Opera problem with [url]
Fixed problem with default style causing table to have size tags wrapped around them
Fixed dropdowns being hidden behind YouTube videos
Fixed empty tables being inserted if columns and rows are set to 0
Updated so that when enter is pressed on code or quotes a new line is always inserted
Updated quote behaviour to insert selected text into the quote rather than replace it
Updated editor to not allow block level elements inside inline elements
Fixed problem with Opera not allowing text to be aligned after switching from WYSIWYG to source modes and back again
Updated so there is always a newline at the end of the editor if a quote or code is inserted. Allows to get out of them.
Updated to allow only certian bbcode tags within tags
Fix bug with IE selection
Version 1.2.6:
Added i18n support
Added support for text mode commands and disabling all non-text mode commands when in text mode
Fixed date bug that cuased the month to be out by -1
Fixed newlines being removed from [code] tags
Fixed newlines being added to tables when switching between source and design mode
Fixed error when attempting to insert HTML before anything has been enetered in the editor
Version 1.2.5:
Fixed IE select problem.
Fixed percent based width/height problem.
Version 1.2.4:
Added custom commands support.
Added date format option.
Added ability for % to be set as with/height.
Improved IE support.
Version 1.2.3:
Added resize support.
Fixed IE 9 bug.
Fixed Opera colour picker bug.
Added hidden emoticons option.
Version 1.2.2:
Improved the code to update the forms textarea value.
Improved As You Type emoticon support.
General code tidying.
Fix typo with image insert.
Added YouTube embedding.
Version 1.2.1:
Fix BBCode color bug.
Improved colour picker speed.
Improved styling.
Fix IE6 bug where colour picker boxes are slightly bigger.
Add optional with/height to image insert.
Version 1.2:
Fix typo stopping value getting posted
Added code tag.
Added Quote tag.
Improved how HTML is inserted.
Version 1.1:
Improved colour picker performance
Fixed BBCode bold bug with FF 3.5
Changed toolbar CSS to use a sprite
Fixed rounded corners CSS in Chrome