Prism - Design System Code Generator v0.6.0 Release Notes

Release Date: 2020-10-04 // over 3 years ago
  • 🚀 Thanks to the release of Swift for Windows, this version includes an experimental, yet fully-featured release of Prism for windows.
    See attached prism.exe in this release including instructions in the README file.

    Thanks to @compnerd for his massive assistance in making this work.

    image

    🛠 This version also fixes an existing issue where templates stored in any folder hierarchy were processed as a flat hierarchy to the output folder. Now, the directory structure is preserved.


Previous changes from v0.5.0

    • Allow generating code from either a Project or a Styleguide [#40]
    • ➕ Add textStyle.lineSpacing token [#42]
    • Various internal improvements