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 matching tag name once closed #44

Merged

Conversation

YossiSaadi
Copy link
Contributor

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

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

@YossiSaadi YossiSaadi requested a review from a team March 17, 2024 20:30
Base automatically changed from Playground---add-autocomplete-functionality-6041408268 to master March 18, 2024 12:32
…ion-6260142723

# Conflicts:
#	src/codemirror/extensions/autocomplete.ts
#	src/components/Addons/Panel.tsx
#	src/types.ts
#	tsconfig.json
@YossiSaadi YossiSaadi merged commit 658ade1 into master Mar 18, 2024
4 checks passed
@YossiSaadi YossiSaadi deleted the Create-a-CodeMirror-closing-bracket-extension-6260142723 branch March 18, 2024 16:22
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