All Versions
32
Latest Version
Avg Release Cycle
51 days
Latest Release
843 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.3.0 Changes
September 22, 2020: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)
- ๐ป #4029 feat: introduce
-
v1.2.1 Changes
August 19, 2020:bug: Bug Fix
- 0๏ธโฃ #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 Changes
August 12, 2020: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)
- ๐ป #4026 fix(Popup): do not throw if
-
v1.1.1 Changes
August 03, 2020๐ฑ ๐ 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 Changes
July 30, 2020๐ฑ ๐ 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 Changes
July 21, 2020๐ป Full Changelog
๐ 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 Changes
December 08, 2019๐ป Full Changelog
๐ 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 Changes
September 09, 2019๐ป Full Changelog
๐ 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 Changes
August 23, 2019๐ป Full Changelog
๐ 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 Changes
July 09, 2019๐ป Full Changelog
๐ 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)