Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 22edcd7

Browse files
committed
chore(~): Added changelog
1 parent 8afc455 commit 22edcd7

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed

CHANGELOG.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
<a name="1.3.0"></a>
2+
# [1.3.0](https://github.com/angular-ui/ui-layout/compare/v1.2.3...v1.3.0) (2015-09-12)
3+
4+
5+
### Features
6+
7+
* **toggle arrows:** Add an option to disable the toggle arrows overall and on mobile devices ([c27255d](https://github.com/angular-ui/ui-layout/commit/c27255d)), closes [#56](https://github.com/angular-ui/ui-layout/issues/56)
8+
9+
10+
11+
<a name="1.2.3"></a>
12+
## [1.2.3](https://github.com/angular-ui/ui-layout/compare/v1.2.2...v1.2.3) (2015-09-12)
13+
14+
15+
### Bug Fixes
16+
17+
* **jQuery touchdrag:** special-case jQuery touch drag events ([8418ea5](https://github.com/angular-ui/ui-layout/commit/8418ea5)), closes [#82](https://github.com/angular-ui/ui-layout/issues/82)
18+
* **multipledigests:** use evalAsync for resize calls ([c295344](https://github.com/angular-ui/ui-layout/commit/c295344))
19+
20+
21+
22+
<a name="1.2.2"></a>
23+
## [1.2.2](https://github.com/angular-ui/ui-layout/compare/v1.2.1...v1.2.2) (2015-09-12)
24+
25+
26+
### Bug Fixes
27+
28+
* **nesting:** resizing a parent pane also triggers a resize in child ([23d8cf4](https://github.com/angular-ui/ui-layout/commit/23d8cf4)), closes [#102](https://github.com/angular-ui/ui-layout/issues/102)
29+
* **require:** fix directory path in require ([06afdf9](https://github.com/angular-ui/ui-layout/commit/06afdf9))
30+
31+
32+
33+
<a name="1.2.0"></a>
34+
# [1.2.0](https://github.com/angular-ui/ui-layout/compare/v1.1.1...v1.2.0) (2015-09-03)
35+
36+
37+
38+
39+
<a name="1.1.0"></a>
40+
# [1.1.0](https://github.com/angular-ui/ui-layout/compare/v0.0.2...v1.1.0) (2015-08-26)
41+
42+
43+
### Bug Fixes
44+
45+
* **~:** change bower main property to better integrate with yeoman and grunt ([f60dfaa](https://github.com/angular-ui/ui-layout/commit/f60dfaa)), closes [#35](https://github.com/angular-ui/ui-layout/issues/35) [#36](https://github.com/angular-ui/ui-layout/issues/36) [#40](https://github.com/angular-ui/ui-layout/issues/40)
46+
* **~:** fix versioning to work with ui-publisher ([d670223](https://github.com/angular-ui/ui-layout/commit/d670223))
47+
* **bower:** change main property to improve integration with yeoman ([8d2c4c0](https://github.com/angular-ui/ui-layout/commit/8d2c4c0))
48+
* **uiLayout:** remove event listeners from destroyed elements ([564d6fa](https://github.com/angular-ui/ui-layout/commit/564d6fa))
49+
* **uiLayout:** resize layout on window resize ([a31c3ed](https://github.com/angular-ui/ui-layout/commit/a31c3ed)), closes [#47](https://github.com/angular-ui/ui-layout/issues/47)
50+
51+
### Features
52+
53+
* **events:** Broadcast events on resize and toggle ([24e4a54](https://github.com/angular-ui/ui-layout/commit/24e4a54)), closes [#34](https://github.com/angular-ui/ui-layout/issues/34)
54+
55+
56+
57+
<a name="0.0.1-beta"></a>
58+
## [0.0.1-beta](https://github.com/angular-ui/ui-layout/compare/v1.0.5...v0.0.1-beta) (2014-07-14)
59+
60+
61+
### Bug Fixes
62+
63+
* **demo:** the east is at the right... sorry ([0b55522](https://github.com/angular-ui/ui-layout/commit/0b55522))
64+
* **gulp:** copy *.css files to the dist ([86d8cdf](https://github.com/angular-ui/ui-layout/commit/86d8cdf))
65+
* **gulp:** no scss here ([14783c1](https://github.com/angular-ui/ui-layout/commit/14783c1))
66+
* **layout:** replace event property name to `page*` ([161d88f](https://github.com/angular-ui/ui-layout/commit/161d88f)), closes [#8](https://github.com/angular-ui/ui-layout/issues/8)
67+
* **layout:** use clientX/Y coordinates ([a9e641d](https://github.com/angular-ui/ui-layout/commit/a9e641d))
68+
* **test:** get the original event when using jquery ([620e847](https://github.com/angular-ui/ui-layout/commit/620e847))
69+
* **test:** mesure odd elements only ([43490d9](https://github.com/angular-ui/ui-layout/commit/43490d9))
70+
* **test:** use default flow value ([9bcd323](https://github.com/angular-ui/ui-layout/commit/9bcd323))
71+
* **test:** with jQuery, .css(top/left) returns px instead of % ([4aa8f73](https://github.com/angular-ui/ui-layout/commit/4aa8f73))
72+
* **touch:** correct event property ([849c997](https://github.com/angular-ui/ui-layout/commit/849c997))
73+
74+
### Features
75+
76+
* **grunt:** use Angular UI publisher ([d18a7d1](https://github.com/angular-ui/ui-layout/commit/d18a7d1))
77+
* **layout:** add element and attribute support. ([5298396](https://github.com/angular-ui/ui-layout/commit/5298396))
78+
* **layout:** add touch event support ([9198b89](https://github.com/angular-ui/ui-layout/commit/9198b89))
79+
* **layout:** setting slip size option ([5987d85](https://github.com/angular-ui/ui-layout/commit/5987d85))
80+
* **test:** add coverage info ([beb11ef](https://github.com/angular-ui/ui-layout/commit/beb11ef))
81+
* **test:** add initial e2e test ([383fed7](https://github.com/angular-ui/ui-layout/commit/383fed7))
82+
* **test:** Run tests with jQuery present ([7e88f49](https://github.com/angular-ui/ui-layout/commit/7e88f49))
83+
* **test:** test not moving before startevent or after endevent ([55ad525](https://github.com/angular-ui/ui-layout/commit/55ad525))
84+
* **travis:** add github encoded deploy key ([5dcad80](https://github.com/angular-ui/ui-layout/commit/5dcad80))
85+
* **travis:** run Angular UI Publisher scripts ([19bb4db](https://github.com/angular-ui/ui-layout/commit/19bb4db))
86+
87+
88+

0 commit comments

Comments
 (0)