- #4369 chore: allow React 18 in peerDependencies (@layershifter)
- #4337 fix(Popup): do not hide Popup with "hideOnScroll" when scroll comes from inside the Popup (@oskarwrobel)
- #4327 fix(Search): remove "placeholder" from "defaultProps" (@layershifter)
- #4328 docs(Checkbox): minor rework to use hooks, better show controlled mode (@layershifter)
- #4199 fix(Dropdown): do not select disabled items on blur (@tiangueu-cesar)
- #4322 fix(Dropdown): handle "onClick" on options (@layershifter)
- #4321 fix(Button): handle
type
properly (@layershifter) - #4309 fix(Search): type definition for layout renderer (@bhbs)
- #4319 docs(Modal): fix minor confirm modal typo (@cmcode-dev)
- #4317 docs(TextArea): fix verbiage in TextArea docs (@cmcode-dev)
- #4291 docs(Modal): update props' description (@bonellia)
- #4195 docs(Embed): fix typo (@Hypnosphi)
- #4278 docs(MenuExampleStackable): Adding alt for logo (@akhil-naidu)
- #4311 docs: change links from google.com to example.com (@kotoko)
- #4297 docs(theming) list semantic-ui-less in dependencies (@natanlao)
- #4316 chore: bump Percy, Puppeteer & caniuse-lite (@layershifter)
- #4275 fix(types): export types for StrictBreadcrumbProps & StrictSelectProps (@layershifter)
- #4181 fix(Dropdown): update event types (@aboyce)
- #4259 fix(Modal|Portal): fix an error with unsafe setState() (@layershifter)
- #4228 docs(Introduction): Update broken link for renamed component AutoControlledComponent (@gmferise)
- #4221 docs(Usage): update "CDN (no bundler)" section (@layershifter)
- #4174 docs(theming) update theme.config override example (@the133448)
- #4218 docs(misc): fix typos in props descriptions + make minor text change (@katieraby)
- #4220 chore: update Lodash to latest (@layershifter)
- Adam Boyce (@aboyce)
- Gavin Ferise (@gmferise)
- Katie (@katieraby)
- Oleksandr Fediashov (@layershifter)
- @the133448
- #4145 fix(Sidebar): fix a collision between
children
and shorthand props (@layershifter) - #4112 fix(Feed|CardGroup|ItemGroup|Search): change key checks from falsy to nullish semantics (@noinkling)
- #4144 fix(Sidebar): fix issue with Portals in React 17 (@layershifter)
- #4116 fix(Image): pass
loading
attribute to animg
element (@noinkling)
- #4097 docs(Table): fix sort issue in TableExampleSortable (@Mental1993)
- #4138 chore: bump dependencies to allow React 17 in peerDependencies (@layershifter)
- #4031 chore: support React 17 (@layershifter)
- Malcolm (@noinkling)
- Oleksandr Fediashov (@layershifter)
- Pechlivanis Dimitrios (@Mental1993)
v2.0.1 (2020-10-26)
- #4094 fix(Popup): transfer zIndex & fix floated elements (@layershifter)
- #4093 chore: add visual tests (@layershifter)
v2.0.0 (2020-10-02)
- #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)
- #4076 docs: add migration guide to v2 (@layershifter)
v1.3.1 (2020-09-28)
- #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)
v1.3.0 (2020-09-23)
- #4029 feat: introduce
children
function to shorthands (@layershifter)
- #4060 fix(Transition): schedule changes only on
status
change (@layershifter) - #4047 fix(Dropdown): handle
text
as a content inrenderLabel
(@layershifter)
v1.2.1 (2020-08-19)
- #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)
- #4040 docs(Placeholder): fix description of the component (@eugenelim)
- #4039 docs(Ref): restore docs for a component (@layershifter)
- #4023 chore: update Ref dependency to latest version (@jluxenberg)
v1.2.0 (2020-08-12)
- #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)
- #3794 docs(SearchExampleStandard): use React hooks (@rpatelcode)
- #3795 docs(SearchExampleStandardCustom): use React hooks (@rpatelcode)
- #4027 chore(MountNode): deprecate component (@layershifter)
v1.1.1 (2020-08-03)
- #4014 fix(Dropdown): update search prop typing (@charliematters)
- #4012 docs(Modal): improve examples, use React hooks (@layershifter)
- #4011 chore: improve bundle size (@layershifter)
v1.1.0 (2020-07-30)
- #4003 feat(Dropdown): add support for images, icons and flags in selected values (@layershifter)
- #3996 feat(Flag): include "england" as a valid value (@layershifter)
- #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)
- #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)
- #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)
v1.0.0 (2020-07-21)
Merged pull requests:
- 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)
v0.88.2 (2019-12-08)
Merged pull requests:
- chore: update husky hooks #3859 (levithomason)
- chore: remove stale bot #3858 (levithomason)
- fix(Search): use result.id for SearchResult key #3848 (unbug)
- docs(misc): fix typos #3837 (yuuyu00)
- fix(FeedSummary): add missing space around content #3836 (ridvankaradag)
- feat(FormField): make form field error accessible #3822 (aoelen)
- docs: fix minor grammar and punctuation errors #3818 (anupamasok)
- docs: update warning about using yarn #3816 (chrisbrainerd)
- docs: update grammar/wording for tab pane shorthand #3801 (spencerbyw)
- docs(MenuExampleHeaderVertical): fix onClick handler #3799 (Suzi004)
- chore(lib): add ModernAutoControlledComponent #3776 (layershifter)
- feat(Search): custom category layout renderer #3672 (PrincessMadMath)
v0.88.1 (2019-09-09)
Merged pull requests:
- chore(Ref): use component from Stardust UI #3774 (layershifter)
- fix(Sidebar): handle clicks properly #3772 (layershifter)
- docs(Theming): use @semantic-ui-react/craco-less plugin #3767 (layershifter)
- fix(Dropdown): closing the search menu on spacebar press #3766 (honzajerabek)
- feat(Popup): add
positionFixed
to support fixed mode inPopper.JS
#3760 (fxOne)
v0.88.0 (2019-08-23)
Merged pull requests:
- feat(TextArea): export StrictTextAreaProps typing #3846 (chrisbull)
- docs(CodeSandbox): fix paths for images in exported examples #3758 (layershifter)
- fix(typings): add missing
StrictMenuProps
type export #3755 (b-smets) - docs(Popup): add example for
delay
prop in Popup #3754 (SandipNirmal) - docs(Usage|Theming): improve pages, introduce CLI util #3752 (layershifter)
- chore(lib): remove
customPropTypes.as
#3751 (layershifter) - docs(Icon): fix a typo #3749 (ablakey)
- chore(mixed): renamed unsafe lifecycle methods #3747 (jmyrland)
- BREAKING(package): require React 16.8 #3733 (layershifter)
- fix(Checkbox): preventDefault() in mouseDown should prevent focus #3732 (layershifter)
- chore(AutoControlledComponent): align API of trySetState() with React's #3731 (layershifter)
- style(package): format with Prettier #3730 (layershifter)
- docs(examples): remove outdated Webpack examples #3729 (layershifter)
- docs(Search): fix wrong description for
input
shorthand #3727 (ablakey) - feat(Popup): add
eventsEnabled
prop #3715 (layershifter) - docs(Composition|Shorthand): improve pages #3707 (layershifter)
- feat(Dropdown): allow selecting an item when pressing the spacebar #3702 (nelsonleite)
- fix(Popup): ignore clicks when
on
prop is set tohover
only #3667 (ecnaidar) - fix(Dropdown): retains focus after selection #3452 (jongsue)
v0.87.3 (2019-07-09)
Merged pull requests:
- fix(Checkbox): handle change on root element #3693 (layershifter)
- fix(Checkbox): handle click properly on label #3692 (layershifter)
- test(Checkbox): remove incorrect event combinations #3691 (layershifter)
- fix(Sidebar): fix hide animation #3684 (layershifter)
- fix(Popup): update
hideOnScroll
description in typings #3682 (vsramanujan) - feat(Label): add
prompt
prop #3680 (layershifter) - fix(Modal): support IE11, fix scrolling glitches #3679 (layershifter)
- chore(docs): make docs working in IE11 #3678 (layershifter)
- docs(layouts): fix incorrectly cased tabIndex in Bootstrap layout #3668 (AaronCTech)
- feat(Form): make
error
prop shorthand in Form.Field #3603 (bubunyo) - fix(Dropdown): use
placeholder
as default text #3586 (eyas2014)
v0.87.2 (2019-06-14)
Merged pull requests:
- feat(Popup): add
popperDependencies
prop #3657 (layershifter) - feat(Popup): add pinned and popperModifiers prop #3654 (layershifter)
- docs(mixed): improve perf & bundle size, fix issue with /layouts #3652 (layershifter)
- docs(Examples): reduce number of items in examples, fix HMR issues #3651 (layershifter)
- feat(Dropdown): add 'closeOnEscape' prop #3632 (mhatvan)
- docs(Layouts): fix vertical alignment on LoginPage #3623 (ashvinikumar)
- fix(Dropdown): aria-live region needs aria-atomic #3621 (fracmak)
- perf(Modal): reduce unnecessary layout invalidations #3609 (HighCoordination)
- fix(Popup): fix positioning in scrollable container #3607 (layershifter)
- fix(Dropdown): search does not preserve value #3584 (mihai-dinculescu)
v0.87.1 (2019-05-06)
Merged pull requests:
- chore(package): remove
browser
field #3598 (layershifter)
v0.87.0 (2019-05-06)
Merged pull requests:
- fix(Ref): fix 'prop-types' import in RefForward #3594 (layershifter)
- fix(Modal): do not close when mouse click was occurred inside #3582 (joergbaier)
- docs(pages): add navigation footer #3577 (layershifter)
- fix(Popup|Portal): do not close when mouse click was occurred inside #3575 (mihai-dinculescu)
- feat(Table): add
headerRows
to allow to render multiple headers #3574 (TecHunter) - style(configs): code comment fix #3570 (DenrizSusam)
- chore(package): add
browser
field that points to UMD build #3566 (soederpop) - docs(Shorthand|Theming): rework docs to be more actual #3564 (layershifter)
- docs(ComponentSidebarSection): replace deprecated lifecycle methods #3559 (grumblerchester)
- docs(ComponentProps): replace deprecated lifecycle methods #3555 (grumblerchester)
- fix(Card): fix
image
shorthand #3551 (layershifter) - chore(docs): replace HOCs with React.memo #3550 (layershifter)
- perf(docs): improve rendering performance of example's pages #3549 (layershifter)
- fix(build): fix exports in UMD build #3540 (layershifter)
- docs(ComponentDoc): replace deprecated lifecycle methods #3535 (grumblerchester)
- docs(ComponentExample): replace deprecated lifecycle methods #3533 (grumblerchester)
- breaking(Popup): switch to Popper.js #3532 (layershifter)
- docs(Dropdown): remove deprecated lifecycle method from DropdownExampleRemote #3529 (grumblerchester)
- fix(docs): remove component page hash replacement #3528 (grumblerchester)
- fix(Dimmer|Modal): fix assignment of styles #3525 (layershifter)
- docs(mixed): add gender other to gender selectors #3524 (tanohzana)
- docs(Dropdown): fix floating example in FF #3522 (layershifter)
- chore(package): bump dependencies #3516 (layershifter)
- fix(Portal): fix
target
formouseEnter
/mouselLeave
events #3515 (layershifter) - docs(Search): replace deprecated lifecycle methods in examples #3511 (layershifter)
- docs(examples): prevent internal imports via eslint #3503 (Fabianopb)
- fix(Sticky): preserve item height #3500 (felixmosh)
- fix(Visibility): handle context scroll instead of just window scroll #3400 (johnkeane475)
v0.86.0 (2019-03-13)
Merged pull requests:
- perf(docs): improve doc examples performance #3497 (levithomason)
- fix(Tab): panes type definition #3496 (mbakiev)
- docs(Search): remove imports of other examples #3494 (Fabianopb)
- fix(Pagination): update handling of
onClick
forellipsisItem
#3493 (layershifter) - docs(Breadcrumb): rework and clarify component examples #3488 (layershifter)
- docs(CodeSandbox): fix broken icon fonts #3487 (layershifter)
- docs(Dropdown|Select|Visibility): remove imports, use faker and components #3486 (layershifter)
- fix(lib): fully remove debug in production #3485 (layershifter)
- fix(Dropdown): not calls
onChange
when value is not changed on item click #3482 (jongsue) - fix(Ref): update
node
if it was changed #3474 (layershifter) - fix(mixed): handle properly refs on third-party components #3471 (layershifter)
- breaking(TextArea): remove
autoHeight
prop #3465 (layershifter) - chore(Button): use createRef() API internally #3460 (layershifter)
- feat(Popup): support an object from
createRef\(\)
as context value #3459 (layershifter) - chore(Dropdown): use createRef() internally #3458 (layershifter)
- chore(Modal): use createRef() API internally #3457 (layershifter)
- fix(Search): prevent blur event when SearchResult is clicked #3456 (jongsue)
- chore(Sidebar|Visibility): use createRef() API internally #3455 (layershifter)
- BREAKING(Portal): use createRef() API internally #3454 (layershifter)
- chore(Input|TextArea): use createRef() API #3453 (layershifter)
- feat(Sidebar): support object refs as value for
target
prop #3451 (layershifter) - docs(Modal): fix Modal.Description description #3450 (garyhollandxyz)
- feat(MountNode): support refs as value for
node
prop #3449 (layershifter) - feat(Sticky): accept refs as value for
context
andscrollContext
props #3448 (layershifter) - fix(Dropdown): correctly handle
focus
value in state #3445 (layershifter) - fix(Input): update supported values for the
size
prop #3444 (layershifter) - feat(Transition): allow custom animations #3438 (jongsue)
- fix(Checkbox): prevent click propagation from the input element #3435 (Fabianopb)
- fix(Dropdown): sets focus to the search input after selection #3430 (jongsue)
- chore(Dropdown): use EventStack component #3428 (layershifter)
- test(Dropdown): correct a test with open on Space key #3427 (layershifter)
- fix(Checkbox): disable click on mouse right/middle button #3425 (harish-a)
- fix(Dropdown): retain focus on the input if the Dropdown receives a click #3422 (jongsue)
- docs(Portal): fix controlled Portal usage #3420 (Fabianopb)
- feat(Accordion): add
icon
shorthand for AccordionTitle #3417 (sako9) - feat(Flag): export names in typings #2957 (layershifter)
- docs(Sticky): add warning about erratic behavior inside
Sidebar.Pushable
#2936 (brambow)
v0.85.0 (2019-02-04)
Merged pull requests:
- fix(Portal): fix onBlur handling in IE11 #3407 (layershifter)
- BREAKING(Ref): add support for forwardRef API #3405 (layershifter)
- docs(ComponentExample): allow to disable HTML preview #3404 (layershifter)
- docs(Examples): add ability to export examples to CodeSandbox #3399 (layershifter)
- fix(docs): fix a polyfill loading for IE11 #3395 (oolleegg55)
- fix(Icon): update typings for
corner
prop #3393 (areading314) - fix(Dropdown): prevent calling onChange unless value changed #3391 (zarend)
- chore(package): upgrade keyboard-key #3390 (levithomason)
- chore(package): update karma and webpack #3383 (layershifter)
- chore(tests): make reporter more silent #3382 (layershifter)
- fix(Input): add
select
to type definitions #3380 (skeate) - feat(Popup): add
disabled
prop #3377 (husseyexplores) - docs(Responsive): clarify SSR usage #3373 (layershifter)
- docs(Prototypes): add examples with
pure-react-carousel
#3372 (layershifter) - fix(Icon): add
mail outline
as name #3371 (layershifter) - chore(package): point manually to correct SUI version #3367 (layershifter)
- feat(Icon):
disabled
prop disablesonClick
#3358 (shuminyang) - docs(Responsive): update ResponsiveExampleMaxWidth.js (added two words to clarify) #3354 (janderudder)
- fix(Checkbox): prevent
onClick
from being called twice #3351 (Fabianopb) - fix(Textarea): fix broken ctrl-z on firefox #3343 (ericls)
- docs(Placeholder): remove extra HTML and classes #3340 (levithomason)
- BREAKING (Sidebar): remove
duration
prop #3336 (Fabianopb) - docs(Props): fix "Props" checkbox #3332 (layershifter)
- chore(build): drop DLL stage #3324 (layershifter)
- fix(Popup): default open position #3029 (levithomason)
v0.84.0 (2018-12-10)
Merged pull requests:
- feat(Button) : Add aria-pressed attribute for toggle button #3330 (a-b-h-i-97)
- docs(fix): reorganized usage guide for new users #3325 (ebectar)
- chore(Dimmer): use createRef() API and componentDidUpdate() #3320 (layershifter)
- docs(Layouts): fix HomepageLayout #3319 (layershifter)
- fix(Dropdown): clear searchQuery on item selection by mouse click #3317 (kohakukun)
- docs(Layouts): update FixedMenuLayout #3316 (xiaohanyu)
- feat(Icon): support positions in
corner
prop #3315 (layershifter) - fix(ComponentExample): fix crash on show HTML #3314 (layershifter)
- fix(Rating): conditionally set tabIndex when element is disabled #3308 (Fabianopb)
- fix(AutoControlledComponent): fix behaviour when undefined it passed #3303 (layershifter)
- fix(Responsive|Transition): remove logic with setSafeState() #3302 (layershifter)
- fix(Popup): remove logic with setSafeState() #3301 (layershifter)
- chore(MountNode): use componentDidMount() #3300 (layershifter)
- feat(Pagination): add
disabled
prop #3295 (layershifter) - chore(package): update event-stack #3288 (layershifter)
- feat(Ref): add support of
createRef
API #3286 (layershifter) - chore(package): use
shallowequal
directly #3285 (layershifter) - feat(Responsive): re render only on visibility or props change #3274 (danielr18)
- fix(Button): remove redundant role attribute #3272 (floppyvlaDISK)
- fix(Pagination): fix hidden ellipsis in items generation #3271 (layershifter)
- docs(Divider): rework component docs #3270 (layershifter)
- docs(Textarea): add notice about form #3269 (layershifter)
- fix(Layouts): fix propTypes error in StickyLayout #3261 (kalzoo)
- fix(Comment): spread image props on CommentAvatar #3260 (layershifter)
- fix(Portal): hover behavior fixed in Portal's event handlers #3257 (Fabianopb)
- docs(Modal|Confirm): sort
size
prop in sizes order #3237 (fcwheat) - docs(Usage): fix link to Semantic UI CSS #3236 (layershifter)
- fix(Layouts): fix typo in StickyLayout #3235 (xiaohanyu)
- fix(Layouts): fix typo in FixedMenuLayout #3234 (xiaohanyu)
- feat(Sticky): add
styleElement
prop #3202 (Wattenberger) - fix(Accordion): log error if incorrect activeIndex type #3199 (skindstrom)
- feat(Dropdown): noResultsMessage prop can be a node #3177 (lazazivkovic)
- BREAKING(package): require React 16.3 #3032 (layershifter)
- fix(Checkbox): match DOM checkbox behavior #2748 (levithomason)
v0.83.0 (2018-10-20)
Merged pull requests:
- fix(Input): fix typings for onChange #3230 (layershifter)
- docs(Layouts): fix examples with incorrect props #3227 (AlanFoster)
- docs(Ads): fix rendering in SSR #3218 (layershifter)
- docs(Ads): fix multiple ads #3215 (layershifter)
- chore(build): update babel deps, fix production build of docs and build on Windows #3214 (layershifter)
- docs(Search): fix resolver imports #3213 (layershifter)
- docs(README): fix link to CSS Usage page #3212 (jahvi)
- fix(typings): fix definition for SemanticShorthandItemFunc #3204 (layershifter)
- docs(Prototypes): add example integration with redux-form #3203 (layershifter)
- docs(mixed): add MDX support, update pages, styling updates #3196 (layershifter)
- feat(Sidebar): add
target
prop #3191 (layershifter) - BREAKING(eventStack): fix issues with event subscriptions #3189 (layershifter)
- fix(Input): pass
title
down to an input element #3187 (layershifter) - docs(props): improve parsing of customPropTypes.every() #3185 (layershifter)
- fix(Grid): improve propTypes check for width props #3184 (layershifter)
- fix(customPropTypes|typings): allow to pass a function to itemShorthand, update typings #3183 (layershifter)
- docs(Advertisement): update a base Advertisement example #3179 (layershifter)
- docs(Document): use only https sources #3178 (layershifter)
- docs(Grid): fix typo in GridExampleStretched example description #3167 (sgarrity)
- chore(package): update to SUI 2.4.0 #3162 (layershifter)
- docs(Form): add an example of accessible Form.Select #3157 (arthurdenner)
- chore(typings): add strict props #3107 (evollu)
- chore(Sidebar): use EventStack component #2990 (layershifter)
v0.82.5 (2018-09-12)
Merged pull requests:
- fix(EventStack): fix issues with event handling #3148 (layershifter)
v0.82.4 (2018-09-10)
Merged pull requests:
- chore(package): update babel-plugin-filter-imports #3145 (layershifter)
- chore(build): fix prettier imports #3142 (layershifter)
- fix(customPropTypes): allow to pass an object to "as" #3139 (tomitrescak)
- chore(package): update deps #3131 (layershifter)
- chore(package): update Babel 7 #3129 (layershifter)
- docs(README): fix CircleCI image #3128 (layershifter)
- feat(List): allow overriding role prop #3125 (johannao76)
- fix(EventStack): fix compatibility with IE11 #3124 (layershifter)
- fix(Dropdown): override onChange in DropdownSearchInput #3123 (layershifter)
- fix(Popup): missing CSS style update #3109 (pferreir)
- fix(Dropdown): fix deepEqual bug #3104 (pedromtorres)
- fix(docs): fix issues with local builds #3098 (layershifter)
* This Change Log was automatically generated by github_changelog_generator