-
Notifications
You must be signed in to change notification settings - Fork 105
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
fix(deps): update dependency can-component to v4 - autoclosed #230
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ae65144
to
f04dbab
Compare
dd06d80
to
cae5269
Compare
cae5269
to
bf520bf
Compare
bf520bf
to
4a035da
Compare
4a035da
to
f786886
Compare
f68269c
to
b769a0c
Compare
00588b4
to
e78ff1c
Compare
580541c
to
74fa8df
Compare
74fa8df
to
3d4570b
Compare
5578a35
to
193ae4d
Compare
fec0948
to
7583be3
Compare
vikaskyadav
approved these changes
Sep 1, 2018
e3bbef7
to
9afe711
Compare
7575d19
to
2c477fe
Compare
2c477fe
to
30aeecb
Compare
4adfa56
to
83c230f
Compare
83c230f
to
2ca823f
Compare
889da12
to
e0b3a3a
Compare
0b2773f
to
137044e
Compare
12bc432
to
f9afa26
Compare
c45526f
to
1427714
Compare
1427714
to
0e7627b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.3.10
->4.4.11
Release Notes
canjs/can-component
v4.4.11
Compare Source
v4.4.10
Compare Source
Commit:
589b990
. This test was assuming async teardown. Fixes in nodeLists and stache make this sync.v4.4.9
Compare Source
#315
v4.4.8
Compare Source
#314
v4.4.7
Compare Source
#312
v4.4.6
Compare Source
#311
v4.4.5
Compare Source
Fix tests for IE11 #308
v4.4.4
Compare Source
v4.4.3
Compare Source
PR: #304
v4.4.2
Compare Source
v4.4.1
Compare Source
Properties in ViewModel can be initialized to null when instantiating a component
v4.4.0
Compare Source
Fixes #292
count:from="count"
works below:v4.3.0
Compare Source
Adds a
.viewModel
property to component elements.can-view-model
can take a hike!v4.2.4
Compare Source
Fixed adding a programmatically-instantiated component that has already been torn down
2152734
v4.2.3
Compare Source
Fix an issue with programmatically-instantiated components not being torn down correctly #277
v4.2.2
Compare Source
v4.2.1
Compare Source
v4.2.0
Compare Source
This release makes it possible to create new component instances with
new
, without rendering the instances in a template. This is useful when you:The following defines a
MyGreeting
component and creates amy-greeting
element by callingnew
on the component’s constructor function:Changing the component’s view model will cause its element and any bindings to be updated:
See the Programmatically instantiating a component section for details.
This release contains the following pull requests:
new
#237<content />
#240v4.1.3
Compare Source
v4.1.2
Compare Source
v4.1.1
Compare Source
Fix can-string dependency to <2.0.0 #255
v4.1.0
Compare Source
v4.0.8
Compare Source
#242
v4.0.7
Compare Source
#231
v4.0.6
Compare Source
Filenames are now passed to
stache()
when using inlineview
s like:This way, useful error messages are given. For example, the view above gives:
#229
v4.0.5
Compare Source
#226
v4.0.4
Compare Source
v4.0.2
Compare Source
v4.0.1
Compare Source
can-dom-data-state
was incorrectly listed in thedevDependencies
object.v4.0.0
Compare Source
Renovate configuration
📅 Schedule: "on friday" in timezone America/Los_Angeles.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.