-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved implementation into embed-page.js from html in preparation to n…
…pm publish
- Loading branch information
sashafir
committed
Apr 17, 2018
1 parent
a8d9b6c
commit f3d451c
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,24 @@ | ||
* remove Polymer dependencies, move to JS from html. | ||
* cookies | ||
* localStorage, sessionStorage | ||
* insulation layers (domain,host,page,instance,named) - param & storage | ||
* insulation layers - dynamic change? | ||
* cookies, insulation | ||
* layers - docs | ||
* history | ||
* [Extend HTMLElement](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) instead of Polymer.Element | ||
* use embed-page.js as entry point | ||
* bower & npm publish | ||
* instructions to use | ||
* form post | ||
* event handlers re-evaluation for embedded content | ||
* test suite | ||
|
||
|
||
* compatibility with Polymer, Ionic, Stencil, React, Angular,?... | ||
* series of examples in [Plunker](http://plnkr.co/), add examples into ApiFusion, | ||
back links from Plunker to AF as "other examples" link. | ||
|
||
Release 1 | ||
|
||
* remove Polymer dependencies | ||
* remove the use of cancelled XHRs. | ||
* **iframe.contentWindow** protection to |