Commit Graph

22 Commits (525450cac52374bb361d61d35f065d29ec3e7ed8)

Author SHA1 Message Date
Rick Anderson 39b7df2ca8
Remove .min ref from all non-Blazor projects /2 (#26216) 2022-06-23 15:27:45 -10:00
Kirk Larkin 6e2e34fe10
Use consistent DOM IDs between inline snippets & sample (#25059) 2022-02-18 10:52:25 +00:00
Rick Anderson 040ef46ec4
.NET 6 SignalR JavaScript client /8 (#24680)
* .NET 6 SignalR JavaScript client /8

* .NET 6 SignalR JavaScript client /8

* .NET 6 SignalR JavaScript client /8

* .NET 6 SignalR JavaScript client /8

* .NET 6 SignalR JavaScript client /8

* .NET 6 SignalR JavaScript client /8

* work

* work

* work

* work

* work

* work

* work
2022-01-31 13:10:21 -10:00
Rick Anderson ed73ce4491
moniker prep for SignalR Client JS (#24678) 2022-01-19 15:26:38 -10:00
Kirk Larkin 5286211f20
Remove/prune .gitignore and .gitattributes (#24075) 2021-11-26 17:05:31 +00:00
Fiyaz Bin Hasan 0986702177
cutoff snippets fixed (#22826) 2021-07-23 06:52:47 -07:00
Esteban Luchsinger b56a633786
Use the automatic SignalR reconnect feature (#22694) 2021-07-09 16:58:46 -05:00
Kirk Larkin 59f3372752
Update SignalR JavaScript Client to 3.1 (#19752)
* Update SignalR JavaScript Client to 3.1

* Full-topic monikers for "< aspnetcore-3.0"

* Full-topic monikers for ">= aspnetcore-3.0" (1 of 2)

* Full-topic monikers for ">= aspnetcore-3.0" (2 of 2)

* dotnet new webapp --no-https

* Cleanup and simplification of templated code/files

* SignalR Hub, CORS, and CDN + snippets

* UI + ES2015

* A few tweaks

* A few more updates

* Update javascript-client.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-09-18 07:53:01 -10:00
Luke Latham 63d40f5602
SignalR naming consistency (#18759) 2020-06-12 15:55:07 -05:00
Scott Addie 49b6ddeb6a
Fix SignalR JS client error handling code snippet line numbers (#17834)
* Fix SignalR JS client error handling code snippet line numbers

* more edits

* Simplify
2020-04-15 14:38:23 -05:00
Andrew Stanton-Nurse aae74b3fae
fix #17358 by calling 'start()' in the JS sample (#17359) 2020-03-18 15:12:36 -07:00
Kirk Larkin 50e7b363c4 Include call to start() in SignalR JavaScript connection example. (#11112) 2019-02-26 11:42:08 -10:00
Brady Gaster 72f49379c6 fixes #9869 (#9870)
* fixes #9869

* removed one line from code sample
2018-12-06 14:49:21 -08:00
Brady Gaster a9e109763f adding javascript reconnect docs (#9345)
adding some work to address #6757, though this PR fails to contribute a holistic document addressing the entire topic of reconnections.
2018-11-14 10:44:47 -06:00
Rick Anderson 0ee6b101d9
delete map and min files (#9310) 2018-10-31 14:26:48 -10:00
Luke Latham 8e6dd4a7f4 Drop version from App package (#8881)
Addresses #8579 

I might be getting the hang of **_find and replace_** now. 😝

This doesn't touch a couple that ref 2.2.0. I'll tidy those up on https://github.com/aspnet/Docs/issues/8518 after 2.2 RTM.
2018-10-06 17:10:28 -10:00
Luke Latham 46f41d4774
Update All and App package versions (#8513) 2018-09-13 11:39:23 -05:00
Luke Latham 1a0f79a8fe
Update All/App package version (#8489) 2018-09-11 08:53:03 -05:00
Luke Latham 34b33e245b Add version to App package references (#7551)
Fixes #7532
2018-07-10 22:43:09 -05:00
Scott Addie aceef5b2f9
Update ASP.NET Core SignalR sample apps to implicit 2.1 RTM packagerefs (#7244)
Fixes https://github.com/aspnet/Docs/issues/7239
2018-06-22 13:41:59 -05:00
Andrew Stanton-Nurse 8003dbbaca Update existing SignalR Docs to RC1 (#6249)
* Update SignalR Getting Started to RC1

* update the rest of the docs

* remove unnecessary scripts

* nudge the ranges

* update Startup.cs
2018-05-07 09:17:28 -10:00
Rachel Appel dc7414bf0b
SignalR JavaScript client (#5861)
* SignalR JavaScript client

* feedback changes

* feedback mods

* feedback mods

* mods after feedback
2018-04-09 19:47:50 -04:00