Skip to content

[Stable-RC] 2020-05-05

Pre-release
Pre-release
Compare
Choose a tag to compare
@karelhala karelhala released this 05 May 14:20
· 3969 commits to master since this release
d0c2cef

v1.11.0-rc1

Dependency updates

  • @redhat-cloud-services/frontend-components-inventory
    • (#763) 1.0.24 -> 1.0.25
    • (#768) 1.0.25 -> 1.0.26
    • (#773) 1.0.26 -> 1.0.27
    • (#790) 1.0.27 -> 1.0.28
  • @redhat-cloud-services/frontend-components (#762) 1.0.19 -> 1.0.20
  • @redhat-cloud-services/frontend-components-remediations (#769) 1.0.27 -> 1.0.28

Features

  • Watch on NAVIGATION_TOGGLE event observer and notify subscribers (#772)
    • Dispatches a NAVIGATION_TOGGLE event so apps can see when the navigation collapses
  • add styles to show pen testing (#782)
    • small border will now appear on the top of the masthead in the pen testing environment
  • remove font awesome dependency (#781)
    • Font awesome dependency has been killed and the home icon is now imported from the frontend-assets
  • Use Stage SSO in Stage env (#791)
    • Adds a new route for jwt to redirect to the correct SSO when in the stage environment

Bug fixes

  • Fix typo when removing old cache from localStorage (#771)
    • When logging out, the local storage actually clears as intended
  • Update scss imports to load styles (#776)
    • Some modals and wizards were not loading the correct styles (primarily the "about" modal)
  • remove user management, add org admin title, remove FAQ on smaller screens (#759
    • Removes an extra item in the masthead on smaller screens
    • Identifies an org admin on their user dropdown
  • update marketplace link (#780)
    • The marketplace was lacking the correct https:// to route away from cloud.redhat.com
  • Add pen test conditionally and prevent adding empty class (#783)
    • Updates non pen test environment to resolve errors when class is not needed
    • Relates to (#782)