Skip to content

Releases: tmcgee/cmv-widgets

v1.9.0

13 Jan 21:36
Compare
Choose a tag to compare

Change log for v1.9.0

2017-01-13 - Tim McGee - ae6eb92 - new OpenExternalMap widget.
2017-01-13 - Tim McGee - b2f6e0e - Update cmv to latest version 2.0.0-beta.1
2017-01-10 - Tim McGee - cba9348 - Allow a separate url and a where clause when querying for distinct values for a field drop-down list. This helps for large data sets when the query might timeout looking for unique values.
2017-01-09 - Tim McGee - 7e0cd70 - enable/disable "Stop Drawing" (Clear Drawing) button when appropriate.
2016-12-19 - Tim McGee - 853cf85 - allow button labels to be show from i18n move "Stop Drawing" button to the end of the buttons instead of in the middle
2016-12-18 - Tim McGee - c2ae85c - slight change in width of Search widget and text boxes
2016-12-18 - Tim McGee - 5751cce - Merge branch 'master' of github.com:tmcgee/cmv-widgets
2016-12-18 - Tim McGee - cd6ddc7 - Merge pull request #84 from roemhildtg/master
2016-12-17 - Gregg Roemhildt - 6c03c18 - Update _QueryTaskMixin.js
2016-12-15 - Gregg Roemhildt - cab4191 - use the value of layer definitions if its defined
2016-12-15 - Gregg Roemhildt - dcb583a - Fix bug if layerDefinitions is not defined
2016-12-15 - Tim McGee - 008f0ca - Add default buffer distance
2016-12-13 - Tim McGee - 0b30dc3 - Allow a table to be populated from an array of features passed in the options.
2016-12-13 - Tim McGee - 28954d4 - use the version of jsPDF that does not corrupt the PDF images
2016-12-13 - Tim McGee - fb6c00e - allow the url for the PrintTask to be passed as an option
2016-12-13 - Tim McGee - 0891fad - Correctly determine the size of the label taking the current font into consideration
2016-12-13 - Tim McGee - ec4e4c7 - only check for null string when the value is a string
2016-12-13 - Tim McGee - 3eea2cb - adding the map image when there is no map causes the report to not run

v1.8.0

13 Jan 21:35
Compare
Choose a tag to compare

Change log for v1.8.0

2016-12-12 - Tim McGee - d4563b4 - new MessageBox widget
2016-12-12 - Tim McGee - 5048c6f - new LayerLabels widget
2016-12-12 - Tim McGee - c62f162 - new LayerToggle widget
2016-12-12 - Tim McGee - e492bf6 - new ToggleStreeViewTiles widget
2016-12-12 - Tim McGee - 2748d68 - updated Report widget
2016-12-12 - Tim McGee - 1d0aaa6 - convert geometry to Json before cloning. resolves issue #77 for Firefox and Internet Explorer 11.
2016-10-06 - Tim McGee - f3005e6 - Merge pull request #75 from carrbrpoa/attributesTable/queryTask-layerDefinitions
2016-10-06 - carrbrpoa - f1338bd - Corrects QueryTask's application of layerDefs (definitionExpression) to FeatureLayer
2016-10-06 - carrbrpoa - 7acfb25 - Adds the possibility to include layer's layerDefinitions in QueryTask
2016-10-05 - Tim McGee - fa14c35 - Merge pull request #73 from carrbrpoa/attributesTable/clearSpecificFeatures
2016-10-05 - César Augusto - 44f2247 - Array not needed anymore in _GridMixin
2016-10-05 - carrbrpoa - 69ffeed - Implements @tmcgee's suggestions
2016-09-30 - Tim McGee - 59a5474 - revisiting the report widget. make it at least semi-operational before work begins on a real first release.
2016-09-29 - carrbrpoa - bf64460 - Adds the option to Clear Selected Records
2016-09-28 - Tim McGee - b0a903f - tighten up the css rules where practical.
2016-09-28 - Tim McGee - 2c1b8f0 - exclude minified css and js files.
2016-09-28 - Tim McGee - b30da7e - set eslint channel for code climate.
2016-09-28 - Tim McGee - d4dd284 - update dependencies in package.json
2016-09-23 - Tim McGee - 766a949 - Allow blank values in drop-down lists of unique values.
2016-09-23 - Tim McGee - 04382ca - allow override of i18n in the widget config file.
2016-09-23 - Tim McGee - dc9b1bc - fix typo for identifiedFeature
2016-08-17 - Tim McGee - 79a97be - update version in package.json remove doclets configuratioon
2016-08-17 - Tim McGee - 7511151 - simplify the doclet configuration
2016-08-17 - Tim McGee - f272ef3 - add doclets configuration file
2016-07-05 - Tim McGee - 3266f78 - Split the fullscreen css into individual classes
2016-06-20 - Tim McGee - 32fe89c - adjust full screen css to support more browsers.
2016-06-18 - Tim McGee - 27dba4e - Rename fullScreen.js to fullscreen.js
2016-06-18 - Tim McGee - 720ec76 - Merge branch 'master' of github.com:tmcgee/cmv-widgets

v1.7.0

