Skip to content

Releases: lsst-sqre/squareone

0.7.0

23 Jun 19:30
b35ac73
Compare
Choose a tag to compare
  • Add initial support for Times Square.
  • Update background image for the homepage hero component to a new image by Bruno Quint, taken September 2021.
  • Refresh dependencies.

Screen Shot 2022-06-23 at 3 03 52 PM

Pull requests

Full Changelog: 0.6.0...0.7.0

0.7.0b1

11 May 21:53
313f115
Compare
Choose a tag to compare
0.7.0b1 Pre-release
Pre-release

This pre-release includes Times Square UI functionality, which can be enabled by setting a timesSquareUrl configuration parameter (similar to the semaphoreUrl configuration).

What's Changed

Full Changelog: 0.6.0...0.7.0b1

0.6.0

14 Apr 22:00
25501ff
Compare
Choose a tag to compare
  • Informational broadcast messages are now displayed with Rubin's primary teal as the background color (see lsst-sqre/semaphore#29 for more information).
  • Replaced custom fetch hook for the Semaphore broadcast message data with swr, enabling us to automatically refresh broadcast data.
  • Updated the component layout in the source code.

What's Changed

  • DM-34398: Refactor layout and adopt swr package for data fetching by @jonathansick in #45
  • DM-34437: Show "info" broadcast messages in Rubin teal by @jonathansick in #46

Full Changelog: 0.5.0...0.6.0

0.5.0

06 Apr 21:13
29ccc5f
Compare
Choose a tag to compare
  • Upgrade to Next 12 and various upgrades of dependencies and linting tools.
  • Upgrade to Node 16.
  • Squareone is cross-published on the GitHub Container Registry at ghcr.io/lsst-sqre/squareone.
  • Fix minor UI issues, including unnecessary scrollbars in the broadcast message disclosures and Link usage.
  • Remove the note on the documentation page about Generation 3 middleware.

PRs

Dependency updates

New Contributors

Full Changelog: 0.4.1...0.5.0

0.4.1

29 Sep 20:11
800592a
Compare
Choose a tag to compare

Update the link to the notebook aspect from /nb to /nb/hub for compatibility with JupyterHub 1.4 (and backwards compatible with previous versions).

0.4.0

11 Aug 15:01
989a2eb
Compare
Choose a tag to compare
  • Broadcast messages are now sourced through Semaphore, a service that is installed in the science platform and sources messages from GitHub. With this update, messages can also have additional information that is visible if a user clicks on a "Read more" button. This disclosure is powered by react-a11y-disclosure.

  • There is a new configuration field, semaphoreUrl, to configure the root URL for the Semaphore API service. The broadcastMarkdown field is removed.

0.3.1

04 Aug 18:48
a9b5ca4
Compare
Choose a tag to compare
  • Update funding text.
  • Refresh README with status badges and revise text on git hooks.

0.3.0

12 Jul 21:23
a07e789
Compare
Choose a tag to compare
  • Add a broadcastMarkdown configuration field to the public configuration schema. If set, this content is shown in a new BroadcastBanner component on any page. This is a configuration-driven way of displaying notifications to users without requiring code changes. The semaphore application will add further flexibility for pushing notifications in the future.

  • Fix the name of the GitHub repository for support on the /support page.

0.2.2

25 Jun 13:57
f015640
Compare
Choose a tag to compare

This release revises capitalization in the Acceptable Use Policy.

0.2.1

24 Jun 20:38
c23fbe5
Compare
Choose a tag to compare

This release describes how to use the auth token with TAP clients that rely on basic authentication (username and password).