vue3-yuanma/packages
Evan You eee5095692 refactor: rename <portal> to <teleport>
BREAKING CHANGE: `<portal>` has been renamed to `<teleport>`.

    `target` prop is also renmaed to `to`, so the new usage will be:

    ```html
    <Teleport to="#modal-layer" :disabled="isMobile">
      <div class="modal">
        hello
      </div>
    </Teleport>
    ```

    The primary reason for the renaming is to avoid potential naming
    conflict with [native portals](https://wicg.github.io/portals/).
2020-04-01 21:55:19 -04:00
..
compiler-core refactor: rename <portal> to <teleport> 2020-04-01 21:55:19 -04:00
compiler-dom fix(transition): warn only when there is more than one rendered child (#903) 2020-03-31 18:12:51 -04:00
compiler-sfc release: v3.0.0-alpha.10 2020-03-24 18:33:40 -04:00
compiler-ssr refactor: rename <portal> to <teleport> 2020-04-01 21:55:19 -04:00
reactivity release: v3.0.0-alpha.10 2020-03-24 18:33:40 -04:00
runtime-core refactor: rename <portal> to <teleport> 2020-04-01 21:55:19 -04:00
runtime-dom chore: avoid v-cloak test warning 2020-04-01 21:39:47 -04:00
runtime-test release: v3.0.0-alpha.10 2020-03-24 18:33:40 -04:00
server-renderer refactor: rename <portal> to <teleport> 2020-04-01 21:55:19 -04:00
shared refactor: rename <portal> to <teleport> 2020-04-01 21:55:19 -04:00
size-check release: v3.0.0-alpha.10 2020-03-24 18:33:40 -04:00
template-explorer release: v3.0.0-alpha.10 2020-03-24 18:33:40 -04:00
vue refactor: rename <portal> to <teleport> 2020-04-01 21:55:19 -04:00
global.d.ts build: avoid runtime wildcard import in global build 2020-02-13 18:50:36 -05:00