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: Semantic-Org/Semantic-UI-React
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.82.0
Choose a base ref
...
head repository: Semantic-Org/Semantic-UI-React
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.82.1
Choose a head ref
  • 16 commits
  • 29 files changed
  • 7 contributors

Commits on Jul 6, 2018

  1. Copy the full SHA
    d192ca5 View commit details
  2. Copy the full SHA
    65ee4ba View commit details
  3. docs(views): wrap each view with divs (#2985)

    docs(views): wrap each view with divs
    layershifter authored Jul 6, 2018
    Copy the full SHA
    b496fba View commit details
  4. docs(plugins): add a plugin for collect sources of examples (#2986)

    docs(plugins): add a plugin for collect sources of examples
    layershifter authored Jul 6, 2018
    Copy the full SHA
    6edc7f7 View commit details
  5. fix(Input): add lang prop for input fields (#2982)

    * fix(Input): add lang prop for input fields
    
    Lang attribute on input elements help the browser provide better localization support. Right now, adding lang prop to input adds that as an attribute to the wrapping div which doesn't serve the localization purpose. Reference to #2979
    
    * Update htmlPropsUtils.js
    foysalit authored and layershifter committed Jul 6, 2018
    Copy the full SHA
    eb6a949 View commit details

Commits on Jul 9, 2018

  1. fix(Modal): use eventStack to handle clicks on dimmers (#2989)

    * fix(Modal): use eventStack to handle clicks on dimmers
    layershifter authored Jul 9, 2018
    Copy the full SHA
    22e571e View commit details

Commits on Jul 10, 2018

  1. fix(Icon): add 'file text outline' type (#2993)

    * index.d.ts: SemanticICONS: add 'file text outline'
    
    * SUI.js: add 'file text outline'
    paulkoegel-wessels authored and layershifter committed Jul 10, 2018
    Copy the full SHA
    972b999 View commit details

Commits on Jul 14, 2018

  1. fix(EventStack): fix erroneous removal of non-empty EventPool (#2992)

    * docs(EventStack): fix a numbering mistake
    
    * fix(EventStack): don't remove eventPool on unsub if not necessary
    
    Closes #2905
    
    * rename handlers in tests
    
    Signed-off-by: Oleksandr Fediashov <ofediashov@exadel.com>
    
    * refactor hasHandlers
    
    Signed-off-by: Oleksandr Fediashov <ofediashov@exadel.com>
    mic4ael authored and levithomason committed Jul 14, 2018
    Copy the full SHA
    a9e0aae View commit details

Commits on Jul 16, 2018

  1. docs(Button): update ButtonExampleAnimated to match SemanticICONS type (

    #3008)
    
    docs(Button): update ButtonExampleAnimated to match SemanticICONS type
    tuol authored and layershifter committed Jul 16, 2018
    Copy the full SHA
    ffc8cfd View commit details

Commits on Jul 17, 2018

  1. docs(Layouts): fix size variables in HomepageLayout (#3014)

    docs(Layouts): fix size variables in HomepageLayout
    layershifter authored Jul 17, 2018
    Copy the full SHA
    16fea89 View commit details
  2. fix(Portal): use portalNode to check focus (#3015)

    fix(Portal): use portalNode to check focus
    layershifter authored Jul 17, 2018
    Copy the full SHA
    63d7175 View commit details

Commits on Jul 19, 2018

  1. docs(Layouts): add new layout with Grid (#3023)

    docs(Layouts): add new layout with Grid
    layershifter authored Jul 19, 2018
    Copy the full SHA
    dfbb52a View commit details

Commits on Jul 20, 2018

  1. Copy the full SHA
    6fe3d1d View commit details
  2. Copy the full SHA
    45a1eb5 View commit details
  3. Copy the full SHA
    55f4c25 View commit details

Commits on Jul 22, 2018

  1. 0.82.1

    levithomason committed Jul 22, 2018
    Copy the full SHA
    de94ba7 View commit details
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ coverage/
dist/
docs/src/componentInfo
docs/src/componentMenu.json
docs/src/exampleSources.json
docs/src/exampleMenus
docs/dist/
dll/
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ dist/
dll/
docs/src/componentInfo
docs/src/componentMenu.json
docs/src/exampleSources.json
docs/src/exampleMenus
docs/dist/

21 changes: 12 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [v0.82.0](https://github.com/Semantic-Org/Semantic-UI-React/tree/v0.82.0) (2018-07-06)
[Full Changelog](https://github.com/Semantic-Org/Semantic-UI-React/compare/v0.81.3...v0.82.0)

**Merged pull requests:**

- test\(Dimmer|Sidebar\): add missing tests [\#2978](https://github.com/Semantic-Org/Semantic-UI-React/pull/2978) ([layershifter](https://github.com/layershifter))
- docs\(Usage\): fix version of SUIR [\#2977](https://github.com/Semantic-Org/Semantic-UI-React/pull/2977) ([layershifter](https://github.com/layershifter))
- fix\(Dropdown\): allow `defaultValue` to be a boolean [\#2972](https://github.com/Semantic-Org/Semantic-UI-React/pull/2972) ([leonardosul](https://github.com/leonardosul))
- fix\(Search\): fix definition of resultRenderer prop in typings [\#2962](https://github.com/Semantic-Org/Semantic-UI-React/pull/2962) ([jymboche](https://github.com/jymboche))
- feat\(Input\): expose select\(\) method from ref [\#2928](https://github.com/Semantic-Org/Semantic-UI-React/pull/2928) ([kierenj](https://github.com/kierenj))
- BREAKING\(package\): update to React 16 [\#2880](https://github.com/Semantic-Org/Semantic-UI-React/pull/2880) ([layershifter](https://github.com/layershifter))

## [v0.81.3](https://github.com/Semantic-Org/Semantic-UI-React/tree/v0.81.3) (2018-06-27)
[Full Changelog](https://github.com/Semantic-Org/Semantic-UI-React/compare/v0.81.2...v0.81.3)

@@ -344,15 +356,6 @@
- perf\(lodash\): remove \_.omit and \_.isEqual [\#2111](https://github.com/Semantic-Org/Semantic-UI-React/pull/2111) ([levithomason](https://github.com/levithomason))
- fix\(Modal\): add/remove dimmer classes in raf [\#2010](https://github.com/Semantic-Org/Semantic-UI-React/pull/2010) ([levithomason](https://github.com/levithomason))

## [v0.74.2](https://github.com/Semantic-Org/Semantic-UI-React/tree/v0.74.2) (2017-09-25)
[Full Changelog](https://github.com/Semantic-Org/Semantic-UI-React/compare/v0.74.1...v0.74.2)

**Merged pull requests:**

- fix\(Dropdown\): omit `moveSelectionBy\(\)` when `options` aren't defined [\#2119](https://github.com/Semantic-Org/Semantic-UI-React/pull/2119) ([layershifter](https://github.com/layershifter))
- fix\(Sticky\): `scrollContext` is used from actual props, rename doc examples [\#2118](https://github.com/Semantic-Org/Semantic-UI-React/pull/2118) ([layershifter](https://github.com/layershifter))
- fix\(eventStack\): correct handling of removed targets [\#2117](https://github.com/Semantic-Org/Semantic-UI-React/pull/2117) ([layershifter](https://github.com/layershifter))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
Binary file added docs/public/images/examples/advanced-grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ const ButtonExampleAnimated = () => (
<Button animated>
<Button.Content visible>Next</Button.Content>
<Button.Content hidden>
<Icon name='right arrow' />
<Icon name='arrow right' />
</Button.Content>
</Button>
<Button animated='vertical'>
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ import { Icon } from 'semantic-ui-react'

const IconExampleIconGroup = () => (
<Icon.Group size='huge'>
<Icon size='big' name='thin circle' />
<Icon size='big' name='circle outline' />
<Icon name='user' />
</Icon.Group>
)
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ const IconExampleLoadingGroup = () => (
<Icon color='black' name='user' />
</Icon.Group>
<Icon.Group size='huge'>
<Icon loading size='big' name='sun' />
<Icon loading size='big' name='circle notch' />
<Icon name='user' />
</Icon.Group>
</div>
Loading