Skip to content

Releases: concord-consortium/noaa-codap-plugin

Version 0.1.4 - Released September 21, 2024

21 Sep 12:17
c3a0c45
Compare
Choose a tag to compare

🐞 Bug Fixes:

  • PT-188164577: Incorrect Text and Unselectable Content in NOAA Plugin About Page

Version 0.1.3 - Released August 21, 2024

21 Aug 19:55
879b634
Compare
Choose a tag to compare

✨ Features & Improvements:

  • PT-187533021: Fetch data issue for some locations
  • PT-187569695: Change default of precision for precipitation to 3 sig figures instead of 2

🐞 Bug Fixes:

  • PT-187569691: Some locations report 0 cases in the plugin, but not in NOAA's database

Version 0.1.2 - released May 2nd, 2024

02 May 19:32
9f1a6da
Compare
Choose a tag to compare
  • PT-187306657 Change calendar year input to a dropdown

Version 0.1.1 - released March 4th, 2024

04 Mar 18:59
Compare
Choose a tag to compare
v0.1.1

chore: Release v0.1.1

Version 0.1.0 - released February 15th, 2024

16 Feb 04:52
6c7dac3
Compare
Choose a tag to compare

✨ Features & Improvements:

  • PT-186786921: Setup React state management
  • PT-186898467: Display timezone information to CODAP.
  • PT-186899262: Units column header in the table is also clickable to switch between metric and standard
  • PT-186752934: Attribute Unit Toggle
  • PT-186719476: Date Range Selection
  • PT-186830373: Show a Location / Weather Station
  • PT-186719585: Data Return Warning
  • PT-186898348: Apply filters to NOAA data.
  • PT-186862140: Add weather station info in Date Range
  • PT-186719430: Location / Weather Station Edit
  • PT-186866293: Open map of weather stations from plugin
  • PT-186719429: Port NOAA API requests
  • PT-186780889: Location Typeahead & Selection
  • PT-186752847: Attribute Selection
  • PT-186752879: Selected Attribute Table & Filter
  • PT-186924281: Convert table data when units are updated.
  • PT-186752905: Selected Attribute Filters
  • PT-186926233: Fix 2 input value to 1 input value change in filter modal
  • PT-186939189: Restore interactive state from saved documents.
  • PT-186945682: Reset Button in modal
  • PT-186924285: Add "isActive" legend to map.
  • PT-186934423: Hover state color change for redesigned periods and units buttons
  • PT-186972298: Change location input behavior so location input stays and location dropdown appears when clicking on input box
  • PT-186866310: Click on CODAP map changes the selected weather station
  • PT-186945676: Clear Data link should become a button
  • PT-186956670: Update info text
  • PT-186856638: Filter weather stations to only show active stations based on start and end dates

🐞 Bug Fixes:

  • PT-186934541: Clickable buttons should show the cursor: hand symbol instead of the cursor: default symbol
  • PT-186953240: When compared with the old plugin, for hourly period selection, attribute Visibility is missing in the main branch
  • PT-186951700: If a filter is created and if the attribute column of the table shrinks, color change indication is not applied to the entire cell of the filter
  • PT-186951908: When the attribute filter dialog is open, the user can switch between the periods and when editing the operators, the unit type is displayed as undefined
  • PT-186962573: After closing the weather station map and when selecting any other location, the weather station map is opened by default without clicking on the map button
  • PT-186956759: Filter values need to update when units are toggled
  • PT-186981986: Changing the location for the 4th time doesn't update the nearby station & map
  • PT-186957021: Hourly attributes return incorrect data if units are set to standard
  • PT-186991653: When compared to the old plugin title is missing in the main when hovering on the buttons and fields
  • PT-186994079: Deletion of the location input field should be respected
  • PT-186982347: Clicking on the false or true below the isActive legend changes the location
  • PT-187000278: When the user clicks back into the input field and when clicking outside the location input field, the previously selected location name alone is displayed but the station list and map button are not displayed and the placeholder text "Stations near" is also not displayed in the location input field
  • PT-187000993: After clicking on a point in the CODAP map, unable to change the station on the first click
  • PT-187001114: After changing the station by clicking on a point in the CODAP map and when clicking on the location input field, the suggested list displays the original typed in location, not the changed location
  • PT-186999766: When changing the units (standard/metric), the filter value is rounded off
  • PT-186991462: When the location text is long, It doesn't fit into the location input field

Version 0.1.0-pre.0 - released January 19th, 2024

19 Jan 09:37
62cc875
Compare
Choose a tag to compare

What's Changed

  • feat: Added state managment using immer with a context provider [PT-186786921] by @dougmartin in #2
  • Wireframe 2 by @eireland in #1
  • feat: Add real top level state types by @dougmartin in #3
  • Date range selection styling (PT-186719476) by @lublagg in #4
  • Removed lint warnings by @dougmartin in #5
  • feat: Added data return warning [PT-186719585] by @dougmartin in #6
  • 186780889 location selection by @eireland in #7
  • Date Range Selection (PT-186719476) by @lublagg in #8
  • Clicking outside pop-up closes modal. (PT-186719585) by @lublagg in #12
  • 186830373 show station by @eireland in #9
  • Styles Atrributes header area including units toggle by @eireland in #10
  • Attribute selection styling by @eireland in #11
  • ci: Add S3 deployment Actions workflow (PT-186861760) by @433eros in #14

New Contributors

Full Changelog: https://github.com/concord-consortium/noaa-codap-plugin/commits/v0.1.0-pre.0