Skip to content

Releases: PatternBuilder/pattern-kit

Update WYSIWYG editor version

Choose a tag to compare

@chrisdo1 chrisdo1 released this 12 Apr 15:09
4650aea

Tag: 1.6

  • Updated sceditor to version 3.1.1

New config option and UI improvements

Choose a tag to compare

@castastrophe castastrophe released this 28 Apr 14:29
90d1425
  • Add support for body attributes in the config
  • Update documentation
  • Update styles for squishy-window indicators for usability

New config feature, usability improvements, documentation

Choose a tag to compare

@castastrophe castastrophe released this 28 Apr 15:18
  • Add support for body attributes in the config
  • Update documentation
  • Update styles for squishy-window indicators for usability

Code refactor and changes to allow assets to track with the module.

Choose a tag to compare

@starryeyez024 starryeyez024 released this 17 May 15:30
e4b3128

Refactor of pattern kit, additions to component renderer

  • Factored methods out of large controllers.
  • Removed redundant code
  • Added a pattern model class to abstract the patterns a bit.
  • Modified the way webcomponent renderer works.
  • Added style component server.
  • Changed from lzstring to pako for more portability across platforms (lzstring sucks at reproducibility cross-platform)
  • Add support for csscomponent, web component, page and html render endpoints
  • Refactor the route controller to make it easier to read.

Documentation style updates

Choose a tag to compare

@starryeyez024 starryeyez024 released this 14 Mar 13:32

Added font family, colors, spacing, etc. to styleguide. Cleaned up some extra scrollbars, set a max width on the content area of the docs area.

Style updates and functionality additions

Choose a tag to compare

@starryeyez024 starryeyez024 released this 09 Mar 20:46
  • Change rendering of the styleguide documentation to lean on bootstrap column grid
  • Add logic to render only the tabs that work for a particular atom based on what data is present
  • Add alert messaging for atoms in the preview area to flag that it will not render
  • Reduce and organize CSS with section comments for clarity
  • Add color to the nesting of the schema editor
  • Increase size of buttons for better accessibility for those of us with poor vision :D
  • Add ability to designate order on documentation in the markdown and render the secondary nav in that order
  • Update jQuery package to reference CDN for consistency

support-at-data-and-yaml

Choose a tag to compare

@micahgodbolt micahgodbolt released this 01 Aug 18:05

Now supporting YAML files for docs using the same basename as JSON. Also supporting @DaTa to reference other component's doc data file. So @component would import component.docs.json or component.docs.yaml into your data file.

Initial Release

Choose a tag to compare

@micahgodbolt micahgodbolt released this 01 Aug 18:03
V1.0

Update README.md