Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Commit

Permalink
build(Release): Alpha 43
Browse files Browse the repository at this point in the history
Now called Toolbar!
* Added MVP Toolbar Component - @brad-decker - 07942cb

* Refactor Checkbox and add CheckMark and indeterminate mark - @petegivens - 2bd044d

* Fixed overlay to correct position - @ashwoodall - 399ae85

* Removed marginLeft from hr - @petegivens - 091e1ec

* Update styles - @ashwoodall  - 8afae5a

* Added close and menu icons - @brad-decker - 5c3c770

* Add functional HoCs - @brad-decker - 7742f77
* Add platform.js to screenSizeContext - @AriLFrankel  - 51b2cfa

* Remove from DOM if closed - @dekkofilms  - 6c2acf4

* Remove elevation from table - @dekkofilms - 7437852
* Add Search Handlers - @BennettStaley - 4a79606
* Handle Empty Datum - @BennettStaley - 6e0d597
* Checkall and direct control - @BennettStaley  - b54600b

* Add animation and general cleanup - @hsarb - 898b709

* Add character limit prop to text fields - @ashwoodall  - 6042f47
* Textarea with border & a11y labels - @ashwoodall - a5632c1
  • Loading branch information
brad-decker committed Mar 19, 2018
1 parent 663b57c commit f432942
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Change Log

## Alpha 44 (March 19th, 2018)

### AppBar
Now called Toolbar!
* Added MVP Toolbar Component - @brad-decker - 07942cb77e22153efdec737d978d7943ff12d79d

### Checkbox
* Refactor Checkbox and add CheckMark and indeterminate mark - @petegivens - 2bd044d1dc0d00626a0febc34e74d96142912fa4

### Dialog
* Control onClose - @dekkofilms - 26d992921ba3fb7564d52443c4ea948001afe902
* Fixed overlay to correct position - @ashwoodall - 399ae855804972d6396e0d99242ae65810c09d86

### Divider
* Removed marginLeft from hr - @petegivens - 091e1ec3191ce2d596b6ad265bb0aafed02c99eb

### Dropdown menu
* Update styles - @ashwoodall - 8afae5a5e9b90e2aaa9be3a8d51088a7e36f4431

### Icon
* Added close and menu icons - @brad-decker - 5c3c770a018ec2fe497877dfd2e039701b529a72

### Menu
* Add anchor element to attach to - @dekkofilms - c63e99f1f52b1f69c30b2baa4eca7853f7e95f18

### ScreenSize Context
* Add functional HoCs - @brad-decker - 7742f77d17ec72f940c1c3069cda8e6aa77f17fb
* Add platform.js to screenSizeContext - @AriLFrankel - 51b2cfad4245aa632dc477166f209e45339fb9e0

### Snackbar
* Remove from DOM if closed - @dekkofilms - 6c2acf4eff23363e9077851d232760c7fd190581

### Table
* Remove elevation from table - @dekkofilms - 74378523dcd56f40b32edee5b5fe381fefbf8dd7
* Add Search Handlers - @BennettStaley - 4a796061e78e0121ff8ae67177b9ba04af85d1ee
* Handle Empty Datum - @BennettStaley - 6e0d597cdbb347a71e2d035f86e90a42619542ff
* Checkall and direct control - @BennettStaley - b54600bc8a02cb7ba4275feb0962855faaf69e8c

### Tabs
* Add animation and general cleanup - @hsarb - 898b709f36e91735a8eaad152160b702caa6482f
* Fix styled - @BennettStaley - a8920cb8cb5bdb5ca9aeb4363908e2e7e3e09199

### Text Field
* Add character limit prop to text fields - @ashwoodall - 6042f47bc17e280ef9d6ec0b355f4646b17fa3a8
* Textarea with border & a11y labels - @ashwoodall - a5632c1085d97296b1cd929e09504f030562a688
* fix '*' and errorText - @BennettStaley - 7436cf07e394111d867d325e0ae0949a93db0d97


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "styled-material-components",
"version": "0.0.42",
"version": "0.0.44",
"description": "coming soon",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit f432942

Please sign in to comment.