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: cssinjs/jss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.3.0
Choose a base ref
...
head repository: cssinjs/jss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.4.0
Choose a head ref
  • 14 commits
  • 77 files changed
  • 13 contributors

Commits on Jun 10, 2020

  1. Add some plugins to the Projects page (#1350)

    Added the plugins I built to the Projects page. @kof mentioned it back in October and I only now saw the message (https://gitter.im/cssinjs/Lobby?at=5dacd887e3646f24c760f2ca). Hopefully they are up to standard!
    JoeDuncko authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    bf455f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. fix(react-jss/types): fix react default props types support (#1353)

    Co-authored-by: Sergey Gavrilov <sgavrilov@aligntech.com>
    vismu and sgavrilov-aligntech authored Jun 12, 2020
    Configuration menu
    Copy the full SHA
    1c4feb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. fix(react-jss): fix react-jss theme types (#1349)

    Co-authored-by: Sergey Gavrilov <sgavrilov@aligntech.com>
    vismu and sgavrilov-aligntech authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    dded593 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. [react-jss] TypeScript: Added support for innerRef prop (#1355)

    * Perfomance issue in VSCode
    
    Using recursive type
    
    * Fix css value type for using array values
    
    Allow using padding: [[0, '5px']]
    
    * added support for innerRef prop in WithStylesProps
    
    * added support for innerRef prop in WithStylesProps
    
    * fix innerRef obligatory
    
    * test innerRef prop
    
    * type for ref
    
    Co-authored-by: soroka_av <soroka_av@st.by>
    sorteam and soroka_av authored Jun 26, 2020
    Configuration menu
    Copy the full SHA
    f4a0255 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. fix(extend): extends multiple named styles (fix #1345) (#1357)

    * fix(extend): extends multiple named styles (fix #1345)
    
    * docs: update docs and changelog
    fi3ework authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    4382ef5 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Fix Flow typing for CreateGenerateId (#1362)

    Brings this into alignment with the Typescript annotation for this same function:
    ```export type CreateGenerateId = (options?: CreateGenerateIdOptions) => GenerateId
    ```
    joshclow authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    811354d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

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

Commits on Jul 28, 2020

  1. bump theming to ^3.2.1 (#1373)

    k-yle authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    973d50b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

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

Commits on Aug 3, 2020

  1. feat: Bump csstype to 3.0.2 (#1379)

    * feat: Bump csstype to 3.0.2
    
    * Add changelog entry
    eps1lon authored Aug 3, 2020
    Configuration menu
    Copy the full SHA
    ab7b476 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

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

Commits on Aug 14, 2020

  1. Upgrade flow-bin to 0.131.0 and migrate types (#1382)

    * upgrade flow-bin to 0.131.0 and migrate types
    
    * better type for Css test function
    
    * use exact types
    
    * upgrade theming pkg and build
    
    * Update changelog.md
    kof authored Aug 14, 2020
    Configuration menu
    Copy the full SHA
    9a3ae41 View commit details
    Browse the repository at this point in the history
  2. Update changelog.md

    kof committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    f01bb00 View commit details
    Browse the repository at this point in the history
  3. v10.4.0

    kof committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    a864fcf View commit details
    Browse the repository at this point in the history
Loading