Skip to content

v1.6.0

Compare
Choose a tag to compare
@tmcgee tmcgee released this 04 Apr 22:36
· 390 commits to master since this release

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.