-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Comparing changes
Open a pull request
base repository: tailwindlabs/tailwindcss
base: v1.7.3
head repository: tailwindlabs/tailwindcss
compare: v1.7.4
- 13 commits
- 10 files changed
- 2 contributors
Commits on Aug 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f2e622a - Browse repository at this point
Copy the full SHA f2e622aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2903811 - Browse repository at this point
Copy the full SHA 2903811View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86288cd - Browse repository at this point
Copy the full SHA 86288cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3839c74 - Browse repository at this point
Copy the full SHA 3839c74View commit details
Commits on Aug 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3bf6348 - Browse repository at this point
Copy the full SHA 3bf6348View commit details -
ensure we expect the correct amount of assertions
It is a bit of noise but it will ensure that we don't have false positives. For example when you have the following code: ```js it('should fail', () => { return promise.catch((err) => { expect(err).toBeInstanceOf(Error) }); }); ``` You would expect that the test passes because we have an expect in the `.catch` block. However if the promise just resolves it means that no assertions are executed and the test is considered successful. So in this case it will _also_ call but for the incorrect reasons!Configuration menu - View commit details
-
Copy full SHA for f15cace - Browse repository at this point
Copy the full SHA f15caceView commit details -
Merge pull request #2224 from tailwindlabs/fix-multiline-apply
Fix multiline @apply values
Configuration menu - View commit details
-
Copy full SHA for c79b0b9 - Browse repository at this point
Copy the full SHA c79b0b9View commit details -
Merge pull request #2208 from tailwindlabs/cache-node-modules-on-ci
Cache node modules in CI
Configuration menu - View commit details
-
Copy full SHA for 8fc7087 - Browse repository at this point
Copy the full SHA 8fc7087View commit details -
Configuration menu - View commit details
-
Copy full SHA for 939346d - Browse repository at this point
Copy the full SHA 939346dView commit details
Commits on Aug 22, 2020
-
Merge pull request #2211 from tailwindlabs/apply-to-rule-with-multipl…
…e-selectors Fix issue where couldn't apply variant classes to rule with multiple selectors
Configuration menu - View commit details
-
Copy full SHA for 634a0e6 - Browse repository at this point
Copy the full SHA 634a0e6View commit details -
Merge pull request #2225 from tailwindlabs/add-postcss-init-option
add tailwind -p init option to generate a postcss file
Configuration menu - View commit details
-
Copy full SHA for ed3edf9 - Browse repository at this point
Copy the full SHA ed3edf9View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1bc2fed - Browse repository at this point
Copy the full SHA 1bc2fedView commit details
Commits on Aug 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b2b9424 - Browse repository at this point
Copy the full SHA b2b9424View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.7.3...v1.7.4