19 Jun 01:03
Compare
Choose a tag to compare

Change log for v1.7.0

2016-06-18 - Tim McGee - 0145ab8 - Add new FullScreen widget.
2016-06-06 - Tim McGee - a008ca7 - add FontAwesome font-family for Share widget icons to remove dependency on dbootstrap
2016-05-24 - Tim McGee - 1308b5d - use field aliases if they are present
2016-05-17 - Tim McGee - ab266a8 - adding .eslintignore for codeclimate
2016-05-08 - Tim McGee - 25d0532 - Add search from url query string parameters
2016-05-03 - Tim McGee - 9e34693 - Add xstyle and put-selector in packages to address issues with Chrome and xstyle version distributed by Esri.
2016-04-22 - Tim McGee - 4545b69 - Added menu choices to Zoom to Source Graphic(s) and to Clear Source Graphic(s). Also adjusted handling of "Zoom to Buffer" and "Clear Buffer" buttons which sometimes were not appearing.
2016-04-14 - Tim McGee - 93bdfb7 - https urls for Report widget.
2016-04-14 - Tim McGee - dc55c91 - https urls for Export widget.
2016-04-14 - Tim McGee - e0036bf - fix incorrect reference to what3words.jpg
2016-04-14 - Tim McGee - 47f4608 - fix incorrect reference to what3words.jpg
2016-04-14 - Tim McGee - bede0b5 - rename what3words image for consistency
2016-04-14 - Tim McGee - 77e8b90 - Add config file and screenshot for What3Words widget
2016-04-14 - Tim McGee - ddd321a - Add new What3Words widget.
2016-04-13 - Tim McGee - 9d0a1ee - https url for Find in search widget demonstration.
2016-04-13 - Tim McGee - 0fb818e - restore "Find" searches lost in prior update.
2016-04-13 - Tim McGee - 9060127 - oops. didn't return the query.
2016-04-13 - Tim McGee - a1712ac - unfinished queryBuilder widget should not be included
2016-04-13 - Tim McGee - fe7ffd3 - set the entire map lod array instead of just altering the first eintry.
2016-04-13 - Tim McGee - 26534fa - https url for PrintPlus widget demonstration.
2016-04-13 - Tim McGee - a641fb9 - https url for Geoprocessor widget demonstration.
2016-04-13 - Tim McGee - a1348de - add bufferUnits to README
2016-04-13 - Tim McGee - 321f536 - remove use strict to comply with updated eslint rules.
2016-04-13 - Tim McGee - d19cc63 - update node packages, grunt tasks and eslint rules.
2016-04-13 - Tim McGee - 26733f9 - Switch to https for urls in demo configurations. works in both http and https
2016-04-04 - Tim McGee - a98e30f - change back-ticks that cause a problem in IE to single quotes.
2016-04-02 - Tim McGee - 38b72fe - squashed the "irregular whitespace" on first line.
2016-04-02 - Tim McGee - 5b51bf1 - try a reformat to get rid of "irregular whitespace" causing travis build to fail.

v1.6.0

04 Apr 22:36
Compare
Choose a tag to compare

Change log for v1.6.0

2016-03-31 - Tim McGee - 82c6788 - Add unique parameter for Attribute searches - when present, the widget will query the layer for distinct values and populate the drop-down for the specific search field.
2016-03-31 - Tim McGee - 3dae7cc - remove all the IDs from the search widget HTML template so you can have multiple versions of the search widget in the same application without complaint.
2016-03-31 - Tim McGee - 36fadd7 - Fixes grid columns not being set properly when the first query/find executed.
2016-03-31 - Tim McGee - 9ac78e5 - fix the positioning of ZoomToFeature button
2016-03-16 - Tim McGee - 74d7f4f - fixed typeof xls export option not being compared correcly.
2016-02-15 - Tim McGee - 0a9a5e2 - disable eslint for jsPDF.
2016-02-15 - Tim McGee - 0d91314 - Merge branch 'master' of github.com:tmcgee/cmv-widgets
2016-02-15 - Tim McGee - 68a5e13 - Merge pull request #51 from carrbrpoa/export/xls
2016-02-15 - Tim McGee - e01af19 - Merge pull request #52 from carrbrpoa/search/fixed-values
2016-01-25 - César Augusto Ribeiro - 4db3bbe - Apply lint
2016-01-25 - César Augusto Ribeiro - 00489a8 - Adds a new possibility of input data and change .gitignore
2016-01-15 - César Augusto Ribeiro - 95e8322 - Adds the possibility to export to XLS (Office 2004 and below)
2015-12-20 - Tim McGee - b6a0cb1 - update jsPDF from source with corrected setFont method. jsPDF built without Blob.js. It is loaded from CDN only when required.
2015-12-16 - Tim McGee - 43e26c4 - Added the MIT license.
2015-12-16 - Tim McGee - 3a2e6bd - Upgrade eslint npm package and node version in hopes of fixing travis build errors.
2015-12-16 - Tim McGee - a983c40 - fixed a missing semicolon. thanks eslint+travis.
2015-12-16 - Tim McGee - fe61138 - use new stopDrawing method when switching tabs.
2015-12-15 - Tim McGee - a74d480 - create separate stopDrawing method for button with same name.
2015-12-15 - Tim McGee - 12ffb24 - refactor and simplify Report widget.
2015-12-15 - Tim McGee - 3eef9d0 - disable eslint for 3rd-party libraries included in project.
2015-12-15 - Tim McGee - 556ad13 - Added more ids and classes for Search widget to allow more control via css.
2015-12-10 - Tim McGee - 02f0108 - fakerjs generates fake data. Used in the Report widget for testing.
2015-12-10 - Tim McGee - 09216cb - customized jsPDF lib used by Report widget.
2015-12-10 - Tim McGee - 4cc0487 - initial prototype of configurable Report widget using jsPDF.
2015-11-29 - Tim McGee - bfe600a - regenerated secure token for slack notifications.
2015-11-29 - Tim McGee - b088880 - add travis releases deployment.
2015-11-29 - Tim McGee - 5ec3d11 - add travis notifications for slack.
2015-11-29 - Tim McGee - b439927 - Enable a few more eslint rules.
2015-11-29 - Tim McGee - 318e190 - replace method call that is no longer valid with topic/publish.
2015-11-29 - Tim McGee - b8f798b - Moved the tableUpdated topic to the Attribute Table's selectTab method from the Attributes Table container tabContainer tabs.

