frosted-glass icon indicating copy to clipboard operation
frosted-glass copied to clipboard

Update @stencil/core to the latest version πŸš€

Open greenkeeper[bot] opened this issue 7 years ago β€’ 170 comments

Version 0.6.0 of @stencil/core was just published.

Dependency @stencil/core
Current Version 0.5.2
Type dependency

The version 0.6.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of @stencil/core.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 8 commits.

  • 3cb6368 0.6.0
  • f43a11c 0.6.0-1
  • 1f46a92 fix(config): fix rebuilds from config updates
  • 18de7aa style(cli): remove returns before process.exit
  • 82273a2 0.6.0-0
  • 371c44c feat(sass): move sass to external plugin, @stencil/sass
  • 7769a69 chore(config): improve loading external config data
  • 9015569 feat(collections): import collections through es module imports

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot :palm_tree:

greenkeeper[bot] avatar Feb 16 '18 19:02 greenkeeper[bot]

Version 0.6.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • e2a0c55 0.6.1
  • cb12d66 test(component): tests for element weakmap updates
  • bfb6e6b chore(): remove unused code
  • bb7b8f5 fix(component): keep references to components when temporarily disconnected
  • d0070ac docs(changelog): update formatting

See the full diff

greenkeeper[bot] avatar Feb 19 '18 15:02 greenkeeper[bot]

Version 0.6.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 1f7ba30 0.6.2
  • a70476e fix(collection): remove collection loader from global scripts
  • b148239 fix(): add rollup pluginutils to json plugin so that we can ignore commonjs proxy files.
  • 8ded087 chore(svg): remove svg logic from build if svgs not used
  • 59ff359 fix(slot): component provided default slot content
  • 3f87e1d fix(prerender): handle anchor href values that contain quotes
  • e26dbc8 test(prerender): move normalizePrerenderLocation

See the full diff

greenkeeper[bot] avatar Feb 19 '18 19:02 greenkeeper[bot]

Version 0.6.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • ad1e0cb chore():updated changelog and increment package version.
  • 1ae4294 chore(): correct some failing tests that changed after context was removed.
  • fe66a3f Fix(): remove context as a global var because it should now be used through a decorator in components.
  • 913d4d1 fix(): remove isBuildSvg from prop test in render.

See the full diff

greenkeeper[bot] avatar Feb 19 '18 21:02 greenkeeper[bot]

Version 0.6.4 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 7e12bae 0.6.4
  • 90b295b fix(): move rollup-pluginutils to an external for the rollup build.
  • d4dff84 chore(build): catch build script failures
  • 851fcec fix(loader): force es5 builds for file:// protocol

See the full diff

greenkeeper[bot] avatar Feb 20 '18 15:02 greenkeeper[bot]

Version 0.6.5 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 80c8793 0.6.5
  • d2def84 perf(optimizeHtml): default to optimize html when prerendering disabled
  • 0c9117e fix(prerender): handle shadow components in patch

See the full diff

greenkeeper[bot] avatar Feb 20 '18 19:02 greenkeeper[bot]

Version 0.6.6 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 10 commits ahead by 10, behind by 1.

  • a6bb87d 0.6.6
  • cf285a2 Revert "fix(slot): sync read child nodes in connectedCallback"
  • 2a1da4a 0.6.5
  • d7c7acf chore(client): print out url during import() error
  • 6103fef fix(types): remove deprecated collection imports
  • 494919a fix(slot): sync read child nodes in connectedCallback
  • db594bd fix(global): always add global script to built context
  • 31e7a9f chore(build): add rollup-pluginutils to externals
  • f09a5ee fix(): move callNodeRefs check to only occur on rerender not on initial load.
  • b192def fix(): execute ref on vnode items that get added during update.

See the full diff

greenkeeper[bot] avatar Feb 22 '18 16:02 greenkeeper[bot]

Version 0.6.7 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 354b87e 0.6.7
  • 0dd621c refactor(collections): use node module resolution for collection dependencies
  • 9fcad83 fix(collection): copy all src root level d.ts to dist/types directory for distribution
  • 03349be fix(types): gather collect types during ts typechecking
  • 64b03d0 fix(collection): remove side effect collection imports from JS output
  • d86e104 chore(typescript): update to typescript 2.7.2

