Skip to content

Releases: SertoID/serto-schemas-ui

v1.0.0

02 Nov 17:43
Compare
Choose a tag to compare

1.0.0 (2021-11-02)

Bug Fixes

  • Bug with handling onAuthChange (8308535)
  • Change branch filter for deploy (5d70f92)
  • cleanup (282671a)
  • Correct create tenant route (7fc6418)
  • Correct URLs for schema JSON (48c46e0)
  • Correctly show boolean types in VC (a6d395b)
  • Create feed endpoint requires tenant ID in feed data (0feeb0b)
  • CurrentUser response changes (ec9223c)
  • Default to first choice if invalid default supplied to DropDown (1e45f44)
  • Don't log in if currentUser API call fails (beb51af)
  • Don't override schema properties with undefined (3c03b34)
  • Edge-cases in schema playground (d937c3d)
  • Finally fix post-login "not authenticated" bug (968df6e)
  • Fix broken sequential updates of multiple schema props (4f2d427)
  • Fix DidSelect default selected wonkiness (6bacfa0)
  • Fix error message display (e1d98cb)
  • Fix React warning about child list unique keys (c7fcf6d)
  • fix text color for danger variant (697d473)
  • Fix typos in config.yml (29d89c8)
  • Fixing eb deploy command (93be3a4)
  • Follow referenced type to check if required (2bd5346)
  • Handle empty nested schema attributes (d1955f4)
  • Handle login errors properly (2217161)
  • Include API error codes in errors thrown by TrustAgencyService (06590e5)
  • Issue VC storybook updates/fixes (433ac01)
  • Log out when JWT expired instead of breaking on expired JWT (ee64d2f)
  • Missed a spot where JWT expiry should be checked (29eaa43)
  • Pass schema API URL down into serto-ui (324b26c)
  • Propagate auth update when auth state changes (c40f9cc)
  • Remove duplicate dropdown option when not supplying defaultSelected (94070e0)
  • Schema boolean attributes shouldn't allow being required (822c415)
  • Support DidSelect as "required" input (a58f2ab)
  • Support new identities API response format (6229ca7)
  • ui fixes (#20) (41452f7)
  • Update aws-eb orb version (3a82ab6)
  • Update nginx.conf and Dockerfile (840961d)
  • VC display updates to handle News Article (f5e49ce)
  • VC issuanceDate should be ISO string (1e73cdd)

Features

  • Ability to publish VCs to feed (e742ac4)
  • Ability to reference types in @context+ (1d90f07)
  • Ability to toggle between viewing own/global schemas (9fe1b5f)
  • About page (a4d381e)
  • accept invite (#43) (bd8be0c)
  • Add "Identifier" type in wizard UIs for @id properties (858dc02)
  • Add "public" field to create feed (f48ee2f)
  • Add "view schema" button to schemas page (WIP) (fbfc1f9)
  • Add basic schema permalink page (39e159a)
  • Add description field to schema creation flow (f63a6ce)
  • Add DID alias into VC issuer issuer ID dropdown (bdf4682)
  • Add Editor page for new create schema flow (9870d22)
  • Add footer (6770385)
  • Add home page (39ce103)
  • add organization management page (0e29936)
  • Add stub schemas page with CreateSchema component (bbbba6f)
  • Add Toggle component (a97c055)
  • Add universal schema fields to VC issuer (6ed4693)
  • api key management functionality (518224e)
  • Automatically create initial DID (493a774)
  • Choose which DID to issue VC from (32b0fbb)
  • Compile @context+ into both formats and perform validation (53f4712)
  • Connect with Google's JSON-LD validator + JSON-LD Playground (8a96904)
  • Create SchemaDetail component (c0b8fce)
  • Create stub discover, about, and playground pages (7083b4f)
  • CreateSchema component WIP (c93ae5f)
  • CreateSchema define attributes step (7059379)
  • CreateSchema review and confirm step (94e502a)
  • Display nested properties in SchemaDetail ([bb58c19](https://github.com/SertoID/serto-schemas-...
Read more