From 90acf688ea55e8744edfc4af4bda8d6b01286223 Mon Sep 17 00:00:00 2001 From: Floris Bernard Date: Wed, 19 Dec 2018 13:21:45 +0100 Subject: [PATCH] Release v1.0.0 --- docs/usage/client-only.md | 3 --- package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/usage/client-only.md b/docs/usage/client-only.md index 48404c3..76710c1 100644 --- a/docs/usage/client-only.md +++ b/docs/usage/client-only.md @@ -9,9 +9,6 @@ This guide uses the example page setup described on the [start page of usage gui ## Deferring initialization to the client (browser) -This feature will be in the next release (v1.0) -{: .bg-red-000.m-1.p-6 } - Sometimes we don't want a component to initialize on the server. Here are some example reasons: - We want to load a component later because it is not critical to the user experience diff --git a/package.json b/package.json index 303f70a..3fa2044 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-redux-component-init", - "version": "1.0.0-rc.4", + "version": "1.0.0", "description": "A library to manage async cpmponent initialization in isomorphic React/Redux applications with server-side rendering", "main": "./lib/index.js", "scripts": {