frosted-glass
frosted-glass copied to clipboard
Update @stencil/core to the latest version π
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:
Version 0.6.1 just got published.
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
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
Version 0.6.4 just got published.
Version 0.6.5 just got published.
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
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
Version 0.6.8 just got published.
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
Version 0.6.10 just got published.
Version 0.6.11 just got published.
Version 0.6.12 just got published.
Version 0.6.13 just got published.
Version 0.6.14 just got published.
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
Version 0.6.16 just got published.
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
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
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
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
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
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
Version 0.7.4 just got published.
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
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
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
Version 0.7.8 just got published.
Version 0.7.9 just got published.
Version 0.7.10 just got published.
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