-
Notifications
You must be signed in to change notification settings - Fork 16
/
CHANGELOG
50 lines (36 loc) · 2.04 KB
/
CHANGELOG
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
0.1.8 (December 1st, 2009) - Jeff Kreeftmeijer
* Merged in champierre's bugfix (bbe4163577f22bfae997c96bdc43eb3fd4497ec0)
0.1.7 (November 6th, 2009) - Jeff Kreeftmeijer
* Toolbar didn't show up in IE. Fixed :)
0.1.7 (November 1st, 2009) - Jeff Kreeftmeijer
* added the exclamation.png icon back in the generator.
0.1.7 (October 28th, 2009) - Jeff Kreeftmeijer
* fixed a bug in the generator; it copied "loading.gif" to "loading.png". Thanks Eric!
* two functions in the rakefile were called cssify. One should've been called sassify. fixed :)
* added "render :layout => false" to WysihatFilesController#index
* put the "exclamation.png" icon back. Was pretty useful after all.
0.1.7 (October 27th, 2009) - Jeff Kreeftmeijer
* put the facebox images & icons in a subdir
* created sassify & cssify rake tasks (like the minify one)
* removed the .sass_cache dir and added it to the .gitignore file.
0.1.6 (October 21st, 2009) - Jeff Kreeftmeijer
* fixed a bug that sanitized the output (onsumbit) rather than the input (on paste).
0.1.5 (October 11th, 2009) - Jeff Kreeftmeijer
* fixed a bug that occurred while submitting the form.
0.1.4 (October 5th, 2009) - Jeff Kreeftmeijer
* removed the :paste button, you can now just paste it in the editor. It will work ;)
* added a destroy function for the wysihat_files
* added a locales file to support i18n
0.1.3 (October 5th, 2009) - Jeff Kreeftmeijer
* added sass support
0.1.2 (October 4th, 2009) - Jeff Kreeftmeijer
* added a --no-stylesheet option to the generator
* removed ResourceController as a dependency. Normal controller now :)
* moved more javascript to wysihat_engine.js
* added wysihat_engine_pack.js (all javascripts minfied & concatenated)
0.1.1 (October 3rd, 2009) - Jeff Kreeftmeijer
* Moved most of the javascript to the javascript folder (javascripts/wysihat_engine.js) instead of doing it inline.
0.1.0 (October 3rd, 2009) - Jeff Kreeftmeijer
* Made it a gem.
* Created a generator to get rid of the ugly rake task.
* Removed lots of files (like /public and /config). Everything is in a generator template now.