All Versions
32
Latest Version
Avg Release Cycle
51 days
Latest Release
366 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.1.3 Changes
May 31, 2022:bug: Bug Fix
- ๐ป #4356 fix: make typings compatible with @types/[email protected] (@Lurk)
:house: Internal
- ๐ป #4369 chore: allow React 18 in peerDependencies (@layershifter)
-
v2.1.2 Changes
February 17, 2022:bug: Bug Fix
- ๐ป #4337 fix(Popup): do not hide Popup with "hideOnScroll" when scroll comes from inside the Popup (@oskarwrobel)
-
v2.1.1 Changes
January 25, 2022: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 Changes
January 25, 2022:rocket: New Feature
: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 Changes
September 23, 2021: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 Changes
January 20, 2021: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)
- ๐ป #4145 fix(Sidebar): fix a collision between
-
v2.0.2 Changes
January 13, 2021: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)
- ๐ป #4116 fix(Image): pass
-
v2.0.1 Changes
October 26, 2020๐ฑ ๐ 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 Changes
October 02, 2020๐ฑ ๐ฅ 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 Changes
September 28, 2020๐ฑ ๐ 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)