Skip to content

Releases: paperclip-ui/paperclip

v20.1.3

12 Sep 04:18
Compare
Choose a tag to compare
  • Added ability to drop entities to other files
My.Movie.mp4

v20.1.2

11 Sep 03:51
Compare
Choose a tag to compare
v20.1.2

Small fixes

10 Sep 20:39
Compare
Choose a tag to compare
  • Fix "Unknown type" error for new script type
  • When moving PC files around, resources like images, backgrounds, and imports are updated throughout the project

Added ability to add scripts

10 Sep 00:42
Compare
Choose a tag to compare

Now you can add scripts to Paperclip components. For example:

public component SomePage {
  script(src: "./some-script.tsx", target: "react")
  render div root {
  }
}

Where some-script looks like:

export const Base => props => {. 
  const onClick = () => {
  };
  return <Base rootProps={{ onClick }} />;
};

v20.0.43

06 Sep 15:59
Compare
Choose a tag to compare
  • Small change to Node CLI that runs postinstall script after installation

v20.0.42

06 Sep 15:23
Compare
Choose a tag to compare
v20.0.42

v20.0.41

06 Sep 14:23
Compare
Choose a tag to compare
v20.0.41

v20.0.39

06 Sep 13:17
Compare
Choose a tag to compare
v20.0.39

v20.0.37

06 Sep 12:13
Compare
Choose a tag to compare
v20.0.37

v20.0.36

06 Sep 12:10
Compare
Choose a tag to compare
v20.0.36