Skip to content

Commit 16529c2

Browse files
authored
Merge pull request #3 from puzzle-js/feature/conditional-rendering
add disable flag type to implement conditional rendering
2 parents 33e227e + 05827a0 commit 16529c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@puzzle-js/client-lib",
33
"main": "dist/index.js",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"author": "<emre.kul@trendyol.com>",
66
"license": "MIT",
77
"repository": {

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export interface IPageFragmentConfig {
3131
name: string;
3232
chunked: boolean;
3333
clientAsync: boolean;
34+
disabled: boolean;
3435
attributes: { [name: string]: string };
3536
source: string | undefined;
3637
}

0 commit comments

Comments
 (0)