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: emotion-js/emotion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @emotion/styled@11.10.5
Choose a base ref
...
head repository: emotion-js/emotion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @emotion/styled@11.11.0
Choose a head ref
  • 13 commits
  • 63 files changed
  • 8 contributors

Commits on Dec 1, 2022

  1. Add explicit permissions to GitHub workflows (#2899)

    * build: harden release.yml permissions
    Signed-off-by: Alex <aleksandrosansan@gmail.com>
    
    * build: harden main.yml permissions
    Signed-off-by: Alex <aleksandrosansan@gmail.com>
    
    * Update .github/workflows/release.yml
    
    Co-authored-by: Mateusz BurzyΕ„ski <mateuszburzynski@gmail.com>
    sashashura and Andarist authored Dec 1, 2022
    Copy the full SHA
    acb72a4 View commit details

Commits on Feb 14, 2023

  1. Copy the full SHA
    88ce707 View commit details

Commits on Feb 16, 2023

  1. Copy the full SHA
    4e172c2 View commit details
  2. Copy the full SHA
    0283f88 View commit details

Commits on Feb 27, 2023

  1. Adding Apache Superset to "In the Wild" section (#3003)

    Apache Superset has been using Emotion for quite a while now (original proposal [here](apache/superset#9123), and best practices captured [here](https://github.com/apache/superset/wiki/Emotion-Styling-Guidelines-and-Best-Practices). We'd be proud to have our link on the roster!
    rusackas authored Feb 27, 2023
    Copy the full SHA
    314a5fb View commit details

Commits on Apr 5, 2023

  1. Copy the full SHA
    b02be0b View commit details
  2. Version Packages (#3020)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Apr 5, 2023
    Copy the full SHA
    149194e View commit details

Commits on Apr 28, 2023

  1. Copy the full SHA
    6bd1342 View commit details
  2. Version Packages (#3026)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Apr 28, 2023
    Copy the full SHA
    5645b37 View commit details

Commits on May 4, 2023

  1. Copy the full SHA
    e6e5b3d View commit details
  2. Fixed importing in Node ESM (#3029)

    * Fixed importing in Node ESM
    
    * Fixed macro types
    
    * rerun preconstruct fix
    
    * remove redundant .default files
    Andarist authored May 4, 2023
    Copy the full SHA
    eed5e6c View commit details

Commits on May 6, 2023

  1. Copy the full SHA
    336f3d5 View commit details
  2. Version Packages (#3030)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored May 6, 2023
    Copy the full SHA
    1135f8e View commit details
Showing with 966 additions and 487 deletions.
  1. +3 βˆ’0 .github/workflows/main.yml
  2. +6 βˆ’0 .github/workflows/release.yml
  3. +131 βˆ’131 CHANGELOG.md
  4. +2 βˆ’0 README.md
  5. +3 βˆ’4 package.json
  6. +7 βˆ’1 packages/babel-plugin-jsx-pragmatic/CHANGELOG.md
  7. +2 βˆ’1 packages/babel-plugin-jsx-pragmatic/package.json
  8. +35 βˆ’10 packages/babel-plugin/CHANGELOG.md
  9. +6 βˆ’9 packages/babel-plugin/package.json
  10. +15 βˆ’2 packages/babel-plugin/src/index.js
  11. +15 βˆ’5 packages/babel-preset-css-prop/CHANGELOG.md
  12. +4 βˆ’3 packages/babel-preset-css-prop/package.json
  13. +32 βˆ’4 packages/cache/CHANGELOG.md
  14. +7 βˆ’6 packages/cache/package.json
  15. +3 βˆ’3 packages/cache/src/stylis-plugins.js
  16. +17 βˆ’0 packages/css-prettifier/CHANGELOG.md
  17. +4 βˆ’3 packages/css-prettifier/package.json
  18. +42 βˆ’6 packages/css/CHANGELOG.md
  19. +1 βˆ’0 packages/css/macro.d.mts
  20. +23 βˆ’20 packages/css/package.json
  21. +11 βˆ’5 packages/eslint-plugin/CHANGELOG.md
  22. +2 βˆ’1 packages/eslint-plugin/package.json
  23. +7 βˆ’1 packages/hash/CHANGELOG.md
  24. +2 βˆ’1 packages/hash/package.json
  25. +10 βˆ’1 packages/is-prop-valid/CHANGELOG.md
  26. +3 βˆ’2 packages/is-prop-valid/package.json
  27. +26 βˆ’6 packages/jest/CHANGELOG.md
  28. +9 βˆ’5 packages/jest/package.json
  29. +7 βˆ’1 packages/memoize/CHANGELOG.md
  30. +2 βˆ’1 packages/memoize/package.json
  31. +19 βˆ’4 packages/native/CHANGELOG.md
  32. +3 βˆ’0 packages/native/macro.d.mts
  33. +3 βˆ’0 packages/native/macro.d.ts
  34. +18 βˆ’12 packages/native/package.json
  35. +10 βˆ’4 packages/primitives-core/CHANGELOG.md
  36. +3 βˆ’2 packages/primitives-core/package.json
  37. +24 βˆ’4 packages/primitives/CHANGELOG.md
  38. +6 βˆ’12 packages/primitives/package.json
  39. +45 βˆ’8 packages/react/CHANGELOG.md
  40. +20 βˆ’0 packages/react/__tests__/__snapshots__/warnings.js.snap
  41. +44 βˆ’0 packages/react/__tests__/warnings.js
  42. +1 βˆ’0 packages/react/macro.d.mts
  43. +30 βˆ’21 packages/react/package.json
  44. +14 βˆ’2 packages/serialize/CHANGELOG.md
  45. +6 βˆ’5 packages/serialize/package.json
  46. +15 βˆ’6 packages/server/CHANGELOG.md
  47. +7 βˆ’5 packages/server/package.json
  48. +7 βˆ’1 packages/sheet/CHANGELOG.md
  49. +2 βˆ’1 packages/sheet/package.json
  50. +43 βˆ’8 packages/styled/CHANGELOG.md
  51. +3 βˆ’0 packages/styled/macro.d.mts
  52. +3 βˆ’5 packages/styled/macro.d.ts
  53. +24 βˆ’17 packages/styled/package.json
  54. +9 βˆ’1 packages/unitless/CHANGELOG.md
  55. +2 βˆ’1 packages/unitless/package.json
  56. +1 βˆ’0 packages/unitless/src/index.js
  57. +7 βˆ’2 packages/use-insertion-effect-with-fallbacks/CHANGELOG.md
  58. +2 βˆ’1 packages/use-insertion-effect-with-fallbacks/package.json
  59. +7 βˆ’1 packages/utils/CHANGELOG.md
  60. +2 βˆ’1 packages/utils/package.json
  61. +7 βˆ’1 packages/weak-memoize/CHANGELOG.md
  62. +2 βˆ’1 packages/weak-memoize/package.json
  63. +140 βˆ’129 yarn.lock
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -6,6 +6,9 @@ on:
- main
pull_request:

permissions:
contents: read # to fetch code (actions/checkout)

jobs:
test:
name: 'Tests on ${{matrix.platform}}'
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -8,8 +8,14 @@ on:

concurrency: ${{ github.workflow }}-${{ github.ref }}

permissions: {}
jobs:
release:
permissions:
contents: write # to create release
issues: write # to post issue comments
pull-requests: write # to create pull request

name: Release
runs-on: ubuntu-latest
steps:
Loading