Skip to content

Commit

Permalink
chore(mdl selectfield): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mebibou committed Apr 28, 2016
1 parent 0f92bb5 commit c74f653
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.0.0"></a>
# 1.0.0 (2016-04-28)

### Breaking Changes

* distribution files (compress and non-compressed) are now located under `dist` folder

### New Features

* add ability to use source scc file for custom variables (relates to [#13](https://github.com/mebibou/mdl-selectfield/issues/13) and [#16](https://github.com/mebibou/mdl-selectfield/issues/16))

<a name="0.0.3"></a>
# 0.0.3 (2015-11-24)

Expand Down
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,34 @@ Material Design Lite selectfield component (https://github.com/google/material-d
[![bitHound Dev Dependencies](https://www.bithound.io/github/mebibou/mdl-selectfield/badges/devDependencies.svg)](https://www.bithound.io/github/mebibou/mdl-selectfield/master/dependencies/npm)
[![bitHound Code](https://www.bithound.io/github/mebibou/mdl-selectfield/badges/code.svg)](https://www.bithound.io/github/mebibou/mdl-selectfield)

> A custom implementation of a selectfield component for [Material Design Lite](https://github.com/google/material-design-lite)
## Live Example

Check out the [CodePen](http://codepen.io/mebibou/pen/pjEjOv)

## Install

Via bower:

````
bower install mdl-selectfield
````

Or via npm:

````
npm install mdl-selectfield
````

Then include in your html:

````
<link rel="stylesheet" href="./bower_components/mdl-selectfield/dist/mdl-selectfield.min.css">
...
<script src="./bower_components/mdl-selectfield/dist/mdl-selectfield.min.js"></script>
````

## Basic use
To use any MDL component, you must include the minified CSS and JavaScript files using standard relative-path references in the `<head>` section of the page, as described in the MDL Introduction.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdl-selectfield",
"version": "0.0.3",
"version": "1.0.0",
"homepage": "https://github.com/mebibou/mdl-selectfield",
"authors": [
"Guillaume Royer <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdl-selectfield",
"version": "0.0.3",
"version": "1.0.0",
"description": "mdl-selectfield for material-design-lite",
"repository": {
"type": "git",
Expand Down

0 comments on commit c74f653

Please sign in to comment.