Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 15:32
f915bdd

Features

  • frontend: add loading spinner during plan fetching (4e6d2b6)
  • frontend: highlightjs theme (#202) (e18dd8f)
  • frontend: now trigger refresh on input for search's text fields (#205) (cd42ac1)
  • frontend: resource filter now match any substring in res path or name (cc707ea)
  • frontend: set role=button on list carets (#200) (02c0022)
  • frontend: use pointer cursor on list group items (#201) (0b87348)
  • frontend: use UTC strings for dates (#198) (c77d66f)
  • plan: process plan's status from ci exit-code (#215) (5b32184)
  • plans: add plans explorer and viewer (#193) (35d73c0)

Bug Fixes

  • frontend: avatar not displaying due to css issue (#206) (78f8922)
  • frontend: missing user's information & avatar (#204) (0aec334)
  • frontend: performance issue with resource filter with multiples modules (#208) (cc707ea)
  • frontend: performence issue on plans fetching (#212) (4e6d2b6)
  • frontend: resource filter on state view now works (#203) (156e544)
  • frontend: undefined error on plan view without outputs changes (#211) (a5d6050)
  • json: plan's variables parsing error (#210) (91b3dab)
  • remove localhost from URLs (#196) (7dd34ed)

Miscellaneous Chores