Skip to content

Commit

Permalink
Release v3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
dicky authored and dicky committed Oct 1, 2019
1 parent cfebf01 commit 285bd9a
Show file tree
Hide file tree
Showing 19 changed files with 1,286 additions and 648 deletions.
2 changes: 1 addition & 1 deletion DevApp.ViewModels/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public App()
new NavRoute("Overview", this.GetRoute(nameof(Route.Overview))),
new NavRoute("Data Flow Pattern", this.GetRoute(nameof(Route.DataFlow))),
new NavRoute("Reactive Programming", this.GetRoute(nameof(Route.Reactive))),
new NavRoute("Micro-Frontend", this.GetRoute(nameof(Route.MicroFrontend))),
//new NavRoute("Micro-Frontend", this.GetRoute(nameof(Route.MicroFrontend))),
new NavRoute("Get Started", this.GetRoute(nameof(Route.GetStarted))),

new NavGroup
Expand Down
2 changes: 1 addition & 1 deletion DevApp.ViewModels/Docs/FromScratchWebPack.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Add NPM configuration file _package.json_ with the following content:
]
},
"dependencies": {
"dotnetify": "~3.4.0",
"dotnetify": "~3.5.0",
"react": "~16.6.0",
"react-dom": "~16.6.0"
},
Expand Down
252 changes: 204 additions & 48 deletions DevApp/dist/dist/dotnetify-ko.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion DevApp/dist/dist/dotnetify-ko.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions DevApp/dist/dist/dotnetify-ko.min.js

Large diffs are not rendered by default.

627 changes: 439 additions & 188 deletions DevApp/dist/dist/dotnetify-react.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion DevApp/dist/dist/dotnetify-react.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions DevApp/dist/dist/dotnetify-react.min.js

Large diffs are not rendered by default.

206 changes: 181 additions & 25 deletions DevApp/dist/dist/dotnetify-vue.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion DevApp/dist/dist/dotnetify-vue.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions DevApp/dist/dist/dotnetify-vue.min.js

Large diffs are not rendered by default.

456 changes: 306 additions & 150 deletions DevApp/dist/dist/dotnetify.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion DevApp/dist/dist/dotnetify.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions DevApp/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotnetify",
"version": "3.4.0",
"version": "3.5.0",
"description": "Simple, lightweight, yet powerful way to build realtime .NET web apps.",
"main": "index.js",
"types": "dist/typings/dotnetify.d.ts",
Expand Down Expand Up @@ -34,7 +34,8 @@
"mvvm",
"web",
"mobile",
"realtime"
"realtime",
"microfrontend"
],
"author": "Dicky Suryadi",
"license": "Apache 2.0",
Expand Down
Loading

0 comments on commit 285bd9a

Please sign in to comment.