Skip to content

Commit

Permalink
refactor(engine): removal of is attr and forceTagName
Browse files Browse the repository at this point in the history
refactor(engine): removal of is attr and forceTagName

fix(engine): removing integration test for forceTagName

fix: remove custom element transformation from CSS (#695)

fix(compiler): fixing fixtures

refactor(engine): snabbdom lite - phase 1 (#606)

* refactor(engine): removal of is attr and forceTagName

refactor(engine): removal of is attr and forceTagName

fix(engine): removing integration test for forceTagName

refactor(engine): snabbdom lite - phase 1

refactor(engine): adding hooks.ts

refactor(engine): removing global hooks

refactor(engine): PR 606

refactor(engine): splitting style and class modules into static and dynamic

test(engine): ready for the final push

refactor(engine): making hooks mandatory.

refactor(engine): making all hooks functions

refactor(engine): dynamic diff vs static diff

refactor(engine): using two diff algos

refactor(engine): removing htmlapi in favor of pure patching

fix(engine): missing argument when determining diff algo

fix(engine): adding tests for dynamic diff

fix(engine): clean up

fix(engine): integration test failures

* refactor(engine): proto chaining

* fix(engine): wrong auto import

* fix(engine): correcting the proto chain

* refactor(engine): implementing the base element proto chain

* test(engine): adding more tests for restrictions on elements

* refactor(engine): rename to BaseBridgeElement

* feat(engine): dom patching (#688)

* feat(engine): dom patching
* fix(engine): cleanup descriptors
* feat(engine): rebase
* fix(engine): linting
* fix(engine): pr feedback
* fix(engine): lint
* fix(compiler): updated snapshot testing to account for shadow dom
* fix(engine): pr feedback
* fix(engine): fixing restrictions on custom elements
* fix(engine): exposing host (#705)
* fix(engine): exposing host
* fix(engine): shadow root
* wip(engine): linting and type errors
* fix(engine): cleaning up shadow root detection
* fix(engine): removing restrictions test
* fix(engine): fixing element from point methods
* fix(engine): disabling some attribute integration test for now
* fix(engine): linting
* fix(engine): upgrade ie11 driver
* fix(engine): compat test fix
* fix(engine): applying elementFromPoint on document
* fix(engine): linting
* fix(engine): reverting unnecessary changes
* fix(engine): removing skip in test
* fix(engine): polyfill readmes
* fix(engine): review feedback
* fix(engine): integration tests for elementFromPoint
* fix(engine): ie11 elementsFromPoint
* fix(engine): feedback
* fix(engine): ts fix

* wip: yarn update

* fix(engine): fixing snapshot test
  • Loading branch information
caridy authored and Diego Ferreiro Val committed Oct 12, 2018
1 parent 996496a commit ad803b3
Show file tree
Hide file tree
Showing 94 changed files with 2,555 additions and 2,339 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ${hostSelector} {
div${shadowSelector} {
color: red;
}
x-foo${shadowSelector},[is="x-foo"]${shadowSelector} {
x-foo[${token}] {
color: green;
}
`;
Expand Down
Loading

0 comments on commit ad803b3

Please sign in to comment.