Skip to content

Commit 2529249

Browse files
Add CHANGELOG.md generated with conventional-changelog
1 parent abd5556 commit 2529249

File tree

1 file changed

+212
-0
lines changed

1 file changed

+212
-0
lines changed

CHANGELOG.md

Lines changed: 212 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
1+
<a name="0.5.11"></a>
2+
## 0.5.11 (2015-11-15)
3+
4+
5+
* added style to package.json ([bdb577f](https://github.com/kylefox/jquery-modal/commit/bdb577f))
6+
* Bump to 0.5.11 ([abd5556](https://github.com/kylefox/jquery-modal/commit/abd5556))
7+
* Merge pull request #128 from mciparelli/add-style-to-package-json ([ec984b3](https://github.com/kylefox/jquery-modal/commit/ec984b3))
8+
* Merge pull request #132 from muzll0dr/master ([82187e1](https://github.com/kylefox/jquery-modal/commit/82187e1))
9+
* Replacing images with base64 encoded counterparts. ([dab8d0d](https://github.com/kylefox/jquery-modal/commit/dab8d0d))
10+
11+
12+
13+
<a name="0.5.10"></a>
14+
## 0.5.10 (2015-10-23)
15+
16+
17+
### Bugfix
18+
19+
* Bugfix: modal always fading ([b357293](https://github.com/kylefox/jquery-modal/commit/b357293))
20+
21+
* Bump to 0.5.10 ([893b6bf](https://github.com/kylefox/jquery-modal/commit/893b6bf))
22+
* comma ([55cf9e1](https://github.com/kylefox/jquery-modal/commit/55cf9e1))
23+
* Merge pull request #126 from xfra35/issue126 ([9fdbbde](https://github.com/kylefox/jquery-modal/commit/9fdbbde))
24+
25+
26+
27+
<a name="0.5.9"></a>
28+
## 0.5.9 (2015-10-09)
29+
30+
31+
* Add AFTER_CLOSE event (fixes #122) ([fc55c9e](https://github.com/kylefox/jquery-modal/commit/fc55c9e)), closes [#122](https://github.com/kylefox/jquery-modal/issues/122)
32+
* Bump to 0.5.9 ([b99ee76](https://github.com/kylefox/jquery-modal/commit/b99ee76))
33+
* gulp stuffs ([2a1f3bc](https://github.com/kylefox/jquery-modal/commit/2a1f3bc))
34+
* Merge pull request #123 from paaatrick/master ([8192e84](https://github.com/kylefox/jquery-modal/commit/8192e84)), closes [#122](https://github.com/kylefox/jquery-modal/issues/122)
35+
36+
37+
38+
<a name="0.5.8"></a>
39+
## 0.5.8 (2015-08-25)
40+
41+
42+
* Add npm & Bower to README.md ([e35dd82](https://github.com/kylefox/jquery-modal/commit/e35dd82))
43+
* Added main field to package.json ([14f1d75](https://github.com/kylefox/jquery-modal/commit/14f1d75))
44+
* Bump to 0.5.8 ([f28d2cd](https://github.com/kylefox/jquery-modal/commit/f28d2cd))
45+
* Merge pull request #117 from sebastiandedeyne/master ([2db7d68](https://github.com/kylefox/jquery-modal/commit/2db7d68))
46+
* Type ([cc6107b](https://github.com/kylefox/jquery-modal/commit/cc6107b))
47+
48+
49+
50+
<a name="0.5.7"></a>
51+
## 0.5.7 (2015-08-17)
52+
53+
54+
* Add package.json ([d796397](https://github.com/kylefox/jquery-modal/commit/d796397))
55+
* Bump to v.0.5.7 ([3040475](https://github.com/kylefox/jquery-modal/commit/3040475))
56+
* comma comma comma comma comma chameleon ([4dd7519](https://github.com/kylefox/jquery-modal/commit/4dd7519))
57+
* gtfo npm-debug.log ([705548b](https://github.com/kylefox/jquery-modal/commit/705548b))
58+
* Merge pull request #107 from Useclark/node ([d4b8f9a](https://github.com/kylefox/jquery-modal/commit/d4b8f9a))
59+
* More info to package.json ([f167be9](https://github.com/kylefox/jquery-modal/commit/f167be9))
60+
* Update .gitignore ([8eabc58](https://github.com/kylefox/jquery-modal/commit/8eabc58))
61+
* Version bump to 0.5.6 ([8e088df](https://github.com/kylefox/jquery-modal/commit/8e088df))
62+
63+
64+
65+
<a name="0.5.5"></a>
66+
## 0.5.5 (2015-04-03)
67+
68+
69+
* `var statement to prevent `that` from leaking into the global scope ([b7865f5](https://github.com/kylefox/jquery-modal/commit/b7865f5))
70+
* Added a $.modal.isActive function to detect if a modal is currently open ([2997f7a](https://github.com/kylefox/jquery-modal/commit/2997f7a))
71+
* Added bower.json (fix #68) ([95bfae2](https://github.com/kylefox/jquery-modal/commit/95bfae2)), closes [#68](https://github.com/kylefox/jquery-modal/issues/68)
72+
* Added fadeDelay option ([2781b47](https://github.com/kylefox/jquery-modal/commit/2781b47))
73+
* Added option to add css class(es) to close link ([33c0c20](https://github.com/kylefox/jquery-modal/commit/33c0c20))
74+
* Best README update. ([36e6c4a](https://github.com/kylefox/jquery-modal/commit/36e6c4a))
75+
* Bump to 0.5.4 — added fade transitions ([5d894b4](https://github.com/kylefox/jquery-modal/commit/5d894b4))
76+
* Bumped version in bower.json ([4496fac](https://github.com/kylefox/jquery-modal/commit/4496fac))
77+
* Correct code on readme ([ea66eb9](https://github.com/kylefox/jquery-modal/commit/ea66eb9))
78+
* correct duration ([1b8311b](https://github.com/kylefox/jquery-modal/commit/1b8311b))
79+
* Docs for $.modal.isActive() ([e7a43d9](https://github.com/kylefox/jquery-modal/commit/e7a43d9))
80+
* examples bump to query 1.8 ([93140bd](https://github.com/kylefox/jquery-modal/commit/93140bd))
81+
* experimenting with fade in/out. Not super clean, but works... ([15a00ca](https://github.com/kylefox/jquery-modal/commit/15a00ca))
82+
* Fix blocker z-index issue ([e9f8035](https://github.com/kylefox/jquery-modal/commit/e9f8035))
83+
* Fix jQuery Bower dependency to be less strict. ([3b97a42](https://github.com/kylefox/jquery-modal/commit/3b97a42))
84+
* fix typo README.md ([1ead135](https://github.com/kylefox/jquery-modal/commit/1ead135))
85+
* Link to jquery-modal-rails plugin ([e66cd21](https://github.com/kylefox/jquery-modal/commit/e66cd21))
86+
* make the demo just a bit prettier. ([2f7292b](https://github.com/kylefox/jquery-modal/commit/2f7292b))
87+
* Merge branch 'zjr-master' ([cf24354](https://github.com/kylefox/jquery-modal/commit/cf24354))
88+
* Merge pull request #102 from kyaido/fix-typo ([0d06160](https://github.com/kylefox/jquery-modal/commit/0d06160))
89+
* Merge pull request #31 from christiannaths/master ([ac052dd](https://github.com/kylefox/jquery-modal/commit/ac052dd))
90+
* Merge pull request #37 from bensmithett/master ([3aba9bf](https://github.com/kylefox/jquery-modal/commit/3aba9bf))
91+
* Merge pull request #54 from chrisjlee/patch-1 ([7df6e01](https://github.com/kylefox/jquery-modal/commit/7df6e01))
92+
* Merge pull request #60 from xyanide/patch-1 ([c0de654](https://github.com/kylefox/jquery-modal/commit/c0de654))
93+
* Merge pull request #72 from DubFriend/master ([c0141bb](https://github.com/kylefox/jquery-modal/commit/c0141bb))
94+
* Merge pull request #84 from okuyan/modal_in_parent_with_zindex ([125da70](https://github.com/kylefox/jquery-modal/commit/125da70))
95+
* Merge pull request #94 from CodeYellowBV/master ([c2a972f](https://github.com/kylefox/jquery-modal/commit/c2a972f))
96+
* minification note ([8dfef26](https://github.com/kylefox/jquery-modal/commit/8dfef26))
97+
* minify with closure compiler ([b7c16e6](https://github.com/kylefox/jquery-modal/commit/b7c16e6))
98+
* Namespace automatically attached click event listeners ([08cfc99](https://github.com/kylefox/jquery-modal/commit/08cfc99))
99+
* Update README ([a2abe80](https://github.com/kylefox/jquery-modal/commit/a2abe80))
100+
* Update README to reflect transitions. ([bb8f6f2](https://github.com/kylefox/jquery-modal/commit/bb8f6f2))
101+
* Update README.md ([d7aa798](https://github.com/kylefox/jquery-modal/commit/d7aa798))
102+
* Update README.md ([5e9bdc3](https://github.com/kylefox/jquery-modal/commit/5e9bdc3))
103+
* Update README.md ([28d746d](https://github.com/kylefox/jquery-modal/commit/28d746d))
104+
* Update README.md ([a8f4b88](https://github.com/kylefox/jquery-modal/commit/a8f4b88))
105+
* Update README.md ([ff0156f](https://github.com/kylefox/jquery-modal/commit/ff0156f))
106+
* Update README.md ([8e237fe](https://github.com/kylefox/jquery-modal/commit/8e237fe))
107+
* Update README.md ([9ee96e0](https://github.com/kylefox/jquery-modal/commit/9ee96e0))
108+
* Update README.md ([8589421](https://github.com/kylefox/jquery-modal/commit/8589421))
109+
* Update README.md ([9b178b4](https://github.com/kylefox/jquery-modal/commit/9b178b4))
110+
* Update README.md ([35afe59](https://github.com/kylefox/jquery-modal/commit/35afe59))
111+
* Version bump (minor bug fix) ([bb5da2d](https://github.com/kylefox/jquery-modal/commit/bb5da2d))
112+
* Version bump (minor bug fix) ([de39bf9](https://github.com/kylefox/jquery-modal/commit/de39bf9))
113+
* Would close #39 if necessary ([04e8fad](https://github.com/kylefox/jquery-modal/commit/04e8fad)), closes [#39](https://github.com/kylefox/jquery-modal/issues/39)
114+
* wrapped this.remove with .remove ([787f8cc](https://github.com/kylefox/jquery-modal/commit/787f8cc))
115+
116+
117+
118+
<a name="0.5.2"></a>
119+
## 0.5.2 (2013-01-26)
120+
121+
122+
* Add a new event when I receive data via AJAX to become informed when the dialog is up and running ([2ca8ae5](https://github.com/kylefox/jquery-modal/commit/2ca8ae5))
123+
* Added AJAX_BEFORE_SEND and AJAX_SUCCESS events. ([fbe9437](https://github.com/kylefox/jquery-modal/commit/fbe9437))
124+
* Added example to demo. Minified js. ([d9145ff](https://github.com/kylefox/jquery-modal/commit/d9145ff))
125+
* Added some AJAX spinners. ([f0b47e1](https://github.com/kylefox/jquery-modal/commit/f0b47e1))
126+
* Added spinner custom events ([9af1c83](https://github.com/kylefox/jquery-modal/commit/9af1c83))
127+
* Added spinner support ([2fc94c7](https://github.com/kylefox/jquery-modal/commit/2fc94c7))
128+
* Bug fixing ([6267f6f](https://github.com/kylefox/jquery-modal/commit/6267f6f))
129+
* Bumped to 0.5.1 - new Ajax complete event. ([da3509a](https://github.com/kylefox/jquery-modal/commit/da3509a))
130+
* Bumped to v0.3.0 (requires jQuery 1.7) ([148d228](https://github.com/kylefox/jquery-modal/commit/148d228))
131+
* Bumped to v0.4 ([0c7da49](https://github.com/kylefox/jquery-modal/commit/0c7da49))
132+
* Changed bind/unbind and live with on/off methods ([421516e](https://github.com/kylefox/jquery-modal/commit/421516e))
133+
* changed event name ([b32de0b](https://github.com/kylefox/jquery-modal/commit/b32de0b))
134+
* demodemo ([cd84ce3](https://github.com/kylefox/jquery-modal/commit/cd84ce3))
135+
* Issue #20: Added AJAX_FAIL event. ([4c72b25](https://github.com/kylefox/jquery-modal/commit/4c72b25))
136+
* made plugin chainable ([71b7f03](https://github.com/kylefox/jquery-modal/commit/71b7f03))
137+
* Manually bringing in 9f11170 from adrianolaru (closes #4 and #10) ([7786e73](https://github.com/kylefox/jquery-modal/commit/7786e73)), closes [#4](https://github.com/kylefox/jquery-modal/issues/4) [#10](https://github.com/kylefox/jquery-modal/issues/10)
138+
* Manually fix #17 (Made code more object oriented) ([bd4331c](https://github.com/kylefox/jquery-modal/commit/bd4331c)), closes [#17](https://github.com/kylefox/jquery-modal/issues/17)
139+
* Merge branch 'master' of github.com:kylefox/jquery-modal into ajax ([9c7c9cd](https://github.com/kylefox/jquery-modal/commit/9c7c9cd))
140+
* Merge pull request #10 from adrianolaru/change-public-api ([168e30a](https://github.com/kylefox/jquery-modal/commit/168e30a))
141+
* Merge pull request #11 from adrianolaru/bugfixing ([87d4e6b](https://github.com/kylefox/jquery-modal/commit/87d4e6b))
142+
* Merge pull request #13 from adrianolaru/bugfixing ([f2fa333](https://github.com/kylefox/jquery-modal/commit/f2fa333))
143+
* Merge pull request #16 from adrianolaru/bugfixing ([33a06fa](https://github.com/kylefox/jquery-modal/commit/33a06fa))
144+
* Merge pull request #18 from RyanonRails/patch-1 ([bb12f5a](https://github.com/kylefox/jquery-modal/commit/bb12f5a))
145+
* Merge pull request #20 from adrianolaru/spinner ([eb2dadc](https://github.com/kylefox/jquery-modal/commit/eb2dadc))
146+
* Merge pull request #21 from adrianolaru/spinner ([a4a325d](https://github.com/kylefox/jquery-modal/commit/a4a325d))
147+
* Merge pull request #22 from dei79/master ([3f68f34](https://github.com/kylefox/jquery-modal/commit/3f68f34))
148+
* Merge pull request #8 from adrianolaru/new-events-methods ([ba3cda3](https://github.com/kylefox/jquery-modal/commit/ba3cda3))
149+
* Merge pull request #9 from adrianolaru/bugfixing ([b86be47](https://github.com/kylefox/jquery-modal/commit/b86be47))
150+
* Minor bug fixing ([2865c27](https://github.com/kylefox/jquery-modal/commit/2865c27))
151+
* Missing comma :D ([89977d2](https://github.com/kylefox/jquery-modal/commit/89977d2))
152+
* Missing words in README! ([5316599](https://github.com/kylefox/jquery-modal/commit/5316599))
153+
* Moved static methods from $.fn.modal to $.modal ([9f11170](https://github.com/kylefox/jquery-modal/commit/9f11170))
154+
* no newline at end of file ([3983c79](https://github.com/kylefox/jquery-modal/commit/3983c79))
155+
* Nuke .DS_Store ([f04077f](https://github.com/kylefox/jquery-modal/commit/f04077f))
156+
* One spinner style is sufficient. ([5005ae8](https://github.com/kylefox/jquery-modal/commit/5005ae8))
157+
* Only create spinner where necessary, remove from DOM when "hidden" ([40bae80](https://github.com/kylefox/jquery-modal/commit/40bae80))
158+
* opt out the spinner ([449671d](https://github.com/kylefox/jquery-modal/commit/449671d))
159+
* Option for adding additional classes to the close button ([cdfb863](https://github.com/kylefox/jquery-modal/commit/cdfb863))
160+
* Renamed AJAX events, updated README to document spinner & ajax events. ([c53fca7](https://github.com/kylefox/jquery-modal/commit/c53fca7))
161+
* Resolves #30: Added explicit MIT license ([a7feb44](https://github.com/kylefox/jquery-modal/commit/a7feb44)), closes [#30](https://github.com/kylefox/jquery-modal/issues/30)
162+
* Should fix #34 (Multiple Modals) without breaking anything... ([84b9e74](https://github.com/kylefox/jquery-modal/commit/84b9e74)), closes [#34](https://github.com/kylefox/jquery-modal/issues/34)
163+
* Update README & examples to show that manually opened AJAX modals must be wrapped in a div with clas ([810f8d7](https://github.com/kylefox/jquery-modal/commit/810f8d7))
164+
* updated README ([eab14ef](https://github.com/kylefox/jquery-modal/commit/eab14ef))
165+
* v0.3.1 ([4dd79d3](https://github.com/kylefox/jquery-modal/commit/4dd79d3))
166+
* Version 0.5 - AJAX feedback UI & events. ([cb76e3c](https://github.com/kylefox/jquery-modal/commit/cb76e3c))
167+
* When invoking manually, make sure the $ selection is not empty ([f750f2a](https://github.com/kylefox/jquery-modal/commit/f750f2a))
168+
169+
170+
171+
<a name="0.2.5"></a>
172+
## 0.2.5 (2012-02-03)
173+
174+
175+
### Fix
176+
177+
* Fix: modal position should be fixed, not absolute. ([5bc6c9f](https://github.com/kylefox/jquery-modal/commit/5bc6c9f))
178+
179+
* 0.1 "release" ([30732cc](https://github.com/kylefox/jquery-modal/commit/30732cc))
180+
* Actual min/pack versions ([38d3e66](https://github.com/kylefox/jquery-modal/commit/38d3e66))
181+
* Added 'closeText' option & bumped patch version. ([effbffb](https://github.com/kylefox/jquery-modal/commit/effbffb))
182+
* Added $.modal.resize(). All it does at the moment is re-centre the modal (because there is no fixed ([b191b8c](https://github.com/kylefox/jquery-modal/commit/b191b8c))
183+
* Added an image ... *sigh*. Bumped version to 0.2.1 (will start doing patch version increments for m ([3da2f27](https://github.com/kylefox/jquery-modal/commit/3da2f27))
184+
* Added auto-binding based on "rel" attributes and an example page. ([54377f4](https://github.com/kylefox/jquery-modal/commit/54377f4))
185+
* Added basic working version. ([2518eef](https://github.com/kylefox/jquery-modal/commit/2518eef))
186+
* Added detection for AJAX links, updated README. ([468194e](https://github.com/kylefox/jquery-modal/commit/468194e))
187+
* Added escape-key binding, update example. ([fc63faf](https://github.com/kylefox/jquery-modal/commit/fc63faf))
188+
* Added events ([99aa155](https://github.com/kylefox/jquery-modal/commit/99aa155))
189+
* Added link to README. ([e74bf96](https://github.com/kylefox/jquery-modal/commit/e74bf96))
190+
* combined calls to $.addclass ([7c415ad](https://github.com/kylefox/jquery-modal/commit/7c415ad))
191+
* Events are now triggered on the modal element itself. Modals are automatically bound to links with ([a49bf8c](https://github.com/kylefox/jquery-modal/commit/a49bf8c))
192+
* Fix #7: pass jQuery to anonymous function and accept as '$' in argument ([4321d01](https://github.com/kylefox/jquery-modal/commit/4321d01)), closes [#7](https://github.com/kylefox/jquery-modal/issues/7)
193+
* fix bug with escapeClose option ([d83677c](https://github.com/kylefox/jquery-modal/commit/d83677c))
194+
* Fix issue #2 -- "Close" button element wasn't being removed when modal was closed. ([8998d63](https://github.com/kylefox/jquery-modal/commit/8998d63)), closes [#2](https://github.com/kylefox/jquery-modal/issues/2)
195+
* Fixed #3 (use outerHeight), bumped to 0.2.3. Also dropped the packed file. ([e399651](https://github.com/kylefox/jquery-modal/commit/e399651)), closes [#3](https://github.com/kylefox/jquery-modal/issues/3)
196+
* Link back to repo ([8838835](https://github.com/kylefox/jquery-modal/commit/8838835))
197+
* make regex negligibly faster ([c56fe3e](https://github.com/kylefox/jquery-modal/commit/c56fe3e))
198+
* Merge pull request #5 from elidupuis/master ([31c14a2](https://github.com/kylefox/jquery-modal/commit/31c14a2))
199+
* Merge pull request #6 from elidupuis/master ([0e1cadc](https://github.com/kylefox/jquery-modal/commit/0e1cadc))
200+
* Moved examples into examples/ ([c420fdc](https://github.com/kylefox/jquery-modal/commit/c420fdc))
201+
* README LIVES ([f207b12](https://github.com/kylefox/jquery-modal/commit/f207b12))
202+
* remove current class on modal close ([77fbf5f](https://github.com/kylefox/jquery-modal/commit/77fbf5f))
203+
* some stuffs. ([a47db2c](https://github.com/kylefox/jquery-modal/commit/a47db2c))
204+
* Updated README (ajax + events) ([5f576e4](https://github.com/kylefox/jquery-modal/commit/5f576e4))
205+
* Updated README, renamed some files. ([2bafca0](https://github.com/kylefox/jquery-modal/commit/2bafca0))
206+
* Updated README. ([1865c30](https://github.com/kylefox/jquery-modal/commit/1865c30))
207+
* Version 0.2 ([b89392f](https://github.com/kylefox/jquery-modal/commit/b89392f))
208+
* Version bump ([5350977](https://github.com/kylefox/jquery-modal/commit/5350977))
209+
* wrap ajax content in div ([59c58be](https://github.com/kylefox/jquery-modal/commit/59c58be))
210+
211+
212+

0 commit comments

Comments
 (0)