-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
213d8fd
commit ec4a7d5
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## 1.2 Minor style tweaks and functionality additions (2017-03-09) | ||
|
||
Tag: [1.2](https://github.com/PatternBuilder/pattern-kit/releases/tag/V1.2) | ||
|
||
- Change rendering of the styleguide documentation to lean on bootstrap column grid | ||
- Add logic to render only the tabs that work for a particular atom based on what data is present | ||
- Add alert messaging for atoms in the preview area to flag that it will not render | ||
- Reduce and organize CSS with section comments for clarity | ||
- Add color to the nesting of the schema editor | ||
- Increase size of buttons for better accessibility for those of us with poor vision :D | ||
- Add ability to designate order on documentation in the markdown and render the secondary nav in that order | ||
- Update jQuery package to reference CDN for consistency | ||
|
||
|
||
## 1.0 support-at-data-and-yaml (2016-08-01) | ||
|
||
Tag: [1.0](https://github.com/PatternBuilder/pattern-kit/tree/V1.1) | ||
|
||
Now supporting YAML files for docs using the same basename as JSON. Also supporting @data to reference other component's doc data file. So @component would import component.docs.json or component.docs.yaml into your data file. | ||
|
||
|
||
## 1.0 Initial Release (2016-06-13) | ||
|
||
Tag: [1.0](https://github.com/PatternBuilder/pattern-kit/tree/V1.0) |