Skip to content

Releases: FirebaseExtended/firepad

v1.5.0

06 Jun 18:06
Compare
Choose a tag to compare
  • Added support for Monaco editor. See examples/monaco.html for usage.

v1.4.0

26 May 18:13
Compare
Choose a tag to compare
  • See the Firebase migration guide for instructions on how to upgrade to the Firebase 3.x.x SDK.
  • Upgraded the firebase dependency to 3.x.x. Firepad will no longer work with Firebase 2.x.x.
  • Made Firepad compatible with Browserify and webpack.

v1.3.0

04 Jan 22:23
Compare
Choose a tag to compare
  • Added support for Ace 1.2.0.
  • Fixed issue with setHtml() inserting extra newline.
  • Fixed some issues with DEL behavior.
  • bumped jsdom dependency to play well with node 5.x.

v1.2.0

02 Sep 17:00
Compare
Choose a tag to compare
  • Added .dispose() for headless firepad instances.
  • Add transparency to other users' selections.
  • Can safely call .dispose() before firepad is ready.
  • Ensure CM cursor updates always follow history updates.

v1.1.1

09 May 18:16
Compare
Choose a tag to compare
  • Fixed CodeMirror version detection so firepad now works with CodeMirror 5.x.
  • Updated jsdom and Firebase dependencies.

v1.1.0

07 Nov 00:34
Compare
Choose a tag to compare
  • Upgraded Firebase dependency to 2.0.x.
  • Fixed an issue with updating one of several consecutive entities.
  • Fixed an issue when unindenting lines.

v1.0.0

03 Sep 00:26
Compare
Choose a tag to compare
  • Firepad is now available on the Firebase CDN.
  • Added a headless mode for interacting with documents without a GUI, available via npm install firepad.
  • Added support for Bower via bower install bower.
  • Added support for CodeMirror 4.
  • Made minor changes to the API (added a synced event and a defaultText option).
  • Fixed many bugs (cursor synchronization issues, a couple crashes, etc.).

v0.1.4

24 Aug 17:55
Compare
Choose a tag to compare
  • Added changelog.