Skip to content

Releases: manifoldco/ui

v0.5.4-rc.1

15 Aug 14:55
Compare
Choose a tag to compare
v0.5.4-rc.1 Pre-release
Pre-release
Remove fallback npm cache

v0.5.4-rc.0: Update the auth-token event name and document how it works (#360)

15 Aug 12:58
Compare
Choose a tag to compare

Fixed

  • Fixed the service card loading the free badge after rendering, which caused a jumpy UI.
  • Simplied <manifold-service-card> (data) and <manifold-service-card-view> (“dumb” view)
  • Added the ability to specify a slot on the manifold-credentials with a default manifold button if not set.

Changed

  • Updated Stencil to v1.2.5
  • Changed the event name for the manifold-auth-token component from the stencil auto-generated name to manifold-token-receive and documented that event.

v0.5.3

12 Aug 19:44
ce56eb9
Compare
Choose a tag to compare

Fixed

  • Fixed the deprovision button failing because the code expected a JSON return value.
  • Fixed the resource list not showing the status of provisioning or deprovisioning resources.
  • Fixed the resource card loading indicator - for a lack of a better word - wobbling around like its life depended on it.
  • Fixed the title of the service-card taking a dynamic amount of space and making the description look misaligned.

Added

  • Added a refetch-until-valid property on the resource-container component to allow users to reload this component until the found resource exists and is of state available.
  • Added the terms of service to the product page component.

v0.5.3-rc.3

12 Aug 19:25
ce56eb9
Compare
Choose a tag to compare
v0.5.3-rc.3 Pre-release
Pre-release

Fixed

  • Fixed the deprovision button failing because the code expected a JSON return value.
  • Fixed the resource list not showing the status of provisioning or deprovisioning resources.
  • Fixed the resource card loading indicator - for a lack of a better word - wobbling around like its life depended on it.
  • Fixed the title of the service-card taking a dynamic amount of space and making the description look misaligned.

Added

  • Added a refetch-until-valid property on the resource-container component to allow users to reload this component until the found resource exists and is of state available.
  • Added the terms of service to the product page component.

Free plan filtering

09 Aug 14:34
827d7a3
Compare
Choose a tag to compare
Free plan filtering Pre-release
Pre-release

TODO

  • Reformat this for changelog
Drew Powers (3):
      UI ➡️CircleCI (#331)
      Ignore master on release (#348)
      Plan Selector free plans filtering (#341)

Guillaume St-Pierre (5):
      Show how tests can be improved significantly by using the DOM
      Describe issue created in stencil repo
      Remove unecessary anonymous function
      Fix the SSO tests
      Fix the resource card loading indicator

Sam Slotsky (1):
      Add happo wrapper module to provide auth token (#356)

dependabot-preview[bot] (1):
      Bump happo.io from 3.20.0 to 3.21.0 (#350)

RC 1 for UI 0.5.3

07 Aug 20:02
6f8c382
Compare
Choose a tag to compare
RC 1 for UI 0.5.3 Pre-release
Pre-release

Fixed

  • Fixed the deprovision button failing because the code expected a JSON return value.
  • Fixed the resource list not showing the status of provisioning or deprovisioning resources.

Added

  • Added a refetch-until-valid property on the resource-container component to allow users to reload this component until the found resource exists and is of state available.
  • Added the terms of service to the product page component.

Provisioning fixes

06 Aug 14:40
30f1eac
Compare
Choose a tag to compare
Provisioning fixes Pre-release
Pre-release

Fixed

  • Fixed the deprovision button failing because the code expected a JSON return value.
  • Fixed the resource list not showing the status of provisioning or deprovisioning resources.

Added

  • Added a refetch-until-valid property on the resource-container component to allow users to reload this component until the found resource exists and is of state available.

Deprovision fix and documentation improvements

02 Aug 20:05
76e6304
Compare
Choose a tag to compare
Add better release documentation (#328)

* Add better release documentation

* Relegate local publishing to secret eldritch knowledge

* Add release link, improve final release steps

* Correct semver definitions

* Add prerelease definition

* Clarify attributes vs properties (since I’m editing this doc anyway)

Auth fixes and performance improvements

02 Aug 13:57
a665bf4
Compare
Choose a tag to compare

Added

  • Added oauth-url prop to manifold-auth-token component.

Fixed

  • Fixed name for manifold-service-view to be manifold-service-card-view to match documentation.
  • Added missing support for theme variable --manifold-tag-free-text-color.
  • Fixed region selector so that it properly emits a manifold-planSelector-change event when the region changes.

Deprecated

  • Deprecated resource-label attibute on manifold-data-product-logo. Use manifold-data-resource-logo component instead.
  • Deprecated region-name prop in favour of region-id for manifold-data-provision-button.

Changed

  • Added graphqlFetch to manifold-connection.
  • Converted manifold-data-product-logo to use GraphQL.
  • Changed the provision button so it fetches the owner ID automatically if not set.
  • Added productName to manifold-marketplace-click event in the manifold-service-card component.
  • Improved plan-selector performance by reducing API calls for non-custom plans.

Performance improvements for plan-selector

01 Aug 18:28
28c1786
Compare
Choose a tag to compare
Drew Powers (1):
      Speed up plan selector by reducing Cost API calls (#314)