Skip to content

Changelog

Observes Semantic Versioning standard and Keep a Changelog convention.

[2.3.4] - 11-06-23

Added

  • Enum and table fields in forms are now searchable PR

Fixed

  • Fix home button in docs PR #124

2.3.3 - 05-08-23

Changed

  • Primary key dropdowns in forms now wrap to new lines (#118) PR #119
  • Refactored several class components into functional components PR #120

Fixed

  • Bug with subdirectory hosting PR #120
  • Bug with UseQuery recalling on tab switch PR #120
  • Bug with Slideshow component PR #120
  • Several warnings in the dev environment PR #121

Added

  • Unit test for footer component PR #120

2.3.2 - 04-27-23

Fixed

  • Permissions of files in the /home/node directory PR #116
  • Small bugs with datetime picker and slideshow component PR #117

Added

  • Pharus hotreloading script to simplify dev workflow PR #117

2.3.1 - 04-26-23

Added

  • booleans key to form component spec to specify boolean attributes and make their inputs True/False (#111) PR #114

Fixed

  • Queries now properly refetch tables on insert (#112) PR #113

2.3.0 - 04-14-23

Added

  • IFrame component (#88) PR #92
  • Extra optional Datadog Logging #110

Fixed

  • Hidden pages bug PR #107

Changed

  • Update logo PR #104
  • Update readme - Update reference and citation sections PR #104
  • Update docs - Add index page. Update navigation. Remove Google Analytics environment variable PR #104
  • Update hidden page behavior to mimic pre 2.0 PR #109

2.2.1 - 04-07-23

Changed

  • Datadog replay sampling rate and set user ID PR #106

2.2.0 - 04-04-23

Added

  • DataDog real user monitoring (RUM) implementation PR #101

Changed

  • Forms now clear previous values on preset selection (#98) PR #99
  • Inserting into a form will refresh all tables on the page PR #99
  • Optimized dockerfile and added build step PR#100

Fixed

  • Date, Datetime, Time, and Timestamp type attribute presets for forms PR #99

2.1.1 - 03-24-23

Changed

  • Optimized table component queries PR #97

2.1.0 - 03-21-23

Added

  • OIDC authentication (#68) PR #91
  • Option to set default table page size (#94) PR #95
  • Option to add preset values to forms PR #96

Removed

  • All deprecated files from source PR #90

Fixed

  • Bug with table page size not updating properly (#94) PR #95

2.0.0 - 02-17-23

Changed

  • Replaced build step with hot-reload yaml spec conversion to json spec in public folder PR #77
  • Replaced built pages with SciViz component PR #77, #81

Added

  • OIDC Support for individual components PR #79
  • Docstrings for new components PR #78

1.1.1 - 02-09-23

Fixed

  • Form inputs for attributes with time precision e.g: datetime(6) (#65) PR #75

1.1.0 - 02-06-23

Added

  • DateRangePicker component PR #72
  • Slideshow component PR #72

1.0.2 - 1-31-23

Fixed

  • Forms for tables with datetime FPKs would return an incorrect datetime format, causing inserts to fail (#62) PR #64

1.0.1 - 1-26-23

Fixed

  • Attributes with "null" or "NULL" default values would incorrectly get marked as required inputs in forms (#60) PR #61

1.0.0 - 12-30-22

Added

  • Kubernetes docs PR #50
  • Antd Table component PR #53, #54
  • Dynamic form component PR #55

0.1.1 - 04-01-22

Added

  • Support for hosting sci-viz under a subdirectory PR #44

0.1.0 - 03-18-22

Added

  • pharus As submodule (#17) PR #33
  • Components PR #33:
    • table
    • markdown
    • metadata
    • plot:plotly:stored_json
    • file:image:attach
  • Components PR #41:
    • radiobuttons
    • dropdown-query
    • dropdown-static
  • Grid system PR #33
  • Dynamic grid system (#23) PR #33
  • Database Login PR (#9) #33
  • Basic GHA for repo PR (#26) #33
  • Hotreloading based off of spec sheet (#24) PR #33
  • Initial framework for jest testing (#27) PR #33
  • loginless mode PR #41