Skip to content

Releases: paperclip-ui/paperclip

v20.4.36

07 Jan 21:37
Compare
Choose a tag to compare
  • fix bug when moving children to component body
  • clean up UI for "used instances" panel
  • "Rename layer" menu option
  • make tokens and style mixins accessible to code. E.g:
public token gray01 #333
public token gray03 #333

public defaultFont {
  color: var(gray01)
  font-family: sa-snserif
}

Can be imported into code like so:

import { defaultFont, gray03 } from "./theme.pc"

<div className={defaultFont} style={{ color: gray03 }} />
  • ability to define script in UI
Screenshot 2024-01-07 at 3 07 41 PM
  • meta click script to go to source
Screen.Recording.2024-01-07.at.3.17.31.PM.mp4

v20.4.35

06 Jan 19:36
Compare
Choose a tag to compare
v20.4.35

v20.4.34

06 Jan 16:32
Compare
Choose a tag to compare
v20.4.34

v20.4.33

06 Jan 03:02
Compare
Choose a tag to compare
v20.4.33

v20.4.32

06 Jan 02:30
Compare
Choose a tag to compare
  • bug fixes + simplify code around pasting elements

v20.4.31

05 Jan 18:21
Compare
Choose a tag to compare
  • ability to drop assets to layers
  • add some padding for centered elements
Screen.Recording.2024-01-05.at.9.27.01.AM.mp4
  • slots have new icon:
Screenshot 2024-01-05 at 9 34 24 AM
  • file navigator is collapsible:
Screen.Recording.2024-01-05.at.12.17.49.PM.mp4

v20.4.30

05 Jan 03:33
Compare
Choose a tag to compare
  • add ability to copy / paste styles
  • Show preview of assets in resource navigator
  • ability to drop assets onto layers
Screen.Recording.2024-01-04.at.9.30.41.PM.mp4

v20.4.29

05 Jan 01:47
Compare
Choose a tag to compare
  • ability to drop assets from file navigator to canvas
  • dropped style mixin is applied to node
  • dropped SVG is applied to element background
  • ability to drop local files to file navigator
Screen.Recording.2024-01-04.at.7.44.52.PM.mp4

v20.4.28

04 Jan 22:21
Compare
Choose a tag to compare
  • ability to display assets
Screenshot 2024-01-04 at 4 19 15 PM

v20.4.27

04 Jan 17:52
Compare
Choose a tag to compare
  • Components / atoms / mixins now appear in the resources panel
Screenshot 2024-01-04 at 11 52 02 AM