Skip to content

Commit aadd428

Browse files
committed
Merge branch 'testing'
* testing: release version 1.0.0 fixed dependencies
2 parents e1c520e + 10a33d4 commit aadd428

File tree

108 files changed

+216
-185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+216
-185
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Strike by Appiphony
22

3+
###Release 1.0.0 — December 5, 2017
4+
####New Features
5+
* **Strike Path:** Replaces `Strike Wizard` this component was renamed to match the lightning component it best resembles, `lightning path`, no changes have been made to its functionality. However, the values for the `displayMode` attribue have been replaced, `wizard` is now `linear` and `simple` is now `non-linear` <a href="https://github.com/appiphony/Strike-Components/issues/157" target="_blank">[GitHub Issue #157]</a>
6+
* **Strike Picklist:** Replaces `Strike Select` this component was renamed to match it's behavior, no changes have been made to its functionality <a href="https://github.com/appiphony/Strike-Components/issues/159" target="_blank">[GitHub Issue #159]</a>
7+
#### Improvements
8+
* **Multi Select Picklist:** Added the ability to make pills `undestroyable`, regardless if the Multi Select Picklist is `disabled` or not <a href="https://github.com/appiphony/Strike-Components/issues/149" target="_blank">[GitHub Issue #149]</a>
9+
#### Bug Fixes
10+
* **Strike Picklist (formerly Strike Select):** Fixed an issue where preselecting a disabled option via code wouldn't set the picklist value <a href="https://github.com/appiphony/Strike-Components/issues/143" target="_blank">[GitHub Issue #143]</a>
11+
* **Strike Multi Select Picklist:** Fixed an issue where deselecting a pill was causing the page to scroll to the top <a href="https://github.com/appiphony/Strike-Components/issues/156" target="_blank">[GitHub Issue #156]</a>
12+
* **Strike Data Grid:** Fixed an issue where `Load More` was displaying when the rows were all rendered <a href="https://github.com/appiphony/Strike-Components/issues/163" target="_blank">[GitHub Issue #163]</a>
13+
14+
---
15+
316
###Release 0.10.1 — November 28, 2017
417
####Improvements
518
* **Strike Data Grid:** Added `loadMore` functionality to control how many rows are displayed and how many render when `loadMore` button is pressed <a href="https://github.com/appiphony/Strike-Components/issues/135" target="_blank">[GitHub Issue #135]</a>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Strike by Appiphony
22
### Work smarter (not harder) with Salesforce Lightning Components
3-
Current release: 0.10.1
3+
Current release: 1.0.0
44
See it in action here: <a href="http://www.lightningstrike.io" target="_blank">http://www.lightningstrike.io</a>
55

66
---
@@ -17,15 +17,15 @@ See it in action here: <a href="http://www.lightningstrike.io" target="_blank">h
1717
* Multi Lookups
1818
* Multi Select Picklists
1919
* Output Text
20+
* Paths
21+
* Picklists
2022
* Pills
2123
* Popovers
2224
* Radio Group
23-
* Selects
2425
* SVGs
2526
* Textareas
2627
* Tiles
2728
* Tooltips
28-
* Wizards
2929

3030
---
3131

aura/defaultTokens/defaultTokens.tokens

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
Strike by Appiphony
33

4-
Version: 0.10.1
4+
Version: 1.0.0
55
Website: http://www.lightningstrike.io
66
GitHub: https://github.com/appiphony/Strike-Components
77
License: BSD 3-Clause License

aura/strike_badge/strike_badge.cmp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
Strike by Appiphony
33

4-
Version: 0.10.1
4+
Version: 1.0.0
55
Website: http://www.lightningstrike.io
66
GitHub: https://github.com/appiphony/Strike-Components
77
License: BSD 3-Clause License

aura/strike_badge/strike_badgeController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Strike by Appiphony
33
4-
Version: 0.10.1
4+
Version: 1.0.0
55
Website: http://www.lightningstrike.io
66
GitHub: https://github.com/appiphony/Strike-Components
77
License: BSD 3-Clause License

aura/strike_carousel/strike_carousel.cmp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
Strike by Appiphony
33

4-
Version: 0.10.1
4+
Version: 1.0.0
55
Website: http://www.lightningstrike.io
66
GitHub: https://github.com/appiphony/Strike-Components
77
License: BSD 3-Clause License

aura/strike_carousel/strike_carousel.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Strike by Appiphony
33
4-
Version: 0.10.1
4+
Version: 1.0.0
55
Website: http://www.lightningstrike.io
66
GitHub: https://github.com/appiphony/Strike-Components
77
License: BSD 3-Clause License

aura/strike_carousel/strike_carouselController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Strike by Appiphony
33
4-
Version: 0.10.1
4+
Version: 1.0.0
55
Website: http://www.lightningstrike.io
66
GitHub: https://github.com/appiphony/Strike-Components
77
License: BSD 3-Clause License

aura/strike_carousel/strike_carouselHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Strike by Appiphony
33
4-
Version: 0.10.1
4+
Version: 1.0.0
55
Website: http://www.lightningstrike.io
66
GitHub: https://github.com/appiphony/Strike-Components
77
License: BSD 3-Clause License

aura/strike_carousel/strike_carouselRenderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Strike by Appiphony
33
4-
Version: 0.10.1
4+
Version: 1.0.0
55
Website: http://www.lightningstrike.io
66
GitHub: https://github.com/appiphony/Strike-Components
77
License: BSD 3-Clause License

0 commit comments

Comments
 (0)