1.0.0
Change Log for v1.0.0
2015-09-21 - Tim McGee - 4428846 - Add new Share widget.
2015-09-21 - Tim McGee - 07bdc11 - Remove reference to esri/dijit/PopupTemplate
which is no longer used.
2015-09-19 - Tim McGee - cff8e68 - remove the use of PopUpTemplate class for infoTemplaces. Fixes #28
2015-09-19 - Tim McGee - 621c68a - work-around for the highlight not being removed on features in IE and Microsoft Edge. Fixes #33
2015-09-19 - Tim McGee - 91e47c9 - work-around for records not being displayed when pagination: false
in gridOptions. Fixes #36
2015-09-18 - Tim McGee - ae26ffc - Conditionally hide the export button by default for IE < 10 as suggested in #17
2015-09-17 - Tim McGee - 77c7d0c - Add a refreshQuery
function and topic topicID + '/refreshQuery'
to refresh the grid by running the previous query again as suggested in #35
2015-08-31 - Tim McGee - 359354d - fix bad comment block ending that broke the Search widget.
2015-08-27 - Tim McGee - 65bef1a - Add new configuration options for Search widget. - Set the default tab - Array of tabs that are hidden
2015-08-05 - Tim McGee - 1453c6e - Update to CMV v 1.34 and ESRI JavaScript API v 3.14
2015-07-30 - Tim McGee - 8bda9e5 - Merge pull request #23 from gobsmack/master
2015-07-29 - AJ Morris - 94edc2e - Initial Commit for Export FeatureSet, with new tests and Grunt
2015-07-16 - Tim McGee - 05a56ea - Merge pull request #16 from dolin5/attribute-table-tab-closure-and-sort
2015-07-16 - Tim McGee - 108515c - added new approach to Excel and CSV exports so IE 10/11 will work again. tested only with IE 11 so far.
2015-06-08 - dolin5 - 804cc95 - Added config options to readme.
2015-05-21 - olindyla - e578dbb - Add configuration for inheriting a sort order from query results.
2015-05-21 - olindyla - 48f7e89 - Add configuration for confirm dialog on tab.
2015-05-21 - olindyla - 3ea5a29 - Make closable a configurable table option
2015-05-06 - Tim McGee - bb5ce03 - Make geodesic: true
the default for bufferParameters.
2015-04-28 - Tim McGee - 369aa6c - add sourcce and buffer graphic layers before the feature graphic layer make the selected row visible, if possible, when clicking on a feature graphic on the map remove an unused ref to esri/geometry/Extent
2015-04-28 - Tim McGee - 1d2568d - get the idProperty from an 'esriFieldTypeOID' type of field (if available) in the results
2015-04-16 - Tim McGee - a4e67ae - fix an incorrect <H1>
tag in index.html
2015-04-16 - Tim McGee - 0475904 - Added text in repo's README.md and index.html about the config folder and additional examples contained there.
2015-04-16 - Tim McGee - 7dd6af3 - Add example configuration to use a basemap toggle widget
2015-04-16 - Tim McGee - d1fac3a - Add missing 'features' parameter in featureOptions to README for AttributesTable widget
2015-04-13 - Tim McGee - 96f3d2a - New config example to search for a value provided in the app's url.
2015-04-13 - Tim McGee - e0e381b - minor clean up of search widget.
2015-04-08 - Tim McGee - 1ab0282 - search failed when featureIdx === 0
2015-03-23 - Tim McGee - 8192fc5 - Merge branch 'master' of github.com:tmcgee/cmv-widgets
2015-03-23 - Tim McGee - f749de1 - Add example configuration demonstrating searching for related records.
2015-03-22 - Tim McGee - 19b213a - Merge pull request #4 from gitter-badger/gitter-badge
2015-03-22 - The Gitter Badger - c8aff14 - Added Gitter badge
2015-03-19 - Tim McGee - b6cc888 - Update demo to version 3.13 of the JavaScript API.
2015-03-19 - Tim McGee - cbdc2f8 - fixed incorrect module dependency for html template in Disclaimer widget.
2015-03-19 - Tim McGee - c99c63f - fixed incorrect link to Larry Stout's github page.
2015-03-18 - Tim McGee - 53452a9 - Add Print Plus to index.html
2015-03-18 - Tim McGee - db601d8 - minor text correction.
2015-03-18 - Tim McGee - 6756444 - Add PrintPlus to repo README.
2015-03-18 - Tim McGee - 18eeff9 - update print plus screenshot
2015-03-18 - Tim McGee - 9d0351e - remove unused modules.
2015-03-18 - Tim McGee - 9ba1032 - Add PrintPlus widget.
2015-03-18 - Tim McGee - 39b7501 - update the Attributes Tables README to correct the queryOptions.
2015-03-18 - Tim McGee - 599aa34 - remove an extra comma
2015-03-06 - Tim McGee - 76b53ba - Updated documentation for Export widget to identify which formats are supported. Add note that IE 9 or less is not supported.
2015-03-06 - Tim McGee - 949a73a - removed the initial './' from the path to the disclaimer.html to be more consistent with vanilla CMV installations.
2015-03-06 - Tim McGee - e892a4e - Merge branch 'master' of github.com:tmcgee/cmv-widgets
2015-03-06 - Tim McGee - 85e58a3 - Fixes #1 by adding a separate growlID
Renamed growl
to growlOptions
for consistency
2015-03-05 - tmcgee - 4e6296b - Add Zoom To Feature widget to index.html Cleaned up the description
2015-03-05 - Tim McGee - 72161ce - Add default column formatting based on the result's field type.
2015-03-05 - Tim McGee - 056e61b - fix "Zoom To All Features" menu item.
2015-03-05 - Tim McGee - 9dab1f5 - remove Extent which is not used. properly localize a couple of vars.
2015-03-05 - Tim McGee - 5e7a247 - swap double quotes for single.
2015-03-05 - Tim McGee - d840aaa - added .jshintrc file.
2015-03-05 - Tim McGee - 335ce49 - fixed a few typos.
2015-03-05 - Tim McGee - 5594281 - Add new "Zoom To Feature" widget.
2015-03-05 - Tim McGee - 5e07424 - Revise references to the associated widgets.
2015-03-05 - Tim McGee - ff7e335 - Update css class for Disclaimer widget.
2015-03-05 - Tim McGee - 6747905 - Fixed image links in documentation.
2015-03-05 - Tim McGee - 3fad29a - Add links to documentation for each widget. A little clean up of docs for Attributes Table and Disclaimer widgets. Basic initial docs for Export and Search widgets.
2015-03-05 - Tim McGee - 9ae8855 - Merge branch 'gh-pages' of github.com:tmcgee/cmv-widgets
2015-03-05 - Tim McGee - 52bdd13 - Added second screenshot for disclaimer widget.
2015-03-05 - Tim McGee - f43c180 - Added second screenshot for disclaimer widget.
2015-03-05 - Tim McGee - fca8c11 - Add link to my GitHub page.
2015-03-05 - Tim McGee - 082a488 - Fixed a few snippets of text and some links
2015-03-05 - Tim McGee - 28a57f2 - Merge branch 'master' of github.com:tmcgee/cmv-widgets
2015-03-05 - Tim McGee - 59971c5 - Remove conflicted files for case-sensitive Draw.css
2015-03-05 - Tim McGee - ea7dccf - Rename draw.css to Draw.css
2015-03-05 - Tim McGee - 156c37e - adding .nojekyll file