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: v3.2.7
Choose a base ref
...
head repository: dhis2/app-platform Loading
compare: v3.2.8
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Mar 25, 2020

  1. fix: don't generate styled-jsx randomized classes in jest snapshots (#…

    …332)
    
    In test environments we should:
    
    Use styled-jsx/babel-test instead of styled-jsx/babel
    Mock the styled-jsx/css function as a no-op
    This results in clean snapshot output without randomly-generated jsx-##### which change whenever any css changes. See the styled-jsx README
    amcgee committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    eaafbab View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 3.2.8 [skip ci]

    ## [3.2.8](v3.2.7...v3.2.8) (2020-03-25)
    
    ### Bug Fixes
    
    * don't generate styled-jsx randomized classes in jest snapshots ([#332](#332)) ([eaafbab](eaafbab))
    dhis2-bot committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    905c390 View commit details
    Browse the repository at this point in the history
Loading