You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2024. It is now read-only.
@@ -12,60 +13,5 @@ Also available as [AngularJS directive](https://github.com/mistic100/angular-jqc
12
13
13
14
http://mistic100.github.io/jQCloud
14
15
15
-
## Changelog
16
-
17
-
2.0.0
18
-
- Migrate to Grunt builder
19
-
- New documentation
20
-
- Big performances improvement (thanks to [saravanan4514](https://github.com/saravanan4514))
21
-
-`delayedDraw` option replaced by `delay`
22
-
-`center` now takes relative float values and not absolute integers
23
-
- add `steps`, `autoResize`, `classPattern`, `colors` and `fontSize` options
24
-
25
-
1.0.5 Added the capability to update dynamically the cloud, as well as an example (thanks to [acjzz](https://github.com/acjzz))
26
-
27
-
1.0.4 Add option to remove overflowing words (thanks to [drewB](https://github.com/drewB))
28
-
29
-
1.0.3 Fix bug when providing a context to jQuery
30
-
31
-
1.0.2 Relative font sizes and easier to customize CSS (kudos to [daniel-toman](https://github.com/daniel-toman))
32
-
33
-
1.0.1 Option to turn off URL encoding for links (thanks to [bboughton](https://github.com/bboughton))
34
-
35
-
1.0.0 API redesign (warning: this is a major update, and background compatibility is not maintained)
36
-
37
-
0.2.10 Fix bug occurring when the container element has no id
38
-
39
-
0.2.9 Add dataAttributes option (thanks again to [cham](https://github.com/cham)) and fix bug when weights are all equal (thanks to [Grepsy](https://github.com/Grepsy))
40
-
41
-
0.2.8 Add possibility to specify custom classes for words with the custom_class attribute (thanks to [cham](https://github.com/cham))
42
-
43
-
0.2.7 Add possibility to draw rectangular-shaped clouds (an idea by [nithin2e](https://github.com/nithin2e))
44
-
45
-
0.2.6 Fix bug with handlers, add nofollow option (thanks to [strobotta](https://github.com/strobotta)) and word callbacks.
46
-
47
-
0.2.5 Add possibility to bind event handlers to words (thanks to [astintzing](https://github.com/astintzing))
48
-
49
-
0.2.4 Option randomClasses can be an array of classes among which a random class is selected for each word
50
-
51
-
0.2.3 Add option randomClasses, allowing for random CSS styling (inspired by issue about vertical words opened by [tttp](https://github.com/tttp))
52
-
53
-
0.2.2 CSS improvements (as suggested by [NomikOS](https://github.com/NomikOS))
54
-
55
-
0.2.1 Optimization and performance improvements (making 0.2.1 around 25% faster than 0.2.0)
56
-
57
-
0.2.0 Add configuration options, passed as the second argument of jQCloud (include ideas proposed by [mindscratch](https://github.com/mindscratch) and [aaaa0441](https://github.com/aaaa0441))
58
-
59
-
0.1.8 Fix bug in the algorithm causing sometimes unbalanced layouts (thanks to [isamochernov](https://github.com/isamochernov))
60
-
61
-
0.1.7 Remove duplicated `</span>` when word has an URL (thanks to [rbrancher](https://github.com/rbrancher))
62
-
63
-
0.1.6 JavaScript-friendly URL encode 'url' option; Typecast 'weight' option to float (thanks to [nudesign](https://github.com/nudesign))
64
-
65
-
0.1.5 Apply CSS style to a "jqcloud" class, automatically added (previously an id was used. Again, thanks to [seanahrens](https://github.com/seanahrens))
66
-
67
-
0.1.4 Fix bug with multiple clouds on the same page (kudos to [seanahrens](https://github.com/seanahrens))
68
-
69
-
0.1.3 Added possibility to pass a callback function and to specify a custom HTML title attribute for each word in the cloud
70
-
71
-
0.1.0 -> 0.1.2 I just started this tiny project, only minor improvements and optimization happened
0 commit comments