Releases: paperclip-ui/paperclip
Releases · paperclip-ui/paperclip
v20.4.36
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
meta click script to go to source
Screen.Recording.2024-01-07.at.3.17.31.PM.mp4
v20.4.32
bug fixes + simplify code around pasting elements
v20.4.31
ability to drop assets to layers
add some padding for centered elements
Screen.Recording.2024-01-05.at.9.27.01.AM.mp4
file navigator is collapsible:
Screen.Recording.2024-01-05.at.12.17.49.PM.mp4
v20.4.30
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
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
ability to display assets
v20.4.27
Components / atoms / mixins now appear in the resources panel