See the full diff

greenkeeper[bot] avatar Feb 23 '18 16:02 greenkeeper[bot]

Version 0.6.8 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 257d3be 0.6.8
  • a61dc3b fix(css): use default css if sass plugin not installed
  • fb554c9 fix(types): import to missing dist/core folder after build process

See the full diff

greenkeeper[bot] avatar Feb 25 '18 10:02 greenkeeper[bot]

Version 0.6.9 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 8 commits.

  • 2a0fa84 0.6.9
  • d462b7f fix(collection): ship stencil/core interfaces w/ collections
  • e943398 chore(css): warn when stylus and less are used without corresponding plugins
  • 538d6ed fix(): add JSX and JSXElements namespaces to components.d.ts file
  • 3904bd1 chore(): update the version of rollup
  • f62e4ea refactor(exports): remove CssClassMap export
  • 40faa65 fix(exports): update renderer exports and refactor renderer location
  • ebccbc1 fix(transpile): implement directoryExists for compiler-host

See the full diff

greenkeeper[bot] avatar Feb 27 '18 18:02 greenkeeper[bot]

Version 0.6.10 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 206ec1c 0.6.10
  • 4d151cc fix(): remove global JSX Elements that should be provided by the host application.

See the full diff

greenkeeper[bot] avatar Feb 27 '18 19:02 greenkeeper[bot]

Version 0.6.11 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • d741326 0.6.11
  • 53bb4d1 fix(types): add JSX types to injected stencil core dts

See the full diff

greenkeeper[bot] avatar Feb 27 '18 20:02 greenkeeper[bot]

Version 0.6.12 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 1479be6 0.6.12
  • 7132fb2 chore(docs): skip over generating docs for collection dependency components
  • 1c577f2 chore(fs): update fs.readdir opts.inMemoryOnly
  • 60d7b7d chore(fs): add allowInMemoryDirRead fs.readdir option

See the full diff

greenkeeper[bot] avatar Feb 28 '18 03:02 greenkeeper[bot]

Version 0.6.13 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • a9ecab9 0.6.13
  • ef1875f fix(types): export lifecycle method interfaces for collections

See the full diff

greenkeeper[bot] avatar Feb 28 '18 05:02 greenkeeper[bot]

Version 0.6.14 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • ea6efbc 0.6.14
  • 6ba0150 fix(collection): add bundle data to collection manifest for prop connect tags
  • b8f8791 test(exports): export mockDocument, mockElement, mockWindow
  • 0df1dff fix(watcher): do not create more than one watcher

See the full diff

greenkeeper[bot] avatar Feb 28 '18 22:02 greenkeeper[bot]

Version 0.6.15 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • efd24c1 0.6.15
  • 65c5783 perf(file hash): init asset file versioning
  • cf72640 fix(prerender): improve inline loader script
  • 286bf7d perf(minify): minify inline styles and scripts
  • c9aee2b perf(render): microtask resolve all tasks until app loaded

See the full diff

greenkeeper[bot] avatar Mar 01 '18 06:03 greenkeeper[bot]

Version 0.6.16 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 97d2be8 0.6.16
  • 75dfab6 fix(cli): fix minimist dependency
  • 2d70d6a refactor(assets): refactor asset versioning

See the full diff

greenkeeper[bot] avatar Mar 01 '18 15:03 greenkeeper[bot]

Version 0.6.17 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 8 commits.

  • 2b36449 0.6.17
  • ed99d45 feat(App): expose addEventListener to app global so external libs can override
  • 0fb14a3 feat(raf): expose raf to app global so external libs can override raf
  • 639626b feat(events): dispatch "appinit" and "appload" events on window
  • af33a88 chore(domApi): move domApi out of vdom directory
  • f76bcec chore(minify): move reserved properties to their own file
  • 9864159 fix(sw): update sw unregistration
  • c855353 feat(Build): user-land Build conditions

See the full diff

greenkeeper[bot] avatar Mar 03 '18 05:03 greenkeeper[bot]

