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

Remove tsx from mdx #278

Merged
merged 26 commits into from
Aug 8, 2022
Merged

Remove tsx from mdx #278

merged 26 commits into from
Aug 8, 2022

Conversation

nlopin
Copy link
Contributor

@nlopin nlopin commented Aug 4, 2022

What:

Removes extensions from imports in mdx files

Why:

Our mdx files import files, sometimes providing file extension and sometimes not.

How:

I decided to remove extensions. Let computers sweat, not people 🕺 > 💻


Media:

Checklist:

  • Ready to be merged

lloydaf and others added 25 commits August 2, 2022 14:28
* docs: remove the experimental label for table (#255)

* fix: display semantic colors in table and allow to filter them (#258)

* fix: display semantic colors in table and allow to filter them

* refactor: improve performance of SemanticColorsTable

* fix: trim table filter input

Co-authored-by: Martí Malek <marti.malek@free-now.com>

* chore(release): 1.25.2 [skip ci]

### [1.25.2](v1.25.1...v1.25.2) (2022-07-11)

### Bug Fixes

* display semantic colors in table and allow to filter them ([#258](#258)) ([2e83e76](2e83e76))

* update codeowners

removes Rafa from the list 😢

* style(popover): expose padding prop for Popover component (#262)

Co-authored-by: Ján Hamara <jan.hamara@free-now.com>

* fix: expose padding prop and adjust z-index for Popover component (#263)

* style(popover): expose padding prop for Popover component

* fix: update zIndex on Popover content container

Co-authored-by: Ján Hamara <jan.hamara@free-now.com>

* chore(release): 1.25.3 [skip ci]

### [1.25.3](v1.25.2...v1.25.3) (2022-07-21)

### Bug Fixes

* expose padding prop and adjust z-index for Popover component ([#263](#263)) ([da0e80b](da0e80b))

* Expand PhoneInput API (#261)

Exposes properties to reach lower-level components of the `PhoneInput`

Co-authored-by: martimalek <46452321+martimalek@users.noreply.github.com>

* 1.26.0

* 1.26.1

Co-authored-by: martimalek <46452321+martimalek@users.noreply.github.com>
Co-authored-by: Martí Malek <marti.malek@free-now.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Nikolai Lopin <nikolai.lopin@free-now.com>
Co-authored-by: Jan Hamara <hamara.jan18@gmail.com>
Co-authored-by: Ján Hamara <jan.hamara@free-now.com>
Co-authored-by: Nikolai Lopin <nikolai.lopin@mytaxi.com>
* docs: remove the experimental label for table (#255)

* fix: display semantic colors in table and allow to filter them (#258)

* fix: display semantic colors in table and allow to filter them

* refactor: improve performance of SemanticColorsTable

* fix: trim table filter input

Co-authored-by: Martí Malek <marti.malek@free-now.com>

* chore(release): 1.25.2 [skip ci]

### [1.25.2](v1.25.1...v1.25.2) (2022-07-11)

### Bug Fixes

* display semantic colors in table and allow to filter them ([#258](#258)) ([2e83e76](2e83e76))

* update codeowners

removes Rafa from the list 😢

* style(popover): expose padding prop for Popover component (#262)

Co-authored-by: Ján Hamara <jan.hamara@free-now.com>

* fix: expose padding prop and adjust z-index for Popover component (#263)

* style(popover): expose padding prop for Popover component

* fix: update zIndex on Popover content container

Co-authored-by: Ján Hamara <jan.hamara@free-now.com>

* chore(release): 1.25.3 [skip ci]

### [1.25.3](v1.25.2...v1.25.3) (2022-07-21)

### Bug Fixes

* expose padding prop and adjust z-index for Popover component ([#263](#263)) ([da0e80b](da0e80b))

* Expand PhoneInput API (#261)

Exposes properties to reach lower-level components of the `PhoneInput`

Co-authored-by: martimalek <46452321+martimalek@users.noreply.github.com>

* 1.26.0

* 1.26.1

Co-authored-by: martimalek <46452321+martimalek@users.noreply.github.com>
Co-authored-by: Martí Malek <marti.malek@free-now.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Nikolai Lopin <nikolai.lopin@free-now.com>
Co-authored-by: Jan Hamara <hamara.jan18@gmail.com>
Co-authored-by: Ján Hamara <jan.hamara@free-now.com>
Co-authored-by: Nikolai Lopin <nikolai.lopin@mytaxi.com>
* docs: remove the experimental label for table (#255)

* fix: display semantic colors in table and allow to filter them (#258)

* fix: display semantic colors in table and allow to filter them

* refactor: improve performance of SemanticColorsTable

* fix: trim table filter input

Co-authored-by: Martí Malek <marti.malek@free-now.com>

* chore(release): 1.25.2 [skip ci]

### [1.25.2](v1.25.1...v1.25.2) (2022-07-11)

### Bug Fixes

* display semantic colors in table and allow to filter them ([#258](#258)) ([2e83e76](2e83e76))

* update codeowners

removes Rafa from the list 😢

* style(popover): expose padding prop for Popover component (#262)

Co-authored-by: Ján Hamara <jan.hamara@free-now.com>

* fix: expose padding prop and adjust z-index for Popover component (#263)

* style(popover): expose padding prop for Popover component

* fix: update zIndex on Popover content container

Co-authored-by: Ján Hamara <jan.hamara@free-now.com>

* chore(release): 1.25.3 [skip ci]

### [1.25.3](v1.25.2...v1.25.3) (2022-07-21)

### Bug Fixes

* expose padding prop and adjust z-index for Popover component ([#263](#263)) ([da0e80b](da0e80b))

* Expand PhoneInput API (#261)

Exposes properties to reach lower-level components of the `PhoneInput`

Co-authored-by: martimalek <46452321+martimalek@users.noreply.github.com>

* 1.26.0

* 1.26.1

* docs(props-table): add props table to Table docs

* chore: update package-lock.json

Co-authored-by: Lloyd Francis <lloydaf@gmail.com>
Co-authored-by: martimalek <46452321+martimalek@users.noreply.github.com>
Co-authored-by: Martí Malek <marti.malek@free-now.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Nikolai Lopin <nikolai.lopin@free-now.com>
Co-authored-by: Jan Hamara <hamara.jan18@gmail.com>
Co-authored-by: Ján Hamara <jan.hamara@free-now.com>
Co-authored-by: Nikolai Lopin <nikolai.lopin@mytaxi.com>
@nlopin nlopin added the documentation Improvements or additions to documentation label Aug 4, 2022
@nlopin nlopin merged commit 15ce089 into main Aug 8, 2022
@nlopin nlopin deleted the remove-tsx-from-mdx branch August 8, 2022 09:51
@github-actions
Copy link
Contributor

🎉 This PR is included in version 1.27.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link
Contributor

🎉 This PR is included in version 3.0.0-next.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation released on @next released
Development

Successfully merging this pull request may close these issues.

5 participants