Skip to content

Releases: PatternBuilder/pattern-kit

Update WYSIWYG editor version

12 Apr 15:09
4650aea
Compare
Choose a tag to compare

Tag: 1.6

  • Updated sceditor to version 3.1.1

New config option and UI improvements

28 Apr 14:29
90d1425
Compare
Choose a tag to compare
  • Add support for body attributes in the config
  • Update documentation
  • Update styles for squishy-window indicators for usability

New config feature, usability improvements, documentation

28 Apr 15:18
Compare
Choose a tag to compare
  • 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.

17 May 15:30
e4b3128
Compare
Choose a tag to compare

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

14 Mar 13:32
Compare
Choose a tag to compare

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

09 Mar 20:46
Compare
Choose a tag to compare
  • 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

01 Aug 18:05
Compare
Choose a tag to compare

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

01 Aug 18:03
Compare
Choose a tag to compare
V1.0

Update README.md