diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd5569ed..2c56aa3f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+
+# v4.4.0 (2017-05-25)
+
+* Add charity icon to strand-icon ([5805e92](https://github.com/MediaMath/strand/commit/5805e92))
+* Add pending icon ([023ccc3](https://github.com/MediaMath/strand/commit/023ccc3))
+* added ‘modified’ listener to strand-scroll-panel to handle internal CSS updates resizing the scrollb ([ea4ccb5](https://github.com/MediaMath/strand/commit/ea4ccb5)), closes [#157](https://github.com/MediaMath/strand/issues/157)
+* Docs edits ([761f8b2](https://github.com/MediaMath/strand/commit/761f8b2))
+* Docs example edits ([b865574](https://github.com/MediaMath/strand/commit/b865574))
+* Fixes #155 (#156) ([27534a7](https://github.com/MediaMath/strand/commit/27534a7)), closes [#155](https://github.com/MediaMath/strand/issues/155) [#156](https://github.com/MediaMath/strand/issues/156)
+* FWRK-330 add 'quick-edit' icon ([1f74d2f](https://github.com/MediaMath/strand/commit/1f74d2f))
+* notify selection change ([6d2460f](https://github.com/MediaMath/strand/commit/6d2460f))
+* Release v4.3.0 ([f60fef6](https://github.com/MediaMath/strand/commit/f60fef6))
+
+
+
# v4.3.0 (2017-03-14)
diff --git a/bower.json b/bower.json
index c93c90c9..ed5b8a53 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "strand",
- "version": "4.3.0",
+ "version": "4.4.0",
"homepage": "https://github.com/MediaMath/strand",
"repository": {
"type": "git",
diff --git a/dist/strand-action/strand-action.html b/dist/strand-action/strand-action.html
index 5003c245..332195b7 100644
--- a/dist/strand-action/strand-action.html
+++ b/dist/strand-action/strand-action.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-array-munge/strand-array-munge.html b/dist/strand-array-munge/strand-array-munge.html
index 3fb9493e..6d80bc06 100644
--- a/dist/strand-array-munge/strand-array-munge.html
+++ b/dist/strand-array-munge/strand-array-munge.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-autocomplete/strand-autocomplete.html b/dist/strand-autocomplete/strand-autocomplete.html
index 2f61fc6c..30fff633 100644
--- a/dist/strand-autocomplete/strand-autocomplete.html
+++ b/dist/strand-autocomplete/strand-autocomplete.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-button/strand-button.html b/dist/strand-button/strand-button.html
index e53111cc..2419e41c 100644
--- a/dist/strand-button/strand-button.html
+++ b/dist/strand-button/strand-button.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-currency/strand-currency.html b/dist/strand-currency/strand-currency.html
index 00b5e51d..e7fe2360 100644
--- a/dist/strand-currency/strand-currency.html
+++ b/dist/strand-currency/strand-currency.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->{{_formatCurrency(value, format)}}
\ No newline at end of file
+ -->{{_formatCurrency(value, format)}}
\ No newline at end of file
diff --git a/dist/strand-dropdown/strand-dropdown.html b/dist/strand-dropdown/strand-dropdown.html
index 64b4ee2c..8248b4a5 100644
--- a/dist/strand-dropdown/strand-dropdown.html
+++ b/dist/strand-dropdown/strand-dropdown.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-file-upload/strand-file-upload.html b/dist/strand-file-upload/strand-file-upload.html
index 8b49c1e1..cb7aca2f 100644
--- a/dist/strand-file-upload/strand-file-upload.html
+++ b/dist/strand-file-upload/strand-file-upload.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->{{browseLabel}}
\ No newline at end of file
diff --git a/dist/strand-form/strand-form.html b/dist/strand-form/strand-form.html
index 32866c36..7e4c49e0 100644
--- a/dist/strand-form/strand-form.html
+++ b/dist/strand-form/strand-form.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->{{item.label}}{{item.label}}
\ No newline at end of file
+ -->{{item.label}}{{item.label}}
\ No newline at end of file
diff --git a/dist/strand-grid-column/strand-grid-column.html b/dist/strand-grid-column/strand-grid-column.html
index aec2ffd3..49b0be51 100644
--- a/dist/strand-grid-column/strand-grid-column.html
+++ b/dist/strand-grid-column/strand-grid-column.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
{{info}}
\ No newline at end of file
+ -->
{{info}}
\ No newline at end of file
diff --git a/dist/strand-guide-tooltip/strand-guide-tooltip.html b/dist/strand-guide-tooltip/strand-guide-tooltip.html
index ad5a6619..64937d7c 100644
--- a/dist/strand-guide-tooltip/strand-guide-tooltip.html
+++ b/dist/strand-guide-tooltip/strand-guide-tooltip.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
{{_header}}{{_message}}{{_linkText}}{{_dismiss}}
{{_backLabel}}
{{_nextLabel}}
\ No newline at end of file
+ -->
{{_header}}{{_message}}{{_linkText}}{{_dismiss}}
{{_backLabel}}
{{_nextLabel}}
\ No newline at end of file
diff --git a/dist/strand-guide/strand-guide.html b/dist/strand-guide/strand-guide.html
index 8ff331c2..282c5701 100644
--- a/dist/strand-guide/strand-guide.html
+++ b/dist/strand-guide/strand-guide.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-header/strand-header.html b/dist/strand-header/strand-header.html
index 9c732ea0..439f87a1 100644
--- a/dist/strand-header/strand-header.html
+++ b/dist/strand-header/strand-header.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-highlight/strand-highlight.html b/dist/strand-highlight/strand-highlight.html
index 4e557822..ec5055f0 100644
--- a/dist/strand-highlight/strand-highlight.html
+++ b/dist/strand-highlight/strand-highlight.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->{{item.text}}{{item.text}}
\ No newline at end of file
+ -->{{item.text}}{{item.text}}
\ No newline at end of file
diff --git a/dist/strand-icon/strand-icon.html b/dist/strand-icon/strand-icon.html
index 30b8200d..792fc88c 100644
--- a/dist/strand-icon/strand-icon.html
+++ b/dist/strand-icon/strand-icon.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-inline-box/strand-inline-box.html b/dist/strand-inline-box/strand-inline-box.html
index b23fc5dc..1659e022 100644
--- a/dist/strand-inline-box/strand-inline-box.html
+++ b/dist/strand-inline-box/strand-inline-box.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-input-mask/strand-input-mask.html b/dist/strand-input-mask/strand-input-mask.html
index 632d1fac..c6eb493b 100644
--- a/dist/strand-input-mask/strand-input-mask.html
+++ b/dist/strand-input-mask/strand-input-mask.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
{{item.value}}
\ No newline at end of file
+ -->
{{item.value}}
\ No newline at end of file
diff --git a/dist/strand-input/strand-input.html b/dist/strand-input/strand-input.html
index 9479b325..ab8688d5 100644
--- a/dist/strand-input/strand-input.html
+++ b/dist/strand-input/strand-input.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-list-item/strand-list-item.html b/dist/strand-list-item/strand-list-item.html
index 4224e207..1428fbde 100644
--- a/dist/strand-list-item/strand-list-item.html
+++ b/dist/strand-list-item/strand-list-item.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-pulldown-button/strand-pulldown-button.html b/dist/strand-pulldown-button/strand-pulldown-button.html
index cbcdd850..7419ad9e 100644
--- a/dist/strand-pulldown-button/strand-pulldown-button.html
+++ b/dist/strand-pulldown-button/strand-pulldown-button.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-radio/strand-radio.html b/dist/strand-radio/strand-radio.html
index b08f4ead..e0dbea38 100644
--- a/dist/strand-radio/strand-radio.html
+++ b/dist/strand-radio/strand-radio.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-repeater-row/strand-repeater-row.html b/dist/strand-repeater-row/strand-repeater-row.html
index 755e3c8a..c01604a1 100644
--- a/dist/strand-repeater-row/strand-repeater-row.html
+++ b/dist/strand-repeater-row/strand-repeater-row.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
{{scope.addRowLabel}}
\ No newline at end of file
+ -->
{{scope.addRowLabel}}
\ No newline at end of file
diff --git a/dist/strand-repeater/strand-repeater.html b/dist/strand-repeater/strand-repeater.html
index 57c3cc77..62fa25f4 100644
--- a/dist/strand-repeater/strand-repeater.html
+++ b/dist/strand-repeater/strand-repeater.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-scroll-panel/strand-scroll-panel.html b/dist/strand-scroll-panel/strand-scroll-panel.html
index 4d495b63..512bca78 100644
--- a/dist/strand-scroll-panel/strand-scroll-panel.html
+++ b/dist/strand-scroll-panel/strand-scroll-panel.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-tab/strand-tab.html b/dist/strand-tab/strand-tab.html
index a6e81f1e..00139ac2 100644
--- a/dist/strand-tab/strand-tab.html
+++ b/dist/strand-tab/strand-tab.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-tabs/strand-tabs.html b/dist/strand-tabs/strand-tabs.html
index 4518c8b7..a7b91d72 100644
--- a/dist/strand-tabs/strand-tabs.html
+++ b/dist/strand-tabs/strand-tabs.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
{{item.tabLabel}}
\ No newline at end of file
+ -->
{{item.tabLabel}}
\ No newline at end of file
diff --git a/dist/strand-textarea/strand-textarea.html b/dist/strand-textarea/strand-textarea.html
index 1e2cf0a9..cc9b3791 100644
--- a/dist/strand-textarea/strand-textarea.html
+++ b/dist/strand-textarea/strand-textarea.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-tooltip/strand-tooltip.html b/dist/strand-tooltip/strand-tooltip.html
index 2943c3bb..78c2d341 100644
--- a/dist/strand-tooltip/strand-tooltip.html
+++ b/dist/strand-tooltip/strand-tooltip.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-view-manager/strand-view-manager.html b/dist/strand-view-manager/strand-view-manager.html
index ad6fc457..13e85b63 100644
--- a/dist/strand-view-manager/strand-view-manager.html
+++ b/dist/strand-view-manager/strand-view-manager.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand-wizard-ribbon/strand-wizard-ribbon.html b/dist/strand-wizard-ribbon/strand-wizard-ribbon.html
index 69afc2d5..8e4ba8fa 100644
--- a/dist/strand-wizard-ribbon/strand-wizard-ribbon.html
+++ b/dist/strand-wizard-ribbon/strand-wizard-ribbon.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
{{item}}
\ No newline at end of file
+ -->
{{item}}
\ No newline at end of file
diff --git a/dist/strand-wizard/strand-wizard.html b/dist/strand-wizard/strand-wizard.html
index 60cd2875..4732e8c2 100644
--- a/dist/strand-wizard/strand-wizard.html
+++ b/dist/strand-wizard/strand-wizard.html
@@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/dist/strand.html b/dist/strand.html
index 6ffd9c75..b0f088fd 100644
--- a/dist/strand.html
+++ b/dist/strand.html
@@ -2,8 +2,8 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
- -->