This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
Releases: FirebaseExtended/firepad
Releases · FirebaseExtended/firepad
v1.5.0
- Added support for Monaco editor. See examples/monaco.html for usage.
v1.4.0
- See the Firebase migration guide for instructions on how to upgrade to the Firebase
3.x.x
SDK. - Upgraded the
firebase
dependency to3.x.x
. Firepad will no longer work with Firebase2.x.x
. - Made Firepad compatible with Browserify and webpack.
v1.3.0
- 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
- 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
- Fixed CodeMirror version detection so firepad now works with CodeMirror 5.x.
- Updated jsdom and Firebase dependencies.
v1.1.0
- 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
- 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 adefaultText
option). - Fixed many bugs (cursor synchronization issues, a couple crashes, etc.).