Releases: Semantic-Org/Semantic-UI-React
Releases Β· Semantic-Org/Semantic-UI-React
v2.0.2
π Bug Fix
- #4116 fix(Image): pass
loading
attribute to animg
element (@noinkling)
π Documentation
- #4097 docs(Table): fix sort issue in TableExampleSortable (@Mental1993)
π Internal
- #4138 chore: bump dependencies to allow React 17 in peerDependencies (@layershifter)
- #4031 chore: support React 17 (@layershifter)
Committers: 3
- Malcolm (@noinkling)
- Oleksandr Fediashov (@layershifter)
- Pechlivanis Dimitrios (@Mental1993)
v2.0.1
π Bug Fix
- #4094 fix(Popup): transfer zIndex & fix floated elements (@layershifter)
π Internal
- #4093 chore: add visual tests (@layershifter)
Committers: 1
- Oleksandr Fediashov (@layershifter)
v2.0.0
π₯ Breaking Change
- #4075 chore: remove MountNode component (@layershifter)
- #4074 chore: remove Responsive component (@layershifter)
- #3947 chore: update
react-popper
to v2 (@ayasakov) - #4030 fix(Modal|Portal|Popup): use proposed value for
open
inonOpen
&onClose
callbacks (@layershifter)
π Documentation
- #4076 docs: add migration guide to v2 (@layershifter)
Committers: 2
- Artem Yasakov (@ayasakov)
- Oleksandr Fediashov (@layershifter)
v1.3.1
π Bug Fix
π Internal
- #4072 chore: use lodash-es to improve bundle size (@layershifter)
- #4073 chore: remove usages of
lodash/fp
in customPropTypes (@layershifter) - #4068 chore: bump update a package with
Ref
component (@layershifter)
Committers: 2
- Oleksandr Fediashov (@layershifter)
- foooomio (@foooomio)
v1.3.0
π New Feature
- #4029 feat: introduce
children
function to shorthands (@layershifter)
π Bug Fix
- #4060 fix(Transition): schedule changes only on
status
change (@layershifter) - #4047 fix(Dropdown): handle
text
as a content inrenderLabel
(@layershifter)
Committers: 1
- Oleksandr Fediashov (@layershifter)
v1.2.1
π Bug Fix
- #4037 fix(Pagination): set a default activePage in Pagination's state (@gcalica)
- #4041 fix(Dropdown): fix handling of "Space" key (@layershifter)
- #4043 fix(FormField): fix aria-invalid on error false (@aoelen)
π Documentation
- #4040 docs(Placeholder): fix description of the component (@eugenelim)
- #4039 docs(Ref): restore docs for a component (@layershifter)
π Internal
- #4023 chore: update Ref dependency to latest version (@jluxenberg)
Committers: 5
- Gian Paolo Calica (@gcalica)
- Jared Luxenberg (@jluxenberg)
- Oleksandr Fediashov (@layershifter)
- @eugenelim
- @aoelen
v1.2.0
π New Feature
π Bug Fix
- #4026 fix(Popup): do not throw if
context
&trigger
are missing (@layershifter) - #4018 fix(Dropdown): update typings for
defaultValue
&value
(@zhongeric) - #4019 fix(Popup|Visibility): update types definitions for props (@daigof)
π Documentation
- #3794 docs(SearchExampleStandard): use React hooks (@rpatelcode)
- #3795 docs(SearchExampleStandardCustom): use React hooks (@rpatelcode)
π Internal
- #4027 chore(MountNode): deprecate component (@layershifter)
Committers: 5
- Diego Fortes (@daigof)
- Eric Zhong (@zhongeric)
- Oleg (@qoalu)
- Oleksandr Fediashov (@layershifter)
- Ramesh Patel (@rpatelcode)
v1.1.1
π Bug Fix
- #4014 fix(Dropdown): update search prop typing (@charliematters)
π Documentation
- #4012 docs(Modal): improve examples, use React hooks (@layershifter)
π Internal
- #4011 chore: improve bundle size (@layershifter)
Committers: 2
- Oleksandr Fediashov (@layershifter)
- @charliematters
v1.1.0
π New Feature
- #4003 feat(Dropdown): add support for images, icons and flags in selected values (@layershifter)
- #3996 feat(Flag): include "england" as a valid value (@layershifter)
π Bug Fix
- #4006 fix(Dropdown): compute proper
selectedIndex
inmultiple
(@layershifter) - #4004 fix(Dropdown): handle keyboard events for arrows, space and enter keys locally (@layershifter)
- #3938 fix(Search): fix an error when
showNoResults=false
and arrow down is pressed (@ysugimoto) - #3785 fix(Search): merge nested shorthand props for the element (@noinkling)
- #3998 fix(Portal): throw an error if React.Fragment passed as
trigger
(@layershifter) - #3995 fix(Accordion): update typings to include
AccordionPanel
on static props (@layershifter) - #3901 fix(FormFiled): pass
id
when contains child elements or hascontent
prop (@srotbart)
π Documentation
- #4010 docs: improve CodeSandbox integration (@layershifter)
- #4008 docs(Responsive): deprecate component (@layershifter)
- #3957 docs(Tab): add note that
grid
prop only applies to vertical menu (@swrobel) - #3964 docs(TableExampleSortable): your description (@evcodes)
- #3713 docs: make get started instructions around themes more clear (@justsml)
- #3898 docs(README): correct webpack example link (@snitin315)
- #3997 docs(SidebarExampleTransitions): fix look of the example (@layershifter)
- #3881 docs(LabelExampleImageColored): update example to match image names (@isnifer)
π Internal
- #4009 docs: fix IE11 issues (@layershifter)
- #4001 chore:bump dependencies, minor fixes (@layershifter)
- #4000 chore:bump dependencies (@layershifter)
- #3999 chore:add bundle size metrics (@layershifter)
- #3993 chore:use CircleCI workflows (@layershifter)
- #3992 chore:add github action to check PR labels (@layershifter)
Committers: 9
- Anton Kuznetsov (@isnifer)
- Dan Levy (@justsml)
- Eddy Varela (@evcodes)
- Malcolm (@noinkling)
- Nitin Kumar (@snitin315)
- Oleksandr Fediashov (@layershifter)
- Sergey Rotbart (@srotbart)
- Stefan Wrobel (@swrobel)
- Yoshiaki Sugimoto (@ysugimoto)
v1.0.0
This release does not have any breaking changes. Versioning was changed to follow Semver.
- docs: remove knobs usage #3988 (layershifter)
- chore(Dropdown): remove deprecated lifecycle methods #3986 (layershifter)
- chore: use
react-intersection-observer
in docs to improve perf #3985 (reefman001) - chore(Transition): remove deprecated lifecycle methods #3982 (layershifter)
- chore(Sticky): remove usage of deprecated lifecycle methods #3974 (layershifter)
- chore(Visibility): remove usage of deprecated lifecycle methods #3973 (layershifter)
- chore(TransitionGroup): remove deprecated lifecycle methods #3970 (layershifter)
- chore(Search): replace deprecated lifecycle methods #3968 (layershifter)
- chore: use ModernAutoControlled component #3967 (layershifter)
- chore(TransitionablePortal): remove usage of UNSAFE_* methods #3966 (layershifter)
- fix(customProptypes): add a check for Element existance #3965 (layershifter)
- docs(README.md): fix formatting #3958 (klunico)
- docs(VisibilityExampleUpdateOn): Correcting Typo #3952 (mattorton)
- fix(Input): add 'inputMode' attribute to input #3916 (RoyalHunt)