Skip to content

Commit 9ddf8f4

Browse files
committed
add changelog
1 parent 19acd5a commit 9ddf8f4

1 file changed

Lines changed: 201 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 201 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,201 @@
1+
# Change Log
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)
5+
6+
**Implemented enhancements:**
7+
8+
- Support Fields element [\#36](https://github.com/TechnologyAdvice/stardust/issues/36)
9+
- Create Container Element to Handle Container classes [\#10](https://github.com/TechnologyAdvice/stardust/issues/10)
10+
11+
**Fixed bugs:**
12+
13+
- Nesting an \<Input /\> in a \<Field /\> [\#38](https://github.com/TechnologyAdvice/stardust/issues/38)
14+
15+
**Closed issues:**
16+
17+
- Conformance test for element and plugin [\#72](https://github.com/TechnologyAdvice/stardust/issues/72)
18+
19+
**Merged pull requests:**
20+
21+
- Fields component and Form examples [\#94](https://github.com/TechnologyAdvice/stardust/pull/94) ([levithomason](https://github.com/levithomason))
22+
- Checkbox plugin [\#80](https://github.com/TechnologyAdvice/stardust/pull/80) ([levithomason](https://github.com/levithomason))
23+
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)
26+
27+
**Implemented enhancements:**
28+
29+
- Input does not handle labels [\#61](https://github.com/TechnologyAdvice/stardust/issues/61)
30+
- \<List /\> component [\#50](https://github.com/TechnologyAdvice/stardust/issues/50)
31+
- Remove all styles from stardust [\#27](https://github.com/TechnologyAdvice/stardust/issues/27)
32+
33+
**Fixed bugs:**
34+
35+
- Select Input Needs to be Controlled Component [\#48](https://github.com/TechnologyAdvice/stardust/issues/48)
36+
37+
**Closed issues:**
38+
39+
- Fubhub integration is needed. [\#88](https://github.com/TechnologyAdvice/stardust/issues/88)
40+
- Drop /dist build [\#86](https://github.com/TechnologyAdvice/stardust/issues/86)
41+
- Tests for customPropType utility [\#76](https://github.com/TechnologyAdvice/stardust/issues/76)
42+
- getSpreadableProps util [\#69](https://github.com/TechnologyAdvice/stardust/issues/69)
43+
44+
**Merged pull requests:**
45+
46+
- Remove dist [\#89](https://github.com/TechnologyAdvice/stardust/pull/89) ([levithomason](https://github.com/levithomason))
47+
- add getUnhandledProps util [\#85](https://github.com/TechnologyAdvice/stardust/pull/85) ([levithomason](https://github.com/levithomason))
48+
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)
51+
52+
**Merged pull requests:**
53+
54+
- update to react 14 [\#83](https://github.com/TechnologyAdvice/stardust/pull/83) ([levithomason](https://github.com/levithomason))
55+
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)
58+
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)
61+
62+
**Merged pull requests:**
63+
64+
- Add dist to package [\#82](https://github.com/TechnologyAdvice/stardust/pull/82) ([levithomason](https://github.com/levithomason))
65+
- Build library and docs on deploy [\#81](https://github.com/TechnologyAdvice/stardust/pull/81) ([levithomason](https://github.com/levithomason))
66+
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)
69+
70+
**Closed issues:**
71+
72+
- Static meta info object [\#70](https://github.com/TechnologyAdvice/stardust/issues/70)
73+
- CustomPropTypes util [\#68](https://github.com/TechnologyAdvice/stardust/issues/68)
74+
75+
**Merged pull requests:**
76+
77+
- Fix paths and deps [\#79](https://github.com/TechnologyAdvice/stardust/pull/79) ([levithomason](https://github.com/levithomason))
78+
- Add component meta data [\#77](https://github.com/TechnologyAdvice/stardust/pull/77) ([levithomason](https://github.com/levithomason))
79+
- Feature/add sd image [\#74](https://github.com/TechnologyAdvice/stardust/pull/74) ([athurman](https://github.com/athurman))
80+
- Feature/add sd list item [\#73](https://github.com/TechnologyAdvice/stardust/pull/73) ([athurman](https://github.com/athurman))
81+
- Feature/input examples [\#67](https://github.com/TechnologyAdvice/stardust/pull/67) ([kyleturco](https://github.com/kyleturco))
82+
- Feature/add sd item [\#65](https://github.com/TechnologyAdvice/stardust/pull/65) ([athurman](https://github.com/athurman))
83+
- Message component [\#62](https://github.com/TechnologyAdvice/stardust/pull/62) ([levithomason](https://github.com/levithomason))
84+
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)
87+
88+
**Implemented enhancements:**
89+
90+
- DATEPICKER [\#23](https://github.com/TechnologyAdvice/stardust/issues/23)
91+
92+
**Fixed bugs:**
93+
94+
- README needs to say Babel stage 0 [\#28](https://github.com/TechnologyAdvice/stardust/issues/28)
95+
- Button warning [\#24](https://github.com/TechnologyAdvice/stardust/issues/24)
96+
97+
**Closed issues:**
98+
99+
- Floated examples break the docs code layout [\#55](https://github.com/TechnologyAdvice/stardust/issues/55)
100+
- Example display order [\#41](https://github.com/TechnologyAdvice/stardust/issues/41)
101+
- Component guideline test [\#33](https://github.com/TechnologyAdvice/stardust/issues/33)
102+
- Replace class usage with attributes. [\#9](https://github.com/TechnologyAdvice/stardust/issues/9)
103+
- Use default props and params [\#6](https://github.com/TechnologyAdvice/stardust/issues/6)
104+
105+
**Merged pull requests:**
106+
107+
- Fix package files [\#64](https://github.com/TechnologyAdvice/stardust/pull/64) ([levithomason](https://github.com/levithomason))
108+
- fix warnings, add class names, necessary updates [\#59](https://github.com/TechnologyAdvice/stardust/pull/59) ([kyleturco](https://github.com/kyleturco))
109+
- add getting started section to readme [\#58](https://github.com/TechnologyAdvice/stardust/pull/58) ([levithomason](https://github.com/levithomason))
110+
- Fix floated examples [\#57](https://github.com/TechnologyAdvice/stardust/pull/57) ([levithomason](https://github.com/levithomason))
111+
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)
114+
115+
**Closed issues:**
116+
117+
- Need component for radio input [\#51](https://github.com/TechnologyAdvice/stardust/issues/51)
118+
119+
**Merged pull requests:**
120+
121+
- update wercker deploy [\#56](https://github.com/TechnologyAdvice/stardust/pull/56) ([levithomason](https://github.com/levithomason))
122+
- Feature/new example format [\#54](https://github.com/TechnologyAdvice/stardust/pull/54) ([kyleturco](https://github.com/kyleturco))
123+
- Conformance Tests [\#53](https://github.com/TechnologyAdvice/stardust/pull/53) ([levithomason](https://github.com/levithomason))
124+
- Feature/example section [\#52](https://github.com/TechnologyAdvice/stardust/pull/52) ([levithomason](https://github.com/levithomason))
125+
- Eslint Ignore [\#47](https://github.com/TechnologyAdvice/stardust/pull/47) ([levithomason](https://github.com/levithomason))
126+
- Feature/button examples [\#45](https://github.com/TechnologyAdvice/stardust/pull/45) ([kyleturco](https://github.com/kyleturco))
127+
- Table update [\#44](https://github.com/TechnologyAdvice/stardust/pull/44) ([levithomason](https://github.com/levithomason))
128+
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)
131+
132+
**Closed issues:**
133+
134+
- Right side width [\#42](https://github.com/TechnologyAdvice/stardust/issues/42)
135+
136+
**Merged pull requests:**
137+
138+
- Restructure to Semantic structure [\#40](https://github.com/TechnologyAdvice/stardust/pull/40) ([levithomason](https://github.com/levithomason))
139+
- Component APIs and Doc Structure [\#39](https://github.com/TechnologyAdvice/stardust/pull/39) ([levithomason](https://github.com/levithomason))
140+
- Classes & Props: Field [\#37](https://github.com/TechnologyAdvice/stardust/pull/37) ([levithomason](https://github.com/levithomason))
141+
- Classes & Props: Input [\#35](https://github.com/TechnologyAdvice/stardust/pull/35) ([levithomason](https://github.com/levithomason))
142+
- Classes & Props: Container/Grid/Row/Column [\#34](https://github.com/TechnologyAdvice/stardust/pull/34) ([levithomason](https://github.com/levithomason))
143+
- Classes & Props: Checkbox [\#32](https://github.com/TechnologyAdvice/stardust/pull/32) ([levithomason](https://github.com/levithomason))
144+
- add tests for index.js [\#31](https://github.com/TechnologyAdvice/stardust/pull/31) ([levithomason](https://github.com/levithomason))
145+
- Doc examples [\#25](https://github.com/TechnologyAdvice/stardust/pull/25) ([levithomason](https://github.com/levithomason))
146+
- Menu [\#18](https://github.com/TechnologyAdvice/stardust/pull/18) ([levithomason](https://github.com/levithomason))
147+
- update modal logic [\#11](https://github.com/TechnologyAdvice/stardust/pull/11) ([athurman](https://github.com/athurman))
148+
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)
151+
152+
**Merged pull requests:**
153+
154+
- Update stardust components [\#20](https://github.com/TechnologyAdvice/stardust/pull/20) ([athurman](https://github.com/athurman))
155+
- Watch [\#17](https://github.com/TechnologyAdvice/stardust/pull/17) ([levithomason](https://github.com/levithomason))
156+
- add container and update docs [\#15](https://github.com/TechnologyAdvice/stardust/pull/15) ([eanplatter](https://github.com/eanplatter))
157+
- Docs link [\#14](https://github.com/TechnologyAdvice/stardust/pull/14) ([levithomason](https://github.com/levithomason))
158+
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)
161+
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)
164+
165+
**Closed issues:**
166+
167+
- new issue [\#12](https://github.com/TechnologyAdvice/stardust/issues/12)
168+
169+
**Merged pull requests:**
170+
171+
- Field options [\#5](https://github.com/TechnologyAdvice/stardust/pull/5) ([levithomason](https://github.com/levithomason))
172+
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)
175+
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)
178+
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)
181+
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)
184+
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)
187+
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)
190+
191+
## [v0.1.1](https://github.com/technologyadvice/stardust/tree/v0.1.1) (2015-10-03)
192+
**Merged pull requests:**
193+
194+
- add wercker.yml [\#8](https://github.com/TechnologyAdvice/stardust/pull/8) ([levithomason](https://github.com/levithomason))
195+
- use ta-webapp eslint [\#7](https://github.com/TechnologyAdvice/stardust/pull/7) ([levithomason](https://github.com/levithomason))
196+
- add modal and confirmationmodal components to stardust [\#3](https://github.com/TechnologyAdvice/stardust/pull/3) ([athurman](https://github.com/athurman))
197+
- Structure [\#1](https://github.com/TechnologyAdvice/stardust/pull/1) ([eanplatter](https://github.com/eanplatter))
198+
199+
200+
201+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)