Skip to content

Latest commit

 

History

History
258 lines (141 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

258 lines (141 loc) · 13.6 KB

Changelog

1.5.0 (2024-11-14)

Features

  • Adds JSON Renderer for Globus Embeds (#262) (dfd7aa0)

1.4.0 (2024-11-14)

Features

  • Improves JSON rendering via react-json-view (#260) (59b6fc1)

1.3.1 (2024-11-14)

Fixes

  • Includes https://*.globusonline.org in default CSP (#258) (ebd5fe3)

1.3.0 (2024-11-12)

Features

Fixes

  • Updates "globus.embed" fields to prompt for authorization when no session is found (#255) (bd25b05)

1.2.0 (2024-11-08)

Features

  • adds "globus.embed" field type support (#243) (baa2d7e)
  • adds support for rendering embedded Globus assets as a Plotly graph or chart (#248) (272e4a6)

Fixes

  • Ensure application path is accounted for in OAuth redirects (8fac9a1)

1.1.0 (2024-11-01)

Features

  • Adds support for features.requireAuthentication – this will update built-in routes to prompt for authentication before any information is displayed. This feature is useful for mostly/completely private Globus Search indicies. (abdd9cf)

Fixes

  • OAuth: Ensures users are redirected back to the path they initiated a "Sign In" request from. (#236) (abdd9cf)

1.0.0 (2024-11-01)

⚠ BREAKING CHANGES

  • Use in-memory based storage for authorization tokens, by default. (#235)

Features

  • Use in-memory based storage for authorization tokens, by default. (#235) (427d9e7)

Fixes

  • Improves result rendering to account for 404s on hard refresh. (#233) (2dc2bbc)

0.12.0 (2024-10-22)

Features

  • Transfer: Adds stat integration for files added to the Transfer list. (#219) (e3d27f5)

0.11.0 (2024-10-11)

Features

  • Adds support for rendering fields a links. (#212) (889d966)

0.10.1 (2024-10-10)

Fixes

  • include basePath in publicRuntimeConfig (0e4585f)

0.10.0 (2024-10-10)

Features

  • Allows configuration of custom navigation using "attributes.content.navigation" (#205) (e9356b8)

Fixes

  • Improves default styling of Markdown components. (e9356b8)
  • Improves general layout styling. (e9356b8)

0.9.0 (2024-10-08)

Features

  • adds support for "content" directory and landing page customization (#189) (63b3319)
  • use 'primary' and 'secondary' colors for styling (#192) (0877f8e)

0.8.3 (2024-05-22)

What's Changed

  • chore: adds Apache-2.0 LICENSE by @jbottigliero in #59
  • deps: bump the react group with 3 updates by @dependabot in #61
  • deps: bump eslint-plugin-react-hooks from 4.6.1 to 4.6.2 by @dependabot in #62
  • deps: bump @globus/sdk from 3.0.0-alpha.17 to 3.0.0 by @dependabot in #63
  • deps: bump @types/node from 20.12.7 to 20.12.8 by @dependabot in #65
  • deps: bump @globus/sdk from 3.0.0 to 3.1.0 by @dependabot in #64
  • deps: bump jsonata from 2.0.4 to 2.0.5 by @dependabot in #75
  • deps: bump @types/node from 20.12.8 to 20.12.11 by @dependabot in #73
  • deps: bump framer-motion from 11.1.7 to 11.1.9 by @dependabot in #72
  • deps: bump @globus/sdk from 3.1.0 to 3.2.0 by @dependabot in #74
  • deps: bump framer-motion from 11.1.9 to 11.2.4 by @dependabot in #82
  • deps: bump @types/node from 20.12.11 to 20.12.12 by @dependabot in #78
  • deps: bump @globus/sdk from 3.2.0 to 3.3.0 by @dependabot in #79
  • deps: bump @types/react from 18.3.1 to 18.3.2 in the react group by @dependabot in #76
  • deps: bump typedoc-plugin-markdown from 3.17.1 to 4.0.2 by @dependabot in #80
  • deps: bump framer-motion from 11.2.4 to 11.2.5 by @dependabot in #84
  • deps: bump @globus/sdk from 3.3.0 to 3.3.1 by @dependabot in #83
  • fix: ensure "Authorization" header is included when fetching a single result. by @jbottigliero in #85

Full Changelog: https://github.com/globus/static-search-portal/compare/0.8.2...0.8.3

0.8.2 (2024-04-26)

What's Changed

  • deps: bump the react group with 4 updates by @dependabot in #56
  • deps: bump the next group with 2 updates by @dependabot in #55
  • deps: bump eslint-plugin-react-hooks from 4.6.0 to 4.6.1 by @dependabot in #57

Full Changelog: https://github.com/globus/static-search-portal/compare/0.8.1...0.8.2

0.8.1 (2024-04-24)

What's Changed

  • fix: improved image rendering by providing source and more obvious 'View Image' button by @jbottigliero in #53

Full Changelog: https://github.com/globus/static-search-portal/compare/0.8.0...0.8.1

0.8.0 (2024-04-23)

What's Changed

  • ops: run 'tsc' on CI by @jbottigliero in #51

Full Changelog: https://github.com/globus/static-search-portal/compare/0.7.0...0.8.0

0.7.0 (2024-04-23)

Full Changelog: https://github.com/globus/static-search-portal/compare/0.6.1...0.7.0

0.6.1 (2024-04-22)

Full Changelog: https://github.com/globus/static-search-portal/compare/0.6.0...0.6.1

0.6.0 (2024-04-22)

What's Changed

  • deps: bump @fontsource/ibm-plex-mono from 5.0.12 to 5.0.13 by @dependabot in #46
  • deps: bump @fontsource/ibm-plex-sans from 5.0.19 to 5.0.20 by @dependabot in #45
  • feat: adds support for jsonata based references in static.json by @jbottigliero in #47

Full Changelog: https://github.com/globus/static-search-portal/compare/0.5.1...0.6.0

0.5.1 (2024-04-19)

Full Changelog: https://github.com/globus/static-search-portal/compare/0.5.0...0.5.1

0.5.0 (2024-04-19)

What's Changed

  • deps: bump the next group with 2 updates by @dependabot in #39
  • deps: bump framer-motion from 11.1.1 to 11.1.7 by @dependabot in #43

Full Changelog: https://github.com/globus/static-search-portal/compare/0.4.0...0.5.0

0.4.0 (2024-04-17)

What's Changed

  • feat: adds basic pagination and improved loading state by @jbottigliero in #37
  • deps: bump @globus/sdk from 3.0.0-alpha.8 to 3.0.0-alpha.17 by @dependabot in #34

Full Changelog: https://github.com/globus/static-search-portal/compare/0.3.0...0.4.0

0.3.0 (2024-04-17)

What's Changed

  • deps: bump typescript from 5.3.3 to 5.4.5 by @dependabot in #35
  • deps: bump typedoc from 0.25.12 to 0.25.13 by @dependabot in #36

Full Changelog: https://github.com/globus/static-search-portal/compare/0.2.2...0.3.0

0.2.2 (2024-04-16)

Full Changelog: https://github.com/globus/static-search-portal/compare/0.2.1...0.2.2

0.2.1 (2024-04-16)

Full Changelog: https://github.com/globus/static-search-portal/compare/0.2.0...0.2.1

0.2.0 (2024-04-16)

What's Changed

  • feat: adds support for globus.search.facet to generate filter UI based on configured facets and responses from the index by @jbottigliero in #28
  • deps: bump the next group with 2 updates by @dependabot in #24
  • deps: bump @types/react from 18.2.78 to 18.2.79 in the react group by @dependabot in #23
  • deps: bump @emotion/styled from 11.11.0 to 11.11.5 by @dependabot in #27
  • deps: bump eslint from 8.56.0 to 8.57.0 by @dependabot in #25
  • deps: bump framer-motion from 10.18.0 to 11.1.1 by @dependabot in #30

Full Changelog: https://github.com/globus/static-search-portal/compare/0.1.1...0.2.0

0.1.1 (2024-04-15)

What's Changed

  • deps: bump eslint-plugin-react from 7.33.2 to 7.34.1 by @dependabot in #1
  • deps: bump @fontsource/ibm-plex-mono from 5.0.8 to 5.0.12 by @dependabot in #5
  • deps: bump @types/node from 20.11.4 to 20.12.7 by @dependabot in #19
  • deps: bump @types/react from 18.2.48 to 18.2.78 by @dependabot in #22
  • deps: bump @types/react-dom from 18.2.18 to 18.2.25 by @dependabot in #20
  • deps: bump @emotion/react from 11.11.3 to 11.11.4 by @dependabot in #2
  • deps: bump @fontsource/ibm-plex-sans from 5.0.18 to 5.0.19 by @dependabot in #4

New Contributors

  • @dependabot made their first contribution in #1

Full Changelog: https://github.com/globus/static-search-portal/compare/0.1.0...0.1.1

0.1.0 (2024-03-29)

Full Changelog: https://github.com/globus/static-search-portal/compare/0.0.0...0.1.0