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

feat: codemirror extension to automatically insert self closing tag once closed #45

Merged

Conversation

YossiSaadi
Copy link
Contributor

@YossiSaadi YossiSaadi commented Mar 18, 2024

https://monday.monday.com/boards/3532714909/pulses/6260152245

e.g. typing <Button and then adding / would result in <Button />
same for if the component has props, etc.

@YossiSaadi YossiSaadi requested a review from a team March 18, 2024 07:27
Base automatically changed from Playground---add-autocomplete-functionality-6041408268 to master March 18, 2024 12:32
…nce closed

e.g. `<Button /` would result in `<Button />`
@YossiSaadi YossiSaadi force-pushed the Create-CodeMirror-self-closing-tag-extension-6260152245 branch from 36696d2 to 05c496b Compare March 18, 2024 16:27
@YossiSaadi YossiSaadi merged commit 929a9fc into master Mar 18, 2024
4 checks passed
@YossiSaadi YossiSaadi deleted the Create-CodeMirror-self-closing-tag-extension-6260152245 branch March 18, 2024 16:31
github-actions bot pushed a commit that referenced this pull request Mar 18, 2024
# [1.5.0](v1.4.1...v1.5.0) (2024-03-18)

### Features

* codemirror extension to automatically insert matching tag name once closed ([#44](#44)) ([658ade1](658ade1))
* codemirror extension to automatically insert self closing tag once closed ([#45](#45)) ([929a9fc](929a9fc))
Copy link

🎉 This PR is included in version 1.5.0 🎉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants