Skip to content

Commit

Permalink
updating release notes for 1.5.0 and adding dist dir to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
samthurman committed Mar 11, 2016
1 parent 3f5fb9e commit 9cd382c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
_site/
_deploy/

# ignore compiled dist files
dist/

# ignore node modules
node_modules/

Expand Down
Binary file added dist/solid.1.4.6.zip
Binary file not shown.
Binary file added dist/solid.1.5.0.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bf-solid",
"version": "1.4.6",
"version": "1.5.0",
"description": "Solid CSS Styling",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
3 changes: 2 additions & 1 deletion release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@
</div>

<div class="col xs-col-10 lg-col-11">
<h4 class="bold xs-mb1 text-grey--lightest">Under Development</h4>
<h4 class="bold xs-mb1 text-grey--lightest">Buttons Refactored</h4>
<ul>
<li class="xs-mb1"><span class="text-red bold">Potential Breaking Change:</span> .button--primary is now .button</li>
<li class="xs-mb1">Due to breaking buttons changes we now have a deprecated buttons partial you can load for the old styles. It is named solid-utilities/_buttons.deprecated.scss. It will be removed in Solid 2.0</li>
<li class="xs-mb1">New white button.</li>
<li class="xs-mb1">New transparent button.</li>
<li class="xs-mb1">New button mixin can be used to make additional buttons.</li>
<li class="xs-mb1">Fixed bug to extend input error state borders to textareas and small inputs.</li>
<li class="xs-mb1">Table padding lessened to .75rem</li>
</ul>

</div>
Expand Down

0 comments on commit 9cd382c

Please sign in to comment.