module-federation.github.io
module-federation.github.io copied to clipboard
fix(deps): update dependency semantic-ui-react to v2
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
semantic-ui-react | 1.1.1 -> 2.1.5 |
Release Notes
Semantic-Org/Semantic-UI-React (semantic-ui-react)
v2.1.5
:bug: Bug Fix
- #4446 fix(Popup): fix positioning in scrollable container (@CoryDuncan)
v2.1.4
:bug: Bug Fix
- #4398 fix(Input): pass focus options (@meltyshev)
- #4399 fix(Button): pass focus options (@meltyshev)
- #4390 fix(types): Update SemanticShorthandCollection to support Typescript 4.8 (@timduffin)
-
#4377 fix(core): add
enterKeyHint
to list ofhtmlInputAttrs
(@ben-rogerson)
:memo: Documentation
v2.1.3
:bug: Bug Fix
- #4356 fix: make typings compatible with @types/react@18 (@Lurk)
:house: Internal
- #4369 chore: allow React 18 in peerDependencies (@layershifter)
v2.1.2
:bug: Bug Fix
- #4337 fix(Popup): do not hide Popup with "hideOnScroll" when scroll comes from inside the Popup (@oskarwrobel)
v2.1.1
:bug: Bug Fix
- #4327 fix(Search): remove "placeholder" from "defaultProps" (@layershifter)
:memo: Documentation
- #4328 docs(Checkbox): minor rework to use hooks, better show controlled mode (@layershifter)
v2.1.0
:rocket: New Feature
- #4282 feat(Search): add "placeholder" & documentation (@rohanrav)
:bug: Bug Fix
- #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)
:memo: Documentation
- #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)
:house: Internal
- #4316 chore: bump Percy, Puppeteer & caniuse-lite (@layershifter)
v2.0.4
:bug: Bug Fix
- #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)
:memo: Documentation
- #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)
:house: Internal
- #4220 chore: update Lodash to latest (@layershifter)
Committers: 5
- Adam Boyce (@aboyce)
- Gavin Ferise (@gmferise)
- Katie (@katieraby)
- Oleksandr Fediashov (@layershifter)
- @the133448
v2.0.3
:bug: Bug Fix
-
#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)
v2.0.2
:bug: Bug Fix
-
#4116 fix(Image): pass
loading
attribute to animg
element (@noinkling)
:memo: Documentation
- #4097 docs(Table): fix sort issue in TableExampleSortable (@Mental1993)
:house: 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: Bug Fix
- #4094 fix(Popup): transfer zIndex & fix floated elements (@layershifter)
:house: Internal
- #4093 chore: add visual tests (@layershifter)
v2.0.0
:boom: 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)
:memo: Documentation
- #4076 docs: add migration guide to v2 (@layershifter)
v1.3.1
:bug: Bug Fix
- #4079 fix(TextArea): update onChange type (@foooomio)
:house: 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)
v1.3.0
:rocket: New Feature
-
#4029 feat: introduce
children
function to shorthands (@layershifter)
:bug: Bug Fix
-
#4060 fix(Transition): schedule changes only on
status
change (@layershifter) -
#4047 fix(Dropdown): handle
text
as a content inrenderLabel
(@layershifter)
v1.2.1
:bug: 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)
:memo: Documentation
- #4040 docs(Placeholder): fix description of the component (@eugenelim)
- #4039 docs(Ref): restore docs for a component (@layershifter)
:house: Internal
- #4023 chore: update Ref dependency to latest version (@jluxenberg)
v1.2.0
:rocket: New Feature
:bug: 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)
:memo: Documentation
- #3794 docs(SearchExampleStandard): use React hooks (@rpatelcode)
- #3795 docs(SearchExampleStandardCustom): use React hooks (@rpatelcode)
:house: Internal
- #4027 chore(MountNode): deprecate component (@layershifter)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.