Version 0.6.18 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 9 commits.

  • 59de9ce 0.6.18
  • 830d601 fix(events): always add dispatchEvent to build
  • 6eb1125 chore(vermoji): πŸ’Ž
  • b1071cb chore(polyfill): add array.includes
  • b4eb82a docs(readme): fix badges
  • 0ec362d docs(readme): update badges
  • 557781a docs(readme): update formatting
  • 7ce0d92 docs(readme): update readme
  • 9e3d6e4 chore(polyfill): add endswith

See the full diff

greenkeeper[bot] avatar Mar 05 '18 01:03 greenkeeper[bot]

Version 0.7.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 59 commits.

  • f1511f0 🍬 0.7.0
  • e22d6b4 chore(): update declaration import
  • 99d4c51 πŸ—Ί 0.7.0-6
  • da52e02 fix(host-config): add baseUrl to host.config.json output
  • f37d9d5 fix(prerender): update local prerender server w/ baseUrl
  • 8e3f616 fix(service-worker): add registry.json, host config and global js to globIgnore
  • eae035b fix(service-worker): adjust sw.js w/ baseUrl
  • 7ea4307 fix(service-worker): unregister sw when in dev mode
  • e65e4d6 test(service-worker): append service worker script
  • ca97e1c refactor(config): rename resourcePath to resourcesUrl
  • 64e86a3 🌷 0.7.0-5
  • a8b6537 test(prerender): ensure loader file created
  • 7907b94 fix(prerender): fix inlined loader script with baseUrl confg
  • 26bf09f fix(prerender): fix urls w/ same as baseUrl but no trailing slash
  • 5f23608 test(prerender): handle capital target values

There are 59 commits in total.

See the full diff

greenkeeper[bot] avatar Mar 16 '18 23:03 greenkeeper[bot]

Version 0.7.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 11 commits.

  • 397f0f0 🏐 0.7.1
  • ab89379 fix(test) normalize path.relative
  • 4319250 chore(types): update HydrateAnchor type
  • f24c678 chore(lint): lint test file
  • 7c93e85 fix(es5): fix observedAttributes in es5 build
  • c0ba946 test(esm): fix esm query string tests
  • 54a712a refactor(loader): rename core=es2015 to core=esm
  • b32d9da fix(styles): escape unicode characters in css
  • 7768864 fix(prerender): fix custom indexHtml build
  • a798815 test(outputTarget): validate output target types
  • 037839f fix(crossorigin): support crossorigin for dynamic import

See the full diff

greenkeeper[bot] avatar Mar 17 '18 22:03 greenkeeper[bot]

Version 0.7.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 9 commits.

  • 3ad2cd8 πŸš” 0.7.2
  • ef00a29 test(normalize): fix node-http-server.spec on windows
  • 8d92cc1 feat(whenDefined): customElements.whenDefined() polyfill before the full polyfill
  • 007b188 fix(render): check if functional component on update element
  • 0abcfbe fix(canonical-link): update using existing href value
  • b76bde8 refactor(build): commit build writes, then prerender, genereate service worker and docs
  • 51aceb9 test(files): replace expectFilesWritten() results test w/ expectFiles fs text
  • 10a3777 fix(render): fix functional components returning null
  • bc6c638 fix(prerender): merge prerender diagnostics with build output

See the full diff

greenkeeper[bot] avatar Mar 19 '18 06:03 greenkeeper[bot]

Version 0.7.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • e68354c πŸ† 0.7.3
  • 7b5ee86 test(normalize): fix copy-tasks.spec on windows
  • c3911cc test(normalize): fix validate-config.spec on windows
  • c033220 chore(docs): fix docs update message
  • 741d97f feat(reflectToAttr): add Prop option to reflect property values to attribute

See the full diff

greenkeeper[bot] avatar Mar 20 '18 13:03 greenkeeper[bot]

Version 0.7.4 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 7180121 🏡 0.7.4
  • 857d81c fix(prop): fix prop decorator parsing
  • 8b7b244 docs(config): update link to config docs
  • 8127829 fix(build): reuse build conditionals from last build for non-typescript changes

See the full diff

greenkeeper[bot] avatar Mar 20 '18 19:03 greenkeeper[bot]

