Skip to content

0.1.28

Choose a tag to compare

@github-actions github-actions released this 19 Mar 20:20
56b5271

⚠️ Breaking Changes

Required post-merge steps: remove old resources and hard-refresh the browser

  1. Go to Settings -> Dashboards -> Resources.
  2. Remove all old/unused City Visitor Parking resources, for example:
    • /local/community/city_visitor_parking/city-visitor-parking.js
    • /local/community/city_visitor_parking/city-visitor-parking-active-card.js
    • any other legacy CVP resource URLs.
  3. Keep only this resource:
    • /local/community/city_visitor_parking/city-visitor-parking-card.js
  4. Save resources.
  5. Perform a forced browser refresh:
    • Windows/Linux: Ctrl+F5 or Ctrl+Shift+R
    • macOS: Cmd+Shift+R
  6. Reopen the dashboard and verify cards and editors load correctly.

Changes:

  • fix(frontend): stabilize card registration after resource cleanup (#68)