-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
CHANGES
57 lines (48 loc) · 1.7 KB
/
CHANGES
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
2.0.1
* Added main attribute for WebPack support
2.0-dev
* Changed library to be OOP
* Add tests
* Cleaned up the codebase
* Added new examples
* Cleaned up old examples
* Kill hotkey issues with empty commands
* Add change event callback
1.0.4 - Bug fixes
* Added Grunt
* Updated Gulp and NPM
* Fixed #58 activeToolbarClass only applied to first button
* Fixed #19 Toolbar is not being updated
1.0.3 - Bug fixes and updated content
* General bug fixes and improvements
* Added gulpfile.js to streamline
* Created example
- Multiple editors (on a single page)
* Updated content
- Updated jquery.hotkeys
- Updated Bootstrap to version 3.3.4
- Updated Font Awesome to version 4.3.0
- Updated jQuery to version 2.1.4
- Updated Google Code Prettify to version 1.0.4
1.0.2 - Merged some extras
* Added support for placeholder attribute as requested in issue #143 and #136
* Created examples
- Basic (no toolbar)
- Simple Toolbar
- Clear formatting button as per request #138
* Moved layout to css/ src/ js/
* Added :focus support as per request #141
* Validated bower.json as per request #134 (Valid JSON)
1.0.1 - Released to the universe
* General improvements and fixes (see graph)
* Merged a number of wild forks in
* Fixed issue #23 (NS_ERROR_UNEXPECTED) by @jordandh
* Fixed issue #118 (Format block buttons) by @beatnbite
* Multiple instances support by @brutuscat as per request #140
* Fix range selection in IE8 by @tilleryd
* Added throttle to update to improve performance on old browsers by @VictorBjelkholm
* UglifyJS Version of the code (bootstrap-wysiwyg.min.js)
* New LICENCE file and thanks section
* Bootstrap 3.0 demonstrated support by @pnevels
* Removed 1px nonsense by @mrmrs
* bowser.json initial by @gl-works