|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [v0.7.1](https://github.com/technologyadvice/stardust/tree/v0.7.1) (2015-10-28) |
4 |
| -[Full Changelog](https://github.com/technologyadvice/stardust/compare/v0.7.0...v0.7.1) |
| 3 | +## [v0.8.0](https://github.com/TechnologyAdvice/stardust/tree/v0.8.0) (2015-11-24) |
| 4 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.7.1...v0.8.0) |
| 5 | + |
| 6 | +**Implemented enhancements:** |
| 7 | + |
| 8 | +- Add \<Buttons /\> [\#97](https://github.com/TechnologyAdvice/stardust/issues/97) |
| 9 | +- A \<Divider /\> element. [\#49](https://github.com/TechnologyAdvice/stardust/issues/49) |
| 10 | +- Add offset to Columns [\#26](https://github.com/TechnologyAdvice/stardust/issues/26) |
| 11 | + |
| 12 | +**Closed issues:** |
| 13 | + |
| 14 | +- Add \<Header /\> component [\#107](https://github.com/TechnologyAdvice/stardust/issues/107) |
| 15 | +- Duplicate random data causing intermittent Table test fail [\#95](https://github.com/TechnologyAdvice/stardust/issues/95) |
| 16 | +- Cleanup redundancy in tests [\#60](https://github.com/TechnologyAdvice/stardust/issues/60) |
| 17 | + |
| 18 | +**Merged pull requests:** |
| 19 | + |
| 20 | +- Add Statistic and Statistics components [\#117](https://github.com/TechnologyAdvice/stardust/pull/117) ([levithomason](https://github.com/levithomason)) |
| 21 | +- Organize doc menu into groups [\#110](https://github.com/TechnologyAdvice/stardust/pull/110) ([levithomason](https://github.com/levithomason)) |
| 22 | +- Feature/header component [\#109](https://github.com/TechnologyAdvice/stardust/pull/109) ([kyleturco](https://github.com/kyleturco)) |
| 23 | +- Update build and deploy [\#108](https://github.com/TechnologyAdvice/stardust/pull/108) ([levithomason](https://github.com/levithomason)) |
| 24 | +- Feature/buttons component [\#106](https://github.com/TechnologyAdvice/stardust/pull/106) ([kyleturco](https://github.com/kyleturco)) |
| 25 | +- Feature/divider component [\#103](https://github.com/TechnologyAdvice/stardust/pull/103) ([kyleturco](https://github.com/kyleturco)) |
| 26 | +- Feature/list examples [\#100](https://github.com/TechnologyAdvice/stardust/pull/100) ([kyleturco](https://github.com/kyleturco)) |
| 27 | +- Fix test warnings [\#90](https://github.com/TechnologyAdvice/stardust/pull/90) ([levithomason](https://github.com/levithomason)) |
| 28 | + |
| 29 | +## [v0.7.1](https://github.com/TechnologyAdvice/stardust/tree/v0.7.1) (2015-10-28) |
| 30 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.7.0...v0.7.1) |
5 | 31 |
|
6 | 32 | **Implemented enhancements:**
|
7 | 33 |
|
|
21 | 47 | - Fields component and Form examples [\#94](https://github.com/TechnologyAdvice/stardust/pull/94) ([levithomason](https://github.com/levithomason))
|
22 | 48 | - Checkbox plugin [\#80](https://github.com/TechnologyAdvice/stardust/pull/80) ([levithomason](https://github.com/levithomason))
|
23 | 49 |
|
24 |
| -## [v0.7.0](https://github.com/technologyadvice/stardust/tree/v0.7.0) (2015-10-23) |
25 |
| -[Full Changelog](https://github.com/technologyadvice/stardust/compare/v0.6.3...v0.7.0) |
| 50 | +## [v0.7.0](https://github.com/TechnologyAdvice/stardust/tree/v0.7.0) (2015-10-23) |
| 51 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.6.3...v0.7.0) |
26 | 52 |
|
27 | 53 | **Implemented enhancements:**
|
28 | 54 |
|
|
46 | 72 | - Remove dist [\#89](https://github.com/TechnologyAdvice/stardust/pull/89) ([levithomason](https://github.com/levithomason))
|
47 | 73 | - add getUnhandledProps util [\#85](https://github.com/TechnologyAdvice/stardust/pull/85) ([levithomason](https://github.com/levithomason))
|
48 | 74 |
|
49 |
| -## [v0.6.3](https://github.com/technologyadvice/stardust/tree/v0.6.3) (2015-10-22) |
50 |
| -[Full Changelog](https://github.com/technologyadvice/stardust/compare/v0.6.2...v0.6.3) |
| 75 | +## [v0.6.3](https://github.com/TechnologyAdvice/stardust/tree/v0.6.3) (2015-10-22) |
| 76 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.6.2...v0.6.3) |
51 | 77 |
|
52 | 78 | **Merged pull requests:**
|
53 | 79 |
|
54 | 80 | - update to react 14 [\#83](https://github.com/TechnologyAdvice/stardust/pull/83) ([levithomason](https://github.com/levithomason))
|
55 | 81 |
|
56 |
| -## [v0.6.2](https://github.com/technologyadvice/stardust/tree/v0.6.2) (2015-10-22) |
57 |
| -[Full Changelog](https://github.com/technologyadvice/stardust/compare/v0.6.1...v0.6.2) |
| 82 | +## [v0.6.2](https://github.com/TechnologyAdvice/stardust/tree/v0.6.2) (2015-10-22) |
| 83 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.6.1...v0.6.2) |
58 | 84 |
|
59 |
| -## [v0.6.1](https://github.com/technologyadvice/stardust/tree/v0.6.1) (2015-10-22) |
60 |
| -[Full Changelog](https://github.com/technologyadvice/stardust/compare/v0.6.0...v0.6.1) |
| 85 | +## [v0.6.1](https://github.com/TechnologyAdvice/stardust/tree/v0.6.1) (2015-10-22) |
| 86 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.6.0...v0.6.1) |
61 | 87 |
|
62 | 88 | **Merged pull requests:**
|
63 | 89 |
|
64 | 90 | - Add dist to package [\#82](https://github.com/TechnologyAdvice/stardust/pull/82) ([levithomason](https://github.com/levithomason))
|
65 | 91 | - Build library and docs on deploy [\#81](https://github.com/TechnologyAdvice/stardust/pull/81) ([levithomason](https://github.com/levithomason))
|
66 | 92 |
|
67 |
| -## [v0.6.0](https://github.com/technologyadvice/stardust/tree/v0.6.0) (2015-10-22) |
68 |
| -[Full Changelog](https://github.com/technologyadvice/stardust/compare/v0.5.1...v0.6.0) |
| 93 | +## [v0.6.0](https://github.com/TechnologyAdvice/stardust/tree/v0.6.0) (2015-10-22) |
| 94 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.5.1...v0.6.0) |
69 | 95 |
|
70 | 96 | **Closed issues:**
|
71 | 97 |
|
|
82 | 108 | - Feature/add sd item [\#65](https://github.com/TechnologyAdvice/stardust/pull/65) ([athurman](https://github.com/athurman))
|
83 | 109 | - Message component [\#62](https://github.com/TechnologyAdvice/stardust/pull/62) ([levithomason](https://github.com/levithomason))
|
84 | 110 |
|
85 |
| -## [v0.5.1](https://github.com/technologyadvice/stardust/tree/v0.5.1) (2015-10-19) |
86 |
| -[Full Changelog](https://github.com/technologyadvice/stardust/compare/v0.5.0...v0.5.1) |
| 111 | +## [v0.5.1](https://github.com/TechnologyAdvice/stardust/tree/v0.5.1) (2015-10-19) |
| 112 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.5.0...v0.5.1) |
87 | 113 |
|
88 | 114 | **Implemented enhancements:**
|
89 | 115 |
|
|
109 | 135 | - add getting started section to readme [\#58](https://github.com/TechnologyAdvice/stardust/pull/58) ([levithomason](https://github.com/levithomason))
|
110 | 136 | - Fix floated examples [\#57](https://github.com/TechnologyAdvice/stardust/pull/57) ([levithomason](https://github.com/levithomason))
|
111 | 137 |
|
112 |
| -## [v0.5.0](https://github.com/technologyadvice/stardust/tree/v0.5.0) (2015-10-16) |
113 |
| -[Full Changelog](https://github.com/technologyadvice/stardust/compare/v0.4.0...v0.5.0) |
| 138 | +## [v0.5.0](https://github.com/TechnologyAdvice/stardust/tree/v0.5.0) (2015-10-16) |
| 139 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.4.0...v0.5.0) |
114 | 140 |
|
115 | 141 | **Closed issues:**
|
116 | 142 |
|
|
126 | 152 | - Feature/button examples [\#45](https://github.com/TechnologyAdvice/stardust/pull/45) ([kyleturco](https://github.com/kyleturco))
|
127 | 153 | - Table update [\#44](https://github.com/TechnologyAdvice/stardust/pull/44) ([levithomason](https://github.com/levithomason))
|
128 | 154 |
|
129 |
| -## [v0.4.0](https://github.com/technologyadvice/stardust/tree/v0.4.0) (2015-10-12) |
130 |
| -[Full Changelog](https://github.com/technologyadvice/stardust/compare/v0.3.0...v0.4.0) |
| 155 | +## [v0.4.0](https://github.com/TechnologyAdvice/stardust/tree/v0.4.0) (2015-10-12) |
| 156 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.3.0...v0.4.0) |
131 | 157 |
|
132 | 158 | **Closed issues:**
|
133 | 159 |
|
|
146 | 172 | - Menu [\#18](https://github.com/TechnologyAdvice/stardust/pull/18) ([levithomason](https://github.com/levithomason))
|
147 | 173 | - update modal logic [\#11](https://github.com/TechnologyAdvice/stardust/pull/11) ([athurman](https://github.com/athurman))
|
148 | 174 |
|
149 |
| -## [v0.3.0](https://github.com/technologyadvice/stardust/tree/v0.3.0) (2015-10-05) |
150 |
| -[Full Changelog](https://github.com/technologyadvice/stardust/compare/v0.2.1...v0.3.0) |
| 175 | +## [v0.3.0](https://github.com/TechnologyAdvice/stardust/tree/v0.3.0) (2015-10-05) |
| 176 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.2.1...v0.3.0) |
151 | 177 |
|
152 | 178 | **Merged pull requests:**
|
153 | 179 |
|
|
156 | 182 | - add container and update docs [\#15](https://github.com/TechnologyAdvice/stardust/pull/15) ([eanplatter](https://github.com/eanplatter))
|
157 | 183 | - Docs link [\#14](https://github.com/TechnologyAdvice/stardust/pull/14) ([levithomason](https://github.com/levithomason))
|
158 | 184 |
|
159 |
| -## [v0.2.1](https://github.com/technologyadvice/stardust/tree/v0.2.1) (2015-10-03) |
160 |
| -[Full Changelog](https://github.com/technologyadvice/stardust/compare/v0.2.0...v0.2.1) |
| 185 | +## [v0.2.1](https://github.com/TechnologyAdvice/stardust/tree/v0.2.1) (2015-10-03) |
| 186 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.2.0...v0.2.1) |
161 | 187 |
|
162 |
| -## [v0.2.0](https://github.com/technologyadvice/stardust/tree/v0.2.0) (2015-10-03) |
163 |
| -[Full Changelog](https://github.com/technologyadvice/stardust/compare/v0.1.7...v0.2.0) |
| 188 | +## [v0.2.0](https://github.com/TechnologyAdvice/stardust/tree/v0.2.0) (2015-10-03) |
| 189 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.1.7...v0.2.0) |
164 | 190 |
|
165 | 191 | **Closed issues:**
|
166 | 192 |
|
|
170 | 196 |
|
171 | 197 | - Field options [\#5](https://github.com/TechnologyAdvice/stardust/pull/5) ([levithomason](https://github.com/levithomason))
|
172 | 198 |
|
173 |
| -## [v0.1.7](https://github.com/technologyadvice/stardust/tree/v0.1.7) (2015-10-03) |
174 |
| -[Full Changelog](https://github.com/technologyadvice/stardust/compare/v0.1.6...v0.1.7) |
| 199 | +## [v0.1.7](https://github.com/TechnologyAdvice/stardust/tree/v0.1.7) (2015-10-03) |
| 200 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.1.6...v0.1.7) |
175 | 201 |
|
176 |
| -## [v0.1.6](https://github.com/technologyadvice/stardust/tree/v0.1.6) (2015-10-03) |
177 |
| -[Full Changelog](https://github.com/technologyadvice/stardust/compare/v0.1.5...v0.1.6) |
| 202 | +## [v0.1.6](https://github.com/TechnologyAdvice/stardust/tree/v0.1.6) (2015-10-03) |
| 203 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.1.5...v0.1.6) |
178 | 204 |
|
179 |
| -## [v0.1.5](https://github.com/technologyadvice/stardust/tree/v0.1.5) (2015-10-03) |
180 |
| -[Full Changelog](https://github.com/technologyadvice/stardust/compare/v0.1.4...v0.1.5) |
| 205 | +## [v0.1.5](https://github.com/TechnologyAdvice/stardust/tree/v0.1.5) (2015-10-03) |
| 206 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.1.4...v0.1.5) |
181 | 207 |
|
182 |
| -## [v0.1.4](https://github.com/technologyadvice/stardust/tree/v0.1.4) (2015-10-03) |
183 |
| -[Full Changelog](https://github.com/technologyadvice/stardust/compare/v0.1.3...v0.1.4) |
| 208 | +## [v0.1.4](https://github.com/TechnologyAdvice/stardust/tree/v0.1.4) (2015-10-03) |
| 209 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.1.3...v0.1.4) |
184 | 210 |
|
185 |
| -## [v0.1.3](https://github.com/technologyadvice/stardust/tree/v0.1.3) (2015-10-03) |
186 |
| -[Full Changelog](https://github.com/technologyadvice/stardust/compare/v0.1.2...v0.1.3) |
| 211 | +## [v0.1.3](https://github.com/TechnologyAdvice/stardust/tree/v0.1.3) (2015-10-03) |
| 212 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.1.2...v0.1.3) |
187 | 213 |
|
188 |
| -## [v0.1.2](https://github.com/technologyadvice/stardust/tree/v0.1.2) (2015-10-03) |
189 |
| -[Full Changelog](https://github.com/technologyadvice/stardust/compare/v0.1.1...v0.1.2) |
| 214 | +## [v0.1.2](https://github.com/TechnologyAdvice/stardust/tree/v0.1.2) (2015-10-03) |
| 215 | +[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.1.1...v0.1.2) |
190 | 216 |
|
191 |
| -## [v0.1.1](https://github.com/technologyadvice/stardust/tree/v0.1.1) (2015-10-03) |
| 217 | +## [v0.1.1](https://github.com/TechnologyAdvice/stardust/tree/v0.1.1) (2015-10-03) |
192 | 218 | **Merged pull requests:**
|
193 | 219 |
|
194 | 220 | - add wercker.yml [\#8](https://github.com/TechnologyAdvice/stardust/pull/8) ([levithomason](https://github.com/levithomason))
|
|
0 commit comments