Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Releases: unisonweb/codebase-ui

Development Build

19 Jul 15:38
02cf50b
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

  • 02cf50b: Update README.md (Simon Højberg)

release/M3

08 Mar 19:13
Compare
Choose a tag to compare

release/M2l

13 Feb 15:19
ad64aef
Compare
Choose a tag to compare

What's Changed

  • Prefer "latest" route by @hojberg in #274
  • Organize the routing model to favor "latest" by @hojberg in #275
  • Pin open definitions to hash on perspective change by @hojberg in #276
  • Perspective: Improve rendering of very long names by @hojberg in #277
  • Fix bug where builtin folds were not disabled by @hojberg in #279
  • Clean AppContext and rename Ucm to Unison Local by @hojberg in #280
  • Add DownloadModal with click to copy by @hojberg in #278
  • Ensure Definitions are opened via Route changes by @hojberg in #281
  • Drive perspective changes off of Route changes by @hojberg in #282
  • Separate apps: Unison Share & Unison Local by @hojberg in #284
  • Move modals out of UnisonShare.App by @hojberg in #285
  • UnisonShare: Add foundations of Catalog page by @hojberg in #286
  • Add UI.Page by @hojberg in #287
  • Add Catalog Route and render Catalog page by @hojberg in #288
  • Add new Card component by @hojberg in #289
  • Add (and style) the basic Catalog page layout by @hojberg in #290
  • Add style and background image to Catalog hero by @hojberg in #291
  • Move AppHeader back up to App by @hojberg in #292
  • Catalog: Fetch catalog doc and projects and render by @hojberg in #293
  • Catalog: ensure the catalog is sorted by category by @hojberg in #294
  • Catalog: add search support by @hojberg in #295
  • Move route specific keyboardshortcuts to pages by @hojberg in #297
  • Temporarily hide the _catalog doc by @hojberg in #296
  • Add Hashvatars by @hojberg in #298
  • Add a project route for Unison Share by @hojberg in #299
  • Hashvatar: use background hue for tendrils by @hojberg in #305
  • Show Hashvatar in the sidebar perspective by @hojberg in #302
  • Add keyboard support to catalog search by @hojberg in #303
  • Add foundations for the User page by @hojberg in #309
  • Use normal hrefs for the App title click by @hojberg in #311
  • Catalog: Support searching for users by @hojberg in #312
  • Add search for all projects, not just catalog by @hojberg in #313
  • Enable the Catalog as the front page of Share by @hojberg in #301
  • Revert "Enable the Catalog as the front page of Share" by @hojberg in #314
  • Revert "Revert "Enable the Catalog as the front page of Share"" by @hojberg in #315
  • Perspective Landing: always show "Find Definition" by @hojberg in #318

Full Changelog: release/M2k...release/M2l

release/M2k

19 Nov 17:22
Compare
Choose a tag to compare

Changelog

  • Fix a bug with the Finder and clearing of perspectives
  • Improve the way names are chosen when rendering definitions
  • Support collapsing the sidebar
  • Fix an issue where selecting an item in the sidebar on mobile didn't hide the sidebar
  • Fix a bug where docs were sometimes overlapping the next open definition in the workspace

Get it

The Unison Local Codebase UI ships with UCM. Check out more details about the broader M2k Unison release.

Contributors

release/M2j

07 Oct 19:05
85e016b
Compare
Choose a tag to compare

Changelog

  • Fixed a rendering glitch in the Fuzzy Finder in Safari
  • Crop long docs

Get it

The Unison Local Codebase UI ships with UCM. Check out more details about the broader M2j Unison release.

release/M2i

05 Oct 20:44
f184b84
Compare
Choose a tag to compare

Changelog

  • Source is now independently collapsable and are part of the "zoom cycle" triggered by the space key.
  • Signatures of open definitions are now displayed before docs. They are collapsed if there are docs and expanded when there are none.
  • Support switching perspective to a namespace. Switch perspective via the sidebar or an open definition.
  • Support namespace perspectives both overall and adhoc in the Finder via a context menu on any open definition
  • Docs render a lot nicer and Readme's of namespaces render by default when a namespace is the perspective

Get it

The Unison Local Codebase UI ships with UCM. Check out more details about the broader M2i Unison release

release/M2h

26 Aug 13:15
55d38b3
Compare
Choose a tag to compare
Merge pull request #203 from unisonweb/flyout-menu

Improve tooltips and show fly out menu

release/M2g

09 Jun 17:39
04aa4c6
Compare
Choose a tag to compare
Merge pull request #146 from unisonweb/prevent-default-global-keyboar…

…d-events

Add preventDefault for global Finder shortcuts