Skip to content

Releases: WebCoder49/code-input

1.5.1

31 May 08:01
179584e
Compare
Choose a tag to compare

📦 code-input is now on NPM (link)!

Over time, this will allow the library to work better with people's ordinary workflow, and features like TypeScript compatibility.

As always, please submit an Issue or Pull Request if you find a bug or have an idea for a new feature.

1.5.0

29 May 07:35
Compare
Choose a tag to compare

🆕 What's in this release?

  • Synchronise built-in form validation (Demo) - #40
  • Clean Up Codebase - #42

Thank you to @AzzaAzza69 for opening issue #40 . If you have an idea for a plugin, find a bug, or think that the <code-input> element doesn't support something that a <textarea> does and that would be useful, please contribute!

Full Changelog: v1.4.1...v1.5.0

1.4.1

18 May 15:44
Compare
Choose a tag to compare

🆕 What's in this release?

What's Changed

  • Special character plugin in #37
  • Very Quick Typo Fix

🎉 Thank you to @SArpnt for suggesting this feature. If you have any more ideas for features, plugins, or bug fixes, please open an issue or submit a pull request.

Full Changelog: v1.4.0...v1.4.1

1.4.0

06 May 07:22
Compare
Choose a tag to compare

🆕 What's in this release?

What's Changed

  • Special character plugin in #37

Full Changelog: v1.3.1...v1.4.0

🎉 Thank you to @SArpnt for suggesting this feature. If you have any more ideas for features, plugins, or bug fixes, please open an issue or submit a pull request.

1.3.1

27 Apr 16:44
Compare
Choose a tag to compare

Bug Fix

What's Changed

  • Remove selections after ENTER, so caret doesn't select new text. #35

Full Changelog: v1.3.0...v1.3.1

1.3.0

12 Apr 08:09
Compare
Choose a tag to compare

Bug Fixes / Optimisations

What's Changed

  • Fix line-height bug & remove margin from code-input in #33 (issue #27)
  • Change event transfer to work with add/removeEventListener in #34 (issue #28)

Full Changelog: v1.2.4...v1.3.0
🎉 Thank you to everyone who found bugs and contributed to this release. Please submit an issue or pull request if you find a bug or want a new feature / plugin.

1.2.4

05 Apr 07:48
Compare
Choose a tag to compare

Bug fixes for indent plugin

What's Changed

Full Changelog: v1.2.3...v1.2.4

Thank you to everyone who contributed code and issues for this. If you find any bugs or want any new features, please open an issue or pull request.

1.2.3

04 Apr 16:53
Compare
Choose a tag to compare

Bug Fixes / Optimisations

All credits go to @mitchcapper for this; thank you!
I will address the recent issues ASAP.

What's Changed

  • Use addEventListener with proper delegates for any events rather than inline javascript/setAttribute("on*") by @mitchcapper in #29
  • Don't do console.log on every update by @mitchcapper in #30

New Contributors

Full Changelog: v1.2.2...v1.2.3

1.2.2

15 Mar 08:46
Compare
Choose a tag to compare

Bug Fixes

  • Sync name attribute to textarea (allowing use in HTML forms) in #25

Full Changelog: v1.2.1...v1.2.2

1.2.1

11 Mar 09:00
Compare
Choose a tag to compare

Please see 1.2.0 for most details.

  • Bug Fix: enable code-input update to run once at start, as some optimisation code was blocking it.