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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.0
Choose a base ref
...
head repository: dhis2/app-platform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    5bd8566 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. refactor(template): rename the root element to dhis2 specific

    Rename the #root DOM node to #dhis2-app-root to reduce the risk of
    conflicts against a popular ID by providing a dhis2 namespaced ID in the
    App Platform.
    
    Note that applications that refer to the root DOM node by the old id
    will need to update its references.
    varl committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    6c781f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #613 from dhis2/portal-root

    feat(portal-root): add root element for react portals
    varl authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    3b95e7c View commit details
    Browse the repository at this point in the history
  3. chore(release): cut 7.4.0 [skip ci]

    # [7.4.0](v7.3.0...v7.4.0) (2021-08-24)
    
    ### Features
    
    * **portal-root:** add root element for react portals ([5bd8566](5bd8566))
    dhis2-bot committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    3b71d95 View commit details
    Browse the repository at this point in the history
Loading