Skip to content

Commit

Permalink
Merge branch 'testing'
Browse files Browse the repository at this point in the history
* testing:
  0.6.0 release
  • Loading branch information
kevinberonilla committed May 5, 2017
2 parents fb28075 + 89e8d0a commit b015084
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Strike by Appiphony

### Release 0.6.0 — May 5, 2017
#### New Features
* **Strike Data Grid:** A sortable and responsive data table component which accepts JSON data
* **Strike Wizard:** A process component used to communicate the progress of a particular process to the user
#### Improvements
* **Strike Input:** Added the `onkeydown` and `onkeyup` attributes
* **Strike Textarea:** Added the `onchange`, `onfocus`, `onblur`, `oninput`, `onkeydown`, and `onkeyup` attributes
#### Bug Fixes
* **Strike Input:** Fixed an issue where the `oninput` attribute would not call the specified controller method in certain cases

---

### Release 0.5.0 — April 21, 2017
#### Improvements
* **Strike Pill:** Renamed the `type` attribute to `variant`
Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,6 +1,6 @@
# Strike by Appiphony
### Work smarter (not harder) with Salesforce Lightning Components
Current release: 0.5.0
Current release: 0.6.0
See it in action here: <a href="http://www.lightningstrike.io" target="_blank">http://www.lightningstrike.io</a>

---
Expand All @@ -9,20 +9,20 @@ See it in action here: <a href="http://www.lightningstrike.io" target="_blank">h
* Badges
* Charts
* Datepickers
* Data Grids
* Inputs
* Lookups
* Modals
* Multi Lookups
* Multi Select Picklists
* Options
* Option Groups
* Pills
* Popovers
* Selects
* SVGs
* Textareas
* Tiles
* Tooltips
* Wizards

---

Expand Down

0 comments on commit b015084

Please sign in to comment.