Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dhis2/app-platform Loading
base: v7.6.0
Choose a base ref
...
head repository: dhis2/app-platform Loading
compare: v7.6.1
Choose a head ref
  • 4 commits
  • 10 files changed
  • 2 contributors

Commits on Sep 1, 2021

  1. ci: fix broken ci process

    varl committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    837875f View commit details
    Browse the repository at this point in the history
  2. fix(shell): create new stacking context for roots

    This adds two rules for the application root and portal root divs that
    creates a new stacking context for each, this allows an app the freedom
    to do pretty much whatever it wants with z-indexes, without affecting UI
    components that render in a Portal.
    
    It also allows other 3rd party libraries that rely on appending elements
    to the DOM and modifying z-indexes to work better with our platform.
    
    The isolation property has good support and should align nicely with our
    supported browsers[1].
    
    [1] https://caniuse.com/mdn-css_properties_isolation
    varl committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    324a095 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Merge pull request #631 from dhis2/isolate-containers

    fix(shell): create new stacking context for roots
    varl committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    2beecf7 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 7.6.1 [skip ci]

    ## [7.6.1](v7.6.0...v7.6.1) (2021-09-02)
    
    ### Bug Fixes
    
    * **shell:** create new stacking context for roots ([324a095](324a095))
    dhis2-bot committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    2852fdd View commit details
    Browse the repository at this point in the history
Loading