Version 0.7.5 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 9849b3c 🐬 0.7.5
  • 05c2194 chore(): extend some tests.
  • 4644d91 fix(): add event listeners and custom events types to components.d.ts (#644)
  • 97c35ce fix(css): update the CSS variable regexp for pseudo-classes
  • 3b7bb2b docs(readme): add async/await and Array.includes
  • 3ab1ee9 test(normalize): fix validate-paths.spec on windows

See the full diff

greenkeeper[bot] avatar Mar 20 '18 20:03 greenkeeper[bot]

Version 0.7.6 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 13 commits.

  • 9437307 🎺 0.7.6
  • f1af0bc fix(styles): escape unicode chars & octal literals in css
  • 3747dcd fix(render): fix functional components patch when children aren't rendered
  • 40de34c revert(fs): revert remove drive letter added by sys.path.resolve
  • a281114 test(loader): update loader tests for customElements.define
  • f4823f7 fix(loader): more-specific "customElements" polyfill check
  • bb09964 fix(events): keep event names case-sensitive
  • 78ad18a test(windows): remove drive letter added by sys.path.resolve
  • c56d251 refactor(event): default to lowercase method name for event name
  • dafd02d fix(types): Dash based event names should appear within quotes in the components.d.ts file.
  • b3254fa chore(build): parallelize app file build outputs
  • 4db152b chore(globalStyle): improve config.globalStyle error
  • b39b2b9 fix(build): avoid Object.entries (breaks Node 6)

See the full diff

greenkeeper[bot] avatar Mar 22 '18 15:03 greenkeeper[bot]

Version 0.7.7 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 8 commits.

  • aea30b2 πŸ’ 0.7.7
  • ef1b2e7 feat(events): reduce restrictions on public member names that are similar to event names
  • ef304ea feat(): add methods to components.d.ts file and remove localized dependency on components (#654)
  • 527f2ac fix(events): fix adding listeners from JSX attributes
  • d1816cc chore(event): add warning for props and methods starting with "on"
  • 4e48d75 chore(event): add warning about uppercasing first character of event name
  • 92ecb9c docs(changelog): add listener feature to 0.7.6 log
  • 4854b77 chore(changelog): remove logs > 0.1.0

See the full diff

greenkeeper[bot] avatar Mar 23 '18 17:03 greenkeeper[bot]

Version 0.7.8 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • e8e9c3e πŸ‘½ 0.7.8
  • c2eb430 feat(config): enable ng output target
  • 1ea4376 docs(CONTRIBUTING): correct slack url
  • 34bd335 feat(docs): generate component docs in json format
  • 392b4e4 chore(build): add appBuild property to outputTarget

See the full diff

greenkeeper[bot] avatar Mar 26 '18 21:03 greenkeeper[bot]

Version 0.7.9 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 1292abe 🎷 0.7.9
  • 3d3a80e refactor(loader): removing temporary whenDefined polyfill
  • 57d14c7 refactor(componentOnReady): add componentOnReady to prototype immediately

See the full diff

greenkeeper[bot] avatar Mar 28 '18 13:03 greenkeeper[bot]

Version 0.7.10 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • d04f71b 🐚 0.7.10
  • dcfdf06 fix(componentOnReady): set host element as resolve value
  • 87a6f77 chore(release): rename release script

See the full diff

greenkeeper[bot] avatar Mar 28 '18 21:03 greenkeeper[bot]

Version 0.7.11 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 16 commits.

  • 7b2cb02 πŸ”¦ 0.7.11
  • e6ff67c feat(props): warn when using standardized props/methods
  • 2b4ebc1 chore(typescript): move to deps
  • bc7873e fix(build): separate cached build conditionals
  • 191d90a feat(build): exclude slot polyfill for shadow-only, or not slot components
  • 6fe6a6e fix(render): update parent host content from child changed element render
  • 291e720 test(isDef): add isDef unit tests
  • 6f380da fix(render): fix vnode key comparison
  • f9a364e chore(package): update package description
  • bfb05d8 Merge branch 'master' of github.com:ionic-team/stencil
  • ca11e0a feat(angular): directivesArrayFile
  • c98c7ce feat(): update to TypeScript 2.8.1.
  • 0b6a9cb chore(): added more debug console logs to help with memory leak troubleshooting.
  • 624e351 chore(versioning): init manifest asset versioning
  • da14e81 fix(cli): override previous flags in cli args

There are 16 commits in total.

See the full diff

greenkeeper[bot] avatar Apr 02 '18 13:04 greenkeeper[bot]