1.5.0

29 Nov 21:28
Compare
Choose a tag to compare

Change log for v1.5.0

2015-11-29 - Tim McGee - c600a1f - Update the README for the Search and Attributes Table widgets to reflect new functionality.
2015-11-29 - Tim McGee - d3a609c - Enhancements to Attribute Tables widget to accommodate new functionality in Search widget
2015-11-29 - Tim McGee - 40d2ee9 - Add new search capabilities that can be configured.
2015-11-29 - Tim McGee - 8489128 - Update to ESRI JavaScript API v 3.15 and Font-Awesome v4.5
2015-11-25 - Tim McGee - 81c033c - Add ability to use cookies for disclaimer. Example: show the disclaimer only every 30 days. The cookie expiration and other properties are configurable.
2015-11-25 - Tim McGee - 078b89b - Add example for multiple zoomToFeature widgets in a single titlePane widget;
2015-11-16 - Tim McGee - d6cf0be - Add 'orderByFields' to ZoomToFeature widget for proper sorting.
2015-11-04 - Tim McGee - 26f0d98 - fixed 2 correct references of this.executeQuery. They should have been this.executeQueryTask.
2015-10-26 - Tim McGee - ce1cd46 - Add badges for travis and code climate.
2015-10-26 - Tim McGee - 3f0065a - the travis.yml file was not supposed to be empty.
2015-10-26 - Tim McGee - cfc108c - add travis.yml
2015-10-26 - Tim McGee - 40296d2 - the code climate config file was not supposed to be empty...
2015-10-26 - Tim McGee - 5000b90 - add code climate configuration file for their new analysis Engines.
2015-10-26 - Tim McGee - bc8da5a - add grunt command-line tools for building, watching and linting.
2015-10-26 - Tim McGee - f1d91cb - ignore dist folder
2015-10-26 - Tim McGee - f8f4e6c - remove empty style tag in header.
2015-10-26 - Tim McGee - 50ed779 - switch from jshint to eslint and adjust JS files to be lint-free..
2015-10-26 - Tim McGee - cc55779 - add css linting and adjust css files to be lint-free.
2015-10-17 - Tim McGee - f3292df - Provide better example of handling dates for display and export.
2015-10-17 - Tim McGee - f6e464f - Add finding Features using FindTask to Search + AttributesTable widgets. This initial release includes all the capabilities in CMV's Find widget.
2015-10-09 - Tim McGee - f049b4e - Merge pull request #44 from svametcalf/master
2015-10-08 - Schuyler Metcalf - 707b915 - added blurb to config file for filename option
2015-10-08 - Schuyler Metcalf - 7ff62b8 - Added a filename option in the Export configuration file. Can be both a string or a function
2015-10-07 - Tim McGee - bd70701 - uncomment code needed for Date formatting. this code was incorrectly commented out in PR # 23.
2015-10-05 - Tim McGee - 431e2f4 - remove unused CSS class for identify icon.
2015-10-05 - Tim McGee - 2562bc5 - Fix incorrect method name for clearing the Query Results.
2015-10-03 - Tim McGee - b47185b - Remove custom icons font using standard Font Awesome icons instead. Enlarge the icon font-size a bit because of the new icons used.
2015-10-01 - Tim McGee - 5c3772c - Add new Geoprocessor example widget.
2015-10-01 - Tim McGee - 32fdef8 - Set the results and the idProperty when populating the grid when no query task has been run.
2015-10-01 - Tim McGee - 634021c - Add 'clearQueryResults` method and topic.

1.0.0

29 Nov 21:27
Compare
Choose a tag to compare

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

0.1.0

29 Nov 21:26
Compare
Choose a tag to compare

Change Log for v0.1.0

2015-03-05 - Tim McGee - 3eb606c - Initial commmit
2015-02-25 - Tim McGee - d585cb9 - Initial commit