Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Rees committed Apr 16, 2016
1 parent 046a666 commit 7c50acd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.3.0

Introduces a destroy event that plugins can use to clean up after themselves.

This re-implements an initial implementation by [Craig Speath](https://github.com/craigspaeth), thanks for the contribution.

# 2.2.5

Switches the events from literal strings to using identities from an events module.
Expand Down
8 changes: 8 additions & 0 deletions decisions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

# Decisions log

## 2016-04-16 Event namespacing

Events in Scribe are generally only propogated within the Scribe instance so we haven't namespaced them before. However within the Guardian products that Scribe is used we do tend to namespace all events as we have had problems with event clashes between browser extensions/add-ons and third-party code.

Therefore without removing the current legacy `content-changed` event, which would cause too much grief in the plugin ecosystem, event names in Scribe will now be prefixed with "scribe".
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scribe-editor",
"version": "2.2.5",
"version": "2.3.0",
"license": "Apache-2.0",
"main": "src/scribe.js",
"dependencies": {
Expand Down

0 comments on commit 7c50acd

Please sign in to comment.