UNPKG

5.97 kBMarkdownView Raw
1<a name="2.0.2"></a>
2## [2.0.2](https://github.com/Pearson-Higher-Ed/drawer/compare/v2.0.1...v2.0.2) (2018-04-17)
3
4
5### Bug Fixes
6
7* add direct to functionality ([c3d69e5](https://github.com/Pearson-Higher-Ed/drawer/commit/c3d69e5))
8* remove console.log ([1159538](https://github.com/Pearson-Higher-Ed/drawer/commit/1159538))
9* skipTo and back display none ([fc91b66](https://github.com/Pearson-Higher-Ed/drawer/commit/fc91b66))
10* take out unused variable ([bd0f018](https://github.com/Pearson-Higher-Ed/drawer/commit/bd0f018))
11
12
13
14<a name="2.0.1"></a>
15## [2.0.1](https://github.com/Pearson-Higher-Ed/drawer/compare/v1.0.4...v2.0.1) (2018-04-03)
16
17
18### Bug Fixes
19
20* add border box and content box to deal with responsive issues ([05a0058](https://github.com/Pearson-Higher-Ed/drawer/commit/05a0058))
21* add webkit prefix for box sizing ([c5e8b01](https://github.com/Pearson-Higher-Ed/drawer/commit/c5e8b01))
22* animation ([45cd9a5](https://github.com/Pearson-Higher-Ed/drawer/commit/45cd9a5))
23* click handler ([5e5c412](https://github.com/Pearson-Higher-Ed/drawer/commit/5e5c412))
24* close focus from detailView ([811b2ff](https://github.com/Pearson-Higher-Ed/drawer/commit/811b2ff))
25* ff spacebar action ([55bc736](https://github.com/Pearson-Higher-Ed/drawer/commit/55bc736))
26* focus trap ([4d33958](https://github.com/Pearson-Higher-Ed/drawer/commit/4d33958))
27* focus trap ([872d161](https://github.com/Pearson-Higher-Ed/drawer/commit/872d161))
28* initial class from display none to left -326px to hide drawer when first rendered ([fdc7c29](https://github.com/Pearson-Higher-Ed/drawer/commit/fdc7c29))
29* rollback to display none ([bd72bb9](https://github.com/Pearson-Higher-Ed/drawer/commit/bd72bb9))
30* sematic upgrade ([53065ff](https://github.com/Pearson-Higher-Ed/drawer/commit/53065ff))
31* width at xsm breakpoint, 10px margin right chevron, backtext bold, line height 18 ([ff40297](https://github.com/Pearson-Higher-Ed/drawer/commit/ff40297))
32
33
34
35<a name="1.0.4"></a>
36## [1.0.4](https://github.com/Pearson-Higher-Ed/drawer/compare/v1.0.3...v1.0.4) (2018-02-14)
37
38
39### Bug Fixes
40
41* back/title exclusivity ([282446f](https://github.com/Pearson-Higher-Ed/drawer/commit/282446f))
42* change c.name to props ([1ce954f](https://github.com/Pearson-Higher-Ed/drawer/commit/1ce954f))
43* find detail view ([f08586e](https://github.com/Pearson-Higher-Ed/drawer/commit/f08586e))
44
45
46### Features
47
48* Update LICENSE and replace npm-scripts ([a5b1b41](https://github.com/Pearson-Higher-Ed/drawer/commit/a5b1b41))
49
50
51
52<a name="1.0.3"></a>
53## [1.0.3](https://github.com/Pearson-Higher-Ed/drawer/compare/v1.0.2...v1.0.3) (2017-11-13)
54
55
56### Features
57
58* Integrate Sonar ([59f60e0](https://github.com/Pearson-Higher-Ed/drawer/commit/59f60e0))
59
60
61
62<a name="1.0.2"></a>
63## [1.0.2](https://github.com/Pearson-Higher-Ed/drawer/compare/v1.0.1...v1.0.2) (2017-09-11)
64
65
66
67<a name="1.0.1"></a>
68## [1.0.1](https://github.com/Pearson-Higher-Ed/drawer/compare/v1.0.0...v1.0.1) (2017-08-18)
69
70
71
72<a name="1.0.0"></a>
73# [1.0.0](https://github.com/Pearson-Higher-Ed/drawer/compare/v0.3.3...v1.0.0) (2017-05-19)
74
75
76### Bug Fixes
77
78* DES-487 made trap a visible-oin-focus closing button; add main.js to package.json; remove empty mixins.scss ([59f261b](https://github.com/Pearson-Higher-Ed/drawer/commit/59f261b))
79* ensure if trap is focussed, it is also readable ([609d9da](https://github.com/Pearson-Higher-Ed/drawer/commit/609d9da))
80* need to pull in PhantomJS 2.x because of Mac Sierra segfaults ([5e5d27d](https://github.com/Pearson-Higher-Ed/drawer/commit/5e5d27d))
81
82
83### Features
84
85* DES-632 adjust styles to fit current Drawer/con-help designs ([831f5bc](https://github.com/Pearson-Higher-Ed/drawer/commit/831f5bc))
86
87
88
89<a name="0.3.3"></a>
90## [0.3.3](https://github.com/Pearson-Higher-Ed/drawer/compare/v0.3.0...v0.3.3) (2016-11-18)
91
92
93
94<a name="0.3.0"></a>
95# [0.3.0](https://github.com/Pearson-Higher-Ed/drawer/compare/v0.2.0...v0.3.0) (2016-09-21)
96
97
98### Bug Fixes
99
100* Drawer open() ([06f9ac3](https://github.com/Pearson-Higher-Ed/drawer/commit/06f9ac3))
101
102
103### Features
104
105* **drawer:** run tests against feature branch in ci ([97aee05](https://github.com/Pearson-Higher-Ed/drawer/commit/97aee05))
106
107
108
109<a name="0.2.0"></a>
110# [0.2.0](https://github.com/Pearson-Higher-Ed/drawer/compare/v0.1.4...v0.2.0) (2016-05-31)
111
112
113### Bug Fixes
114
115* Make unit testing work again by updating the polyfill for PhantomJS. Update the demo server port to align with component-archetype. Clean up the demo page. ([f59cabd](https://github.com/Pearson-Higher-Ed/drawer/commit/f59cabd))
116
117
118
119<a name="0.1.4"></a>
120## [0.1.4](https://github.com/Pearson-Higher-Ed/drawer/compare/v0.1.3...v0.1.4) (2016-04-27)
121
122
123
124<a name="0.1.3"></a>
125## [0.1.3](https://github.com/Pearson-Higher-Ed/drawer/compare/v0.1.2...v0.1.3) (2016-03-29)
126
127
128### Bug Fixes
129
130* Make z-index match the 995 of contextual-help, to prevent appearing above the app-header. ([c9fd7aa](https://github.com/Pearson-Higher-Ed/drawer/commit/c9fd7aa))
131
132
133
134<a name="0.1.2"></a>
135## [0.1.2](https://github.com/Pearson-Higher-Ed/drawer/compare/v0.1.1...v0.1.2) (2016-03-22)
136
137
138
139<a name="0.1.1"></a>
140## [0.1.1](https://github.com/Pearson-Higher-Ed/drawer/compare/v0.1.0...v0.1.1) (2016-03-22)
141
142
143### Bug Fixes
144
145* **build:** Remove optional, low-level Mac-specific fsevents library from shrinkwrap, and remove unnecessary Babel dependency. ([2fb22c9](https://github.com/Pearson-Higher-Ed/drawer/commit/2fb22c9))
146
147
148
149<a name="0.1.0"></a>
150# [0.1.0](https://github.com/Pearson-Higher-Ed/drawer/compare/55ed885...v0.1.0) (2016-03-18)
151
152
153### Bug Fixes
154
155* remove duplicate box-shadow property ([74c3263](https://github.com/Pearson-Higher-Ed/drawer/commit/74c3263))
156* **ci:** Update to npm@3. ([0f88d92](https://github.com/Pearson-Higher-Ed/drawer/commit/0f88d92))
157
158
159### Features
160
161* add a default background color ([c2b3fd3](https://github.com/Pearson-Higher-Ed/drawer/commit/c2b3fd3))
162* replace weakmap module with o-weakmap module ([55ed885](https://github.com/Pearson-Higher-Ed/drawer/commit/55ed885))
163
164
165