Skip to content

Commit

Permalink
fix(replaceable): removed replaceable
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This commit removes the replaceable custom attribute.
Now that Shadow DOM v1 Slots are implemented there is no more need for
this. Replaceable parts for template controllers are still supported
for if, repeat, etc. via the part attribute.
  • Loading branch information
EisenbergEffect committed May 31, 2016
1 parent 72c4433 commit 6ac5731
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
3 changes: 0 additions & 3 deletions src/aurelia-templating-resources.js
Expand Up @@ -5,7 +5,6 @@ import {Repeat} from './repeat';
import {Show} from './show';
import {Hide} from './hide';
import {SanitizeHTMLValueConverter} from './sanitize-html';
import {Replaceable} from './replaceable';
import {Focus} from './focus';
import {ViewEngine} from 'aurelia-templating';
import {_createCSSResource} from './css-resource';
Expand Down Expand Up @@ -49,7 +48,6 @@ function configure(config) {
'./repeat',
'./show',
'./hide',
'./replaceable',
'./sanitize-html',
'./focus',
'./binding-mode-behaviors',
Expand Down Expand Up @@ -78,7 +76,6 @@ export {
Hide,
HTMLSanitizer,
SanitizeHTMLValueConverter,
Replaceable,
Focus,
configure,
OneTimeBindingBehavior,
Expand Down
42 changes: 0 additions & 42 deletions src/replaceable.js

This file was deleted.

0 comments on commit 6ac5731

Please sign in to comment.