Skip to content

1.0.0-preview5-19227-01-20190604-052101

Pre-release
Pre-release
Compare
Choose a tag to compare
@StevenTCramer StevenTCramer released this 04 Jun 10:27
5a1307d

Changes:

  • 5a1307d Merge pull request #137 from TimeWarpEngineering/Cramer-2019-05-15
  • c71e720 Update model a bit to diagram subscriptions
  • dee9aa6 Add ToList to enumeration, which will create a new List, so I can alter the the collection while iterating
  • f6881ae Merge pull request #136 from TimeWarpEngineering/Cramer-2019-05-15
  • 5936495 Trying to make Codacy happy.
  • ff43ffa Add operators and IEquatable
  • a98f50b Merge pull request #119 from BlazorBowl/RemoveCloneFromTemplate
  • eec38e8 Make struct readonly and autogenerate methods
  • b1c6da6 I found out that Dispose will be called on components if implemented. So I want to remove subscriptions when the component is disposed.
  • 939e770 Some linting fixes
See more
  • ba8c864 Merge pull request #135 from stefanbemelmans/patch-1
  • 90daafc minor edits for meter
  • 816d57b Merge pull request #134 from TimeWarpEngineering/Cramer-2019-05-15
  • af28bf0 lint rule should declare the function before using it.
  • 96d22cb editorconfig coding standards update
  • d61df61 make state internal to reduce scope
  • eade7e4 Client side shuld be called actions not Request
  • c659ce6 Merge pull request #133 from TimeWarpEngineering/Cramer-2019-05-15
  • 4f36798 Bold Actions as well because we use both Actions and Requests in Blazor-State
  • 6c42831 Merge pull request #132 from TimeWarpEngineering/Cramer-2019-05-15
  • b3edc6e Update docs a bit more.
  • 5574d5d Merge pull request #131 from TimeWarpEngineering/Cramer-2019-05-15
  • 764d760 Clean up Overview
  • 31a571f Merge pull request #130 from TimeWarpEngineering/Cramer-2019-05-15
  • 341ef4b Documentation Update
  • 06cafd1 Merge pull request #129 from TimeWarpEngineering/Cramer-2019-05-15
  • 0570df9 Move version specs to directory.build.props
  • a0a88e2 Merge pull request #128 from TimeWarpEngineering/Cramer-2019-05-15
  • a7cebb4 Wrong path it is from source dir not project location.
  • b0f6f7c Merge pull request #127 from TimeWarpEngineering/Cramer-2019-05-15
  • 1b685dd the predefined var is System.DefaultWorkingDirectory not build.DefaultWorkingDirectory
  • eb22970 Merge pull request #126 from TimeWarpEngineering/Cramer-2019-05-15
  • 90bdad7 Have build write the version to known spot /bin
  • d2b04d4 Merge pull request #125 from TimeWarpEngineering/Cramer-2019-05-15
  • c884697 csproj generates Version.txt not Version.
  • d99e0b9 Merge pull request #124 from TimeWarpEngineering/Cramer-2019-05-15
  • 38e8ead Publish the Version Artifact so it will be available to Release.
  • 3a6e844 Merge pull request #123 from TimeWarpEngineering/Cramer-2019-05-15
  • ede6dad Forgot to add the Target to the TargetsForTfmSpecificBuildOutput
  • 43aa9ec Merge pull request #122 from TimeWarpEngineering/Cramer-2019-05-15
  • b68bb8c Write the version to a file for use in the Release pipeline to create lease with that version number.
  • d67d042 Merge pull request #121 from TimeWarpEngineering/Cramer-2019-05-15
  • e8b0278 Update Build Targets to push FileVersion
  • ff2bea8 Merge pull request #120 from TimeWarpEngineering/Cramer-2019-05-09
  • a5f0cee Documentation updates
  • 2713083 Removed Clone method and Interface from WeatherForecastDto
  • b4130c2 Rename the FetchWeatherForecastsAction
  • 593a2d7 Document a method.
  • c7106a7 Merge pull request #118 from TimeWarpEngineering/Cramer-2019-05-09-DocFx3
  • 5b689b3 Update the Sample.md
  • ed0c78a The PR I submitted to TypeSupport was approved and new Nuget is out
  • 8a1734d Move back to netstandard2.0
  • 44e84fb Add BlazorExtensionsLoggingVersion to Directory.Build.props
  • 981c3a9 Update the global.json to preview 5
  • d8f7d0a Use the new using sytax in C# 8
  • f70e42f This is to have Test configuration available for tests
  • 36acb4d Remove Language as it is set for the whole solution in directory.build.props
  • cd3ee8a Add Shouldly for the In client tests of AnyClone
  • 11c9ca7 States are all internal now so I need to use GetTypes vs GetExportedTypes
  • 9278a53 Remove Language as it is set for the whole solution in directory.build.props
  • c94f971 InCrease timeout for the test.
  • 60ccb38 Remove unused.
  • 950b890 Add Logging back in.
  • 38471ee Coding Standards
  • 8d1920d Reorgnaize the Services.
  • 4a1e6bb remove unused params and naming standards
  • 2b0c0ad Coding Standards
  • 7289554 Clean up placeholder
  • 05bd174 Add Link for cloneTest
  • 90394da Remove Unused
  • 1e88e9d Remove Unused
  • 9257493 make field readonly
  • 4503ee2 simplify using
  • af12a08 remove unused param
  • e3a7496 reduce scop of states to internal and thus handlers also.
  • 1b82d0e EventStreamState should be immutable from the outside so needed ReadOnlyList
  • 6e8d767 Update to Preview 5 versions
  • 8289a17 Cleaner UI for Counter page.
  • ecf2eb6 Update Clone Test page UI a bit cleaner.
  • f8aca61 Update comment
  • e2a3513 EventStream has IReadOnlyList public now so need to access the private one.
  • a1f57ba Remove Clone and IClonable use AnyClone instead
  • 9d75948 Coding Conventions
  • 73b004b Coding Conventions
  • e4ecac7 Make all state internal and add EventStreamState to Base component for easy access.
  • 763501c This is needed it seems that the DI container runs a check when building to see if it can create all the classes.
  • 6b471a1 Update editorConfig again with changes
  • 3f34c54 Now that we don't need Clone we can remove all the behavoir files
  • 7f51613 Add Tests for Any Clone
  • dac7d4e Update to Preview 5 and Add AnyClone
  • c6a9056 Update editorconfig with new settings
  • 74775ea I needed to debug AnyClone and TypeSupport but don't want to have to check in that code.
  • 87acf05 Updated to standards.
  • a9f9ea4 The Version value isn't set this does nothing.
  • a40f3df Naming convention cleanup.
  • 8c6ab5c Clean up WeatherForecaste State to coding standards
  • 0706e19 Merge pull request #117 from TimeWarpEngineering/Preview4Branch
  • 3f19dae Forgot to assign the injected item to the property.
  • 0fe5c14 goal is to remove Console.Write and use Logging instead.
  • 2c45dc7 goal is to remove Console.Write and use Logging instead.
  • b36b966 Align namespace with directory
  • 4a2b4ee This is an example NotificationHandler
  • 81e66c7 Elimnate all Console.Write with Logging if needed.
  • 1e63cea Align namespace with directory
  • f44933c This file was just a demo and we have one in Counter Pipeline so not needed.
  • b433fa6 Remove the Destructor from BaseComponet
  • 53bfaea Rename directory to be consistent
  • df86498 More coding standards clean up.
  • 7eae859 Coding Standards
  • 8e45ab4 Remove Unused variable.
  • 9524245 Merge pull request #116 from TimeWarpEngineering/Preview4Branch
  • 543e48c Clean up comments
  • c1d4b86 Remove unused BlazorHostingLocation
  • 82a9007 Simplify yaml use the Build version for nuget package.
  • 2d7ed1a Change names of Routing Actions to End in Action vs Request
  • ec3aad3 Merge pull request #115 from TimeWarpEngineering/Preview4Branch
  • 62d7c09 fix hard coded files
  • 796200b Merge pull request #114 from TimeWarpEngineering/Preview4Branch
  • b4b4fcd Minor cleanup in csproj
  • 76a7b03 Add System.CommandLine.Experimental to Nuget.Config
  • e57cb56 Remove the Condition on RestoreAdditionalProjectSources
  • 8939a1c Merge pull request #113 from TimeWarpEngineering/Preview4Branch
  • 7d7d00e Update the Build props and versions
  • 5001d03 Remove from tools unused commands
  • 7f9e4fe Update to latest nightly sdk and preview4
  • d30ee61 Update to latest nightly sdk and preview4
  • d512fb5 dotnet format
  • 75453ff remove <DotNetCliToolReference Include="Microsoft.AspNetCore.Blazor.Cli" no longer needed
  • 8d4ddb5 Use new generic IHost
  • 09e6e18 Cleanup
  • 604b398 Move logic to code behind for Blazor Location Component
  • d40a45e Update BaseTest WaitUntilLoaded to use javascript jsonRequestHandler
  • ba6247a Change Init order so JsonRequestHandler is last thing we can use this fact in BaseTest to know all js is ready.
  • 5ec1619 Clean up BlazorDualMode.js
  • a7ec095 Don't commit the blazorState in wwwroot for testapp as it should be copied.
  • a6a4a9a Copy blazorState.js to wwwroot on build until assets are properly handled in preview6 or so.
  • e7442e7 remove wwwroot from the server as we can use the one in the client which is more appropriate place.
  • 022f62b Enable ReduxDevTools even with SSB hosting model
  • adb3735 remove ComponentContext
  • b833569 Client and serverside work now :)
  • f3caf2b Call clientStartup from Server after AddBlazorState
  • 2c3774f Run from the client dll even for server side.
  • d6c66d2 AddBlazorState for Serverside
  • 7650310 OnAfterRenderAsync will fire when Javascript is active
  • 787ac21 Update StartUp for serverside.
  • f85b9e3 Add files from the ServerSideBlazor template to make that side work
  • 2f032d2 Update BlazorDualMode with new CSB and SSB js names.
  • 43a94f3 Start adding in pieces from BSS startup to see if we can get server side to work.
  • ce4de6d Update Program.cs to new format
  • 04ca785 Add Imports specific for Layout
  • 93ef9f9 Update server based on new template
  • bf73b60 Update usings to reference new Base component namespace
  • 216da90 Add direct reference to BlazorState.js project will get the js to import
  • 24720d7 Update usings to reference new Base component namespace
  • c5ea465 Add quotes on events and move class logic to code behind.
  • 7e37079 Update usings to reference new Base component namespace
  • 7fd56fa fix comment
  • ca7aac3 Move Base Compponensts in to Features/Base/Components
  • 67e9f74 Move Base Compponensts in to Features.
  • d280acc Rename the rest of the cshtml files to razor
  • df1344d Rename all of Components folder to use razor extnetions
  • 2911319 Rename all the items in Pages to new razor extentions
  • 93d84ad Add RestoreAdditionalProjectSources
  • a72ffd7 Update TargetFramework to netstandard2.1
  • e269e6f Move LangVersion to Directory.Build.props
  • b6875a5 fix variable name to reflect new type
  • d4ed99f Move LangVersion to Directory.Build.props
  • c0050bc change namespace from Microsoft.AspNetCore.Components.Services to Microsoft.AspNetCore.Components
  • 6a6244f Update to latest preview version
  • 284ceb1 start renaming to new razor extention.
  • c41dece Not sure what runs npm as I thought I was using yarn.
  • fe6eacf Update Project based on templates in ASPNet core
  • 31be673 Remove Language specification and thus use directory.build.props
  • f9957dc Update Nuget.config to support nightly builds
  • 037ad6d Replace JSRuntime.Current with injected version.
  • ce06a91 parameter should not be public.
  • c1acf1b Update Project based on templates in ASPNet core
  • 0d3955a Update to 3.0.100-preview-010184
  • b831ab4 Merge pull request #111 from TimeWarpEngineering/Cramer-2019-04-05-ContinueOnError
  • 7f9a0a7 continueOnError: true
  • 2326685 Merge pull request #110 from TimeWarpEngineering/2019-04-02-Notifications
  • 7b22922 Update to latest TypeScript
  • 2861bff Merge pull request #109 from TimeWarpEngineering/2019-04-02-Notifications
  • ab49eb1 Remove timewarp-blazor template from solution
  • 797d55c Remove timewarp-blazor template
  • 5b09442 Move IncrementCountNotificationHandler
  • 085d823 AddBlazorSate before AddRazorCompents
  • 6107e97 Rename Behavior namespace to Pipeline
  • 944ea28 Add EventStream
  • b6b08b4 Rename Behavior folder to Pipeline
  • 75f77ae Reduce scope when not needed.
  • 34ead47 Fix ServiceCollectionsExtentions from registering twice.
  • 5a64239 Rename Behavoir to Pipeline
  • 3ea4a3c Add Reset Button to Test App
  • e8bcce5 Clean up RouteState
  • b4e8870 Add Reset to IStore Interface
  • f16b7d1 Split Application State into partial classes.
  • cbbb063 Remove dependency on IServiceProvider
  • 3d294f0 Bump Version
  • 2288e7d Merge pull request #108 from TimeWarpEngineering/Cramer-2019-03-30-SubscriptionNamespace
  • 9ab8d9f Update JsonRequestHandler to use InitAsync
  • 9bde895 Add Test for ReRenderSubscriptions Behavoir
  • a4d7dee Add Logging to Typescript method InitializeJavaScriptInterop
  • 5081d0d Add RenderSubscriptionsBehavior
  • 25ff081 Update all references to BlazorHostingLocation
  • 02a7609 Bump version 0.4.5
  • 34bcf8f Update BlazorStateComponent
  • 78d8aca Pakcage lock upate
  • dec50ff Add BlazorLocation Component and use in MainLayout
  • 0e8b8ed Rename TestAppp.Server to TestApp.Server
  • 477c178 Rename JsRuntimeLocation to BlazorHostingLocation
  • 41c6004 Fix folder name
  • fa7102e Merge pull request #107 from TimeWarpEngineering/CleanUpBuildAndNuget
  • 0b0c346 Bump Version to 0.4.4
  • 0a5d9c5 Remove PackageLicenceFile tag
  • c35c469 Merge pull request #106 from TimeWarpEngineering/CleanUpBuildAndNuget
  • b87b2df Bump version
  • fa214ef remove updated of development yaml given we deleted it
  • 39b092f Removed unused yml files
  • ceb8c0f Change PackIcon to file reference since embedded doesn't work yet.
  • 3223e6f Merge pull request #105 from TimeWarpEngineering/AddBlazorStateTests
  • 1c3a2c8 Change PackIcon to file reference since embedded doesn't work yet.
  • b41b742 Remove setting ConsoleTemplate Version as we removed consoletemplate from this repo.
  • 327484f Update to latest webpack
  • b7c2541 Move Subscriptions into ReduxDevTools
  • 5f3fdae Allow for modification of Services in TestFixture
  • bf0e690 Make RouteState Members private
  • 617d7ab Update Test assembly name
  • 01b4aea Split RouteState into three partials
  • ad3f1c7 Update JsonRequestHandler to allow for test case.
  • e715a0e Remove Process Documentation Link
  • 676f009 Remove Template Documentation
  • 8e2b3ab remove the symlink to docs
  • 9d84410 Move next out of try catch
  • 9dc04e7 Add TestApp and TestSuite
  • e785cfa Update Solution with new project name for tests
  • 6e0e75f Fix null exception error.
  • 5b21a86 Add Test Infrastructure
  • 1922b1f Fix potential null reference error
  • e1191f4 Clean up solution file after removing console template
  • 338cab3 Merge commit 'c81f089'
  • c81f089 Remove console template
  • a87f070 Move Mediator to property injection
  • 490c30f Clean up to coding standards
  • 1fca2c2 Add Suppresion file for the Sample
  • 7ad431d Add Version to Application
  • 90c2109 Update docs and comment
  • 4a3fb25 Clean up Shared Project file in template.
  • 4071cdf Update BlazorTemplate.yml for Azure Pipelines
  • 013ed4c Merge commit '61c9ac2'

This list of changes was auto generated.