-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update can-component to the latest version 🚀 #9
base: master
Are you sure you want to change the base?
Conversation
Version 4.0.1 just got published. |
Version 4.0.4 just got published. |
Version 4.0.5 just got published. |
Version 4.0.6 just got published.Update to this version instead 🚀 Release Notespassing a filename to stache() for inline viewsFilenames are now passed to var MyComponent = Component.extend({ tag: "my-filename-component", ViewModel: {}, view: "<div></p>" }); This way, useful error messages are given. For example, the view above gives:
|
Version 4.0.7 just got published. |
Version 4.1.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 10 commits.
See the full diff |
Version 4.1.1 just got published. |
Version 4.1.3 just got published.Update to this version instead 🚀 CommitsThe new version differs by 12 commits.
See the full diff |
Version 4.2.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 40 commits.
There are 40 commits in total. See the full diff |
Version 4.2.1 just got published. |
Version 4.2.2 just got published. |
Version 4.2.3 just got published.Update to this version instead 🚀 CommitsThe new version differs by 5 commits.
See the full diff |
|
Update to this version instead 🚀 Release Notes for Removing can-observe from test that doesn't need it (for IE 11 support) |
|
|
|
Update to this version instead 🚀 CommitsThe new version differs by 6 commits.
See the full diff |
Update to this version instead 🚀 CommitsThe new version differs by 9 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for Fix highlighting in the docsFix highlight typo #331 |
|
|
|
|
|
|
|
Version 4.0.0 of can-component was just published.
The version 4.0.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 can-component.
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 76 commits.
79b4d7d
4.0.0
b97b817
Merge pull request #216 from canjs/major
e04cb97
pointing most packages at latest
5a444e3
Merge branch 'master' into major
cb05c74
4.0.0-pre.28
9eea30c
using document.body.contains to determine whether to call vM.connectedCallback
cecb360
4.0.0-pre.27
5e9fe53
removing autoMount since automatic mounting is done in can-view-callbacks
ecdadc0
4.0.0-pre.26
106d918
Merge pull request #192 from canjs/default-views-models
442dfd7
ViewModel:{} defaults to DefineMap
fde08d3
making stache the default view engine
9c03168
4.0.0-pre.25
e448a31
Merge branch 'magneto' into major
357c4d4
Improve a test by making it fail instead of run indefinitely
There are 76 commits in total.
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 🌴