Releases: KnowWhereGraph/kwg-faceted-search
2.0.1
What's Changed
- Update the tab name when tabs are clicked by @ThomasThelen in #343
- Stop table refreshes on GNIS dropdown expansions by @ThomasThelen in #345
- Fix broken cache generation by @ThomasThelen in #347
- Add breadcrumbs and page title to the navigation area by @ThomasThelen in #346
- 2.0.1 Release by @ThomasThelen in #348
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- Create homepage webpage (header, main container, footer) by @Zhining-ht in #192
- Homepage revision by @Zhining-ht in #277
- Use DISTINCT when querying for information about particular hazards t… by @ThomasThelen in #291
- Remove the about and explore pages by @ThomasThelen in #292
- Add the current tab to the query parameters and navigate to it by @ThomasThelen in #293
- Changed the button styling by @Zhining-ht in #283
- Add autocompletion to the facets by @ThomasThelen in #297
- Limit the number of results to 10 * the number of results shown in th… by @ThomasThelen in #300
- Table links by @ThomasThelen in #301
- Styling checkbox facets & event handling by @ThomasThelen in #302
- Rename people and expert to person by @ThomasThelen in #303
- Table styling by @ThomasThelen in #306
- Staging deployment & Docs by @ThomasThelen in #309
- Expert Querying by @ThomasThelen in #311
-
- migrate changes from previous branch to the current one; 2. display markers and clusters on the map according to different tabs selected by @Zhining-ht in #308
- Revert "1. migrate changes from previous branch to the current one; 2. display markers and clusters on the map according to different tabs selected" by @Zhining-ht in #312
- Hazard queries by @ThomasThelen in #314
- uncomment the console; jsdoc format change by @Zhining-ht in #313
- Manhattan initial fixes by @ThomasThelen in #317
- Transitively query places by @ThomasThelen in #319
- Error modal by @ThomasThelen in #321
- Add a 404 page by @ThomasThelen in #323
- Angular upgrade by @ThomasThelen in #325
- Update the Readme with troubleshooting and testing instructions by @ThomasThelen in #328
- Keep the footer at the bottom of the page by @ThomasThelen in #326
- Filter Facet Names by @ThomasThelen in #327
- Fix broken quotation after merges by @ThomasThelen in #329
- Call populateTable when the tab is first initialized by @ThomasThelen in #331
- Add the map to the 'Persons' tab by @ThomasThelen in #332
- Hazard map by @ThomasThelen in #334
- Add support for plotting locations on the 'Place' and 'Hazard' tab by @ThomasThelen in #333
- Dial in the prettier action by @ThomasThelen in #336
- Change the ES name by @ThomasThelen in #338
- Readme & Css bugfix by @ThomasThelen in #339
- RC2 by @ThomasThelen in #340
Full Changelog: 1.0.0-beta...2.0.0
1.2.0
This is the release of the Knowledge Explorer 1.2.0. It has a few cosmetic changes from 1.1.0 as well as a few changes to the way data is queried (for accuracy and display).
What's Changed
- (1) Show hazard search results that contain no wkt information (2) Retrieve and display quantified place names for administrative regions by @zilongliu-geo in #260
- Add quantified names to the hazards and people tab by @ThomasThelen in #262
- Select the first date/datetime associated with a hazard by @zilongliu-geo in #266
- Place facet spacing by @ThomasThelen in #264
- 1.2.0 Merge by @ThomasThelen in #267
Full Changelog: 1.1.0...1.2.0
1.1.0
This release of the faceted search contains the changes neccesary to interact with the latest iteration of the database. It also includes a number of bug fixes, user experience improvements, and new features (GNIS facets).
1.0.0 Beta
1.0.0 Beta Release
This is the 1.0.0 beta release of the faceted search. This version should support most of the target use cases with the anticipation of a few bugs and possible issues with the user experience.
Known Issues
There are a few issues that are currently known and documented in the GitHub Issues section. Among these are slow query times and incorrect number of results are shown when rapidly switching tabs.
Changes
- New tool tips on the map
- Selecting places now selects all sub-places
- People's affiliations are now optional (so we see all people)
- Observation collection properties can be hidden or displayed
- Added support for observation collections on hurricanes
- Moved away from label-based matching in most SPARQL queries
- Query parameters are now cleared while switching between tabs
- locatedIn is now used in admin region searches instead of relying on s2 cells
- Various data table state fixes
- Locations are now stored as a cache in json files for fewer SPARQL queries
- Fall back on using the geometry of a Place when the event doesn't have a geometry
- The map is hidden from the Expert tab
- Keyword searching works when you hit the 'Enter' key