Skip to content

Commit

Permalink
new version 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
PepeElToro41 committed Feb 12, 2025
1 parent b7fc5db commit 0394433
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 16 deletions.
Binary file modified Package.rbxm
Binary file not shown.
4 changes: 2 additions & 2 deletions changelog_generation/base.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

### Find the package at:

- Wally: [pepeeltoro41/ui-labs](https://pepeeltoro41.github.io/ui-labs/)
- Wally: [pepeeltoro41/ui-labs](https://wally.run/package/pepeeltoro41/ui-labs)
- Pesde: [pepeeltoro41/ui_labs](https://pesde.dev/packages/pepeeltoro41/ui_labs)
- Roblox-ts: [@rbxts/ui-labs](https://github.com/PepeElToro41/ui-labs)
- Roblox-ts: [@rbxts/ui-labs](https://www.npmjs.com/package/@rbxts/ui-labs)

## Latest changes:
8 changes: 4 additions & 4 deletions changelog_generation/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"major": 2,
"minor": 3,
"patch": 4
}
"major": 2,
"minor": 3,
"patch": 6
}
3 changes: 3 additions & 0 deletions changelog_generation/versions/2.3.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Additions

- Added `target` prop to React/Roact stories
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
"watch": "rbxtsc -w --type=game -p test -i test/include"
},
"types": "src/index.d.ts",
"version": "2.3.4"
"version": "2.3.6"
}
2 changes: 1 addition & 1 deletion pesde.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name = "pepeeltoro41/ui_labs"
version = "2.3.4"
version = "2.3.6"
target = "roblox"
2 changes: 1 addition & 1 deletion pesde.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ includes = [
license = "MIT"
name = "pepeeltoro41/ui_labs"
repository = "https://github.com/PepeElToro41/ui-labs"
version = "2.3.4"
version = "2.3.6"

[indices]
default = "https://github.com/pesde-pkg/index"
Expand Down
18 changes: 18 additions & 0 deletions pesdeicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions src/Typing/Fusion.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { StoryBase, StoryCreationKey, StoryInfo } from "./Typing";
interface WithFusion {
use?: "fusion";
fusion: typeof Fusion;
scoped?: defined[]
scoped?: defined[];
}

type InferFusionControlGroup<T extends ControlsList = ControlsList> = {
Expand All @@ -25,7 +25,6 @@ type InferFusionControls<T extends ReturnControls> = {
type FusionProps<T extends ReturnControls> = {
controls: T extends ReturnControls ? InferFusionControls<T> : never;
scope: any;
target: Frame;
};

type InferFusionProps<T extends ReturnControls> = GetStoryProps<FusionProps<T>>;
Expand Down
1 change: 0 additions & 1 deletion src/Typing/Generic.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ type SubscribeListener<T extends ReturnControls> = (

type GenericProps<T extends ReturnControls> = {
controls: T extends ReturnControls ? InferControls<T> : never;
target: Frame;
converted: ConvertedControls;
subscribe: (listener: SubscribeListener<T>) => StoryCleanup;
};
Expand Down
1 change: 0 additions & 1 deletion src/Typing/Iris.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ type InferIrisControls<T extends ReturnControls> = {

type IrisControlProps<T extends ReturnControls> = {
controls: T extends ReturnControls ? InferIrisControls<T> : never;
target: Frame;
};

type InferIrisProps<T extends ReturnControls> = GetStoryProps<IrisControlProps<T>>;
Expand Down
1 change: 1 addition & 0 deletions src/Typing/Typing.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ type InferProps<C extends ReturnControls> = GetStoryProps<StoryProps<C>>;

interface IntrinsicProps {
inputListener: InputSignals;
target: Frame;
}
type StoryCreation<T extends {}, C> = (props: T) => C;

Expand Down
1 change: 0 additions & 1 deletion src/Typing/Vide.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ type InferVideControls<T extends ReturnControls> = {

type VideProps<T extends ReturnControls> = {
controls: T extends ReturnControls ? InferVideControls<T> : never;
target: Frame;
};

type InferVideProps<T extends ReturnControls> = GetStoryProps<VideProps<T>>;
Expand Down
2 changes: 1 addition & 1 deletion src/Version.luau
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return "2.3.5"
return "2.3.6"
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ license = "MIT"
name = "pepeeltoro41/ui-labs"
realm = "shared"
registry = "https://github.com/UpliftGames/wally-index"
version = "2.3.4"
version = "2.3.6"

0 comments on commit 0394433

Please sign in to comment.