Skip to content

Commit

Permalink
Implement hydration. Resolves #148 (#150)
Browse files Browse the repository at this point in the history
* One approach for hydration

* With console logs

* Things

* Formatting

* Fixes

* 1.7.0-beta.0

* 2.0.0-beta.1

* Fix tests

* Fix tests

* Skip unnecessary builds
  • Loading branch information
joeldenning authored Oct 4, 2021
1 parent 59d2a28 commit 8692816
Show file tree
Hide file tree
Showing 9 changed files with 1,941 additions and 1,429 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Build and Test

on:
- push
- pull_request
push:
branches: main
pull_request:
branches: "*"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "single-spa-layout",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "Layout engine for single-spa applications",
"main": "dist/umd/single-spa-layout.min.cjs",
"module": "dist/esm/single-spa-layout.min.js",
Expand Down
Loading

0 comments on commit 8692816

Please sign in to comment.