Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from Semantic-Org:master #223

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 13, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

* chore: replace ta-scripts with release-it

* chore: bump Node versions on CI
@pull pull bot added the ⤵️ pull label Dec 13, 2022
layershifter and others added 28 commits February 28, 2023 09:04
* chore: remove .state() assertions in tests (#4232)

* Ember: remove .state() usage in Enzyme

* AccordionAccordion: remove .state() usage in Enzyme

* Checkbox: remove .state() usage in Enzyme

* TransitionablePortal: remove .state() usage in Enzyme

* Transition: remove .state() usage in Enzyme

* Dropdown: remove .state() usage in Enzyme

* chore(Image): use React.forwardRef() (#4234)

* chore(Placeholder): use React.forwardRef() (#4236)

* chore(Header): use React.forwardRef() (#4237)

* chore(Segment): use React.forwardRef() (#4238)

* chore(Table): use React.forwardRef() (#4239)

* chore(Table): use React.forwardRef()

* fix naming

* chore(Step): use React.forwardRef() (#4240)

* chore: disable ESLint rule for function names (#4241)

* chore(Comment): use React.forwardRef() (#4242)

* chore(Comment): use React.forwardRef()

* fix displayName

* fix tests

* chore(Card): use React.forwardRef() (#4243)

* chore(Feed): use React.forwardRef() (#4244)

* chore(Statistic): use React.forwardRef() (#4245)

* chore(Item): use React.forwardRef() (#4247)

* chore(Container|Divider|Loader|Rail): use React.forwardRef() (#4248)

* chore(Accordion): use React.forwardRef() (#4249)

* chore(Advertisement|Breadcrumb): use React.forwardRef() (#4250)

* chore(Message): use React.forwardRef() (#4251)

* chore(Label|List): use React.forwardRef() (#4252)

* chore(Menu): use React.forwardRef() (#4254)

* chore(Pagination): use React.forwardRef() (#4255)

* chore(Button): use React.forwardRef() (#4256)

* chore(Modal|Portal|Popup): use React.forwardRef() (#4253)

* chore(Modal|Portal): use React.forwardRef()

* remove redundant statics

* migrate Popup

* chore(Rating|Reveal): use React.forwardRef() (#4258)

* chore(Dimmer|Grid|Sidebar): use React.forwardRef() (#4260)

* chore(Modal*|Popup*): use React.forwardRef() (#4261)

* chore(Confirm|Checkbox|Embed|Radio|TextArea): use React.forwardRef() (#4262)

* chore(Flag|Icon|ImageGroup): use React.forwardRef() (#4264)

* chore(Tab): use React.forwardRef() (#4265)

* chore(TransitionGroup): use React.forwardRef() (#4266)

* chore(Input): use React.forwardRef() (#4267)

* chore(Sticky): use React.forwardRef() (#4263)

* chore(TransitionablePortal): convert to be functional component (#4269)

* chore(Search*): use React.forwardRef() (#4270)

* chore(Dropdown*): use React.forwardRef() (#4273)

* chore(Dropdown*): use React.forwardRef()

* fix examples-test

* chore(Visibility): remove component (#4257)

* chore(Visibility): remove component

* remove behaviors section

* chore(Ref): remove component (#4286)

* chore(Ref): remove component

* fix tests

* chore(Search): use React.forwardRef() (#4330)

* chore(Search): use React.forwardRef()

* add test for ref forwarding

* fix tests, add comments

* chore: refactor Modal tests (#4339)

* chore: remove unused test utils (#4340)

* chore: refactor tests for classnames to use mount() (#4341)

* chore: refactor tests for shorthands to use mount() (#4342)

* chore: refactor tests for shorthands to use mount()

* add comment

* fix tests with unmount

* fix(Dropdown): use ref forwarding (#4338)

* Add forward ref to Form (#4364)

* Convert form to function component

* Add ref forwarding to Form component

* Update test/specs/collections/Form/Form-test.js

Co-authored-by: Oleksandr Fediashov <[email protected]>

Co-authored-by: Oleksandr Fediashov <[email protected]>

* Add ref to components (#4373)

* Add ref to FormButton

* Add ref to FormCheckbox

* Add forwardRef to FormGroup

* Remove accidental `only` calls

* chore(FormField): use React.forwardRef() (#4359)

* Add ref to form field component

* Move ref to controlProps

* Add more forwardsRef tests

* Remove unnecessary describe wrapper

* update tests

Co-authored-by: Oleksandr Fediashov <[email protected]>

* chore(FormTextArea): use React.forwardRef() (#4405)

* chore(FormRadio): use React.forwardRef() (#4406)

* chore(FormInput): use React.forwardRef() (#4407)

* chore(Select,FormSelect,FormDropdown): use React.forwardRef() (#4408)

* chore(Select): use React.forwardRef()

* chore(FormSelect): use React.forwardRef()

* chore(FormDropdown): use React.forwardRef()

* fix tests, fix Dropdown component

Co-authored-by: Oleksandr Fediashov <[email protected]>

---------

Co-authored-by: Brandon Olivier <[email protected]>
Co-authored-by: Felix Mosheev <[email protected]>
* fix(Form.Group): add disabled flag

* add a test

---------

Co-authored-by: Oleksandr Fediashov <[email protected]>
* fix: typo for mouseEnterTimer (#4442)

* fix: typo for mouseLeaveTimer
* 4426: parse.js + eslint rules update

transform.js (WIP)

transform.js (WIP)

transform.js: get all files (WIP)

transform.js: const defaultProps (WIP)

transform.js: function + eslint rules (WIP)

* 4426: component changes

* Revert "4426: component changes"

This reverts commit bf72914.

* 4426: using _. style for lodash functions

* 4426: component changes

* apply suggested changes

* remove transform

* replace getElementType with getComponentType

* apply suggestions

* fix tests

* remove rule changes

* remove transform

* apply changes

* apply changes

* apply changes

* apply changes

* fix tests & use getComponentType()

---------

Co-authored-by: Oleksandr Fediashov <[email protected]>
Co-authored-by: Oleksandr Fediashov <[email protected]>
* refactor(event-stack): replace event-stack with window.addEventListener in Popup

* refactor(popup): Move hideOnScroll feature to Portal component to get rid of hacky timout that causes remounting Portal component.

* perf(portal): wrap closePortal in useEventCallback to prevent scroll event resubscribed every render

* fix(portal): Replace AbortController with removeEventListener to support older browsers

---------

Co-authored-by: Dominik Dosoudil <[email protected]>
* chore: reexport renamed classNameBuilder functions

* chore: replace deprecated useKeyOnly with getKeyOnly in modules/Modal

* chore: replace deprecated useKeyOnly with getKeyOnly in modules/Rating

* chore: replace deprecated useKeyOnly with getKeyOnly in modules/Accordion

* chore: replace deprecated useKeyOnly with getKeyOnly in modules/Checkbox

* chore: replace deprecated useKeyOnly with getKeyOnly in modules/Dimmer

* chore: replace deprecated useKeyOnly with getKeyOnly in modules/Dropdown

* chore: replace deprecated useKeyOnly with getKeyOnly in modules/Popup

* chore: replace deprecated useKeyOnly with getKeyOnly in modules/Progress

* chore: replace deprecated useKeyOnly with getKeyOnly in modules/Search

* chore: replace deprecated useKeyOnly with getKeyOnly in modules/Sidebar

* chore: replace deprecated useKeyOnly with getKeyOnly in modules/Tab

* chore: replace deprecated useKeyOnly with getKeyOnly in modules/Transition
* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in elements/Button

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in elements/Container

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in elements/Divider

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in elements/Header

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in elements/Icon

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in elements/Input

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in elements/Image

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in elements/Label

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in elements/List

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in elements/Loader

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in elements/Placeholder

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in elements/Rail

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in elements/Reveal

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in elements/Segment

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in elements/Step
* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in collections/Table

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in collections/Menu

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in collections/Grid

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in collections/Form

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in collections/Breadcrumb

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in collections/Message

---------

Co-authored-by: Oleksandr Fediashov <[email protected]>
…ameBuilder aliases with "use" prefix (#4505)

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in views/Advertisement

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in views/Card

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in views/Comment

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in views/Feed

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in views/Item

* chore: replace deprecated classNameBuilder functions (replace prefix 'use' with 'get') in views/Statistic

* chore: remove deprecaetd unused classNameBuilders
* chore(eslint): enable react-hooks eslint rules

* chore(eslint): ignore eslint error as it is false positive because process.env.NODE_ENV never changes during runtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.