Skip to content

Releases: mrgreentech/pam

v1.0.0-beta.6

29 Oct 14:14
640791d
Compare
Choose a tag to compare
  • add commitizens
  • add copy clipboard in SG
  • add custom drawer comp to style guide
  • add eslint and stylelint cache
  • add font scaling
  • add kss helpers
  • add negative spacing to space trait
  • add size-limit
  • fix circle button content alignment and icon size
  • remove grid component and use flex and size trait instead
  • update assets and manifest paths
  • update font spec
  • update font weight variables
  • update getting started documentation
  • update nav menus
  • update npm packages
  • update splash template
  • update style guide template and UI.

v1.0.0-beta.5

11 Dec 15:44
843fd8c
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release

Add

  • add display trait.
  • add documentation for overflow and text.
  • add fixed px widths in size trait.
  • add float trait.
  • add out modifier for position trait.
  • add px which means 1px for spaces.
  • add support for color and size modifiers in progress trait.
  • add variables documentation.
  • add z-index traits.

Changed

  • move less files into new directories.
  • refactor list component.
  • rename manifest file.
  • update border trait.
  • update button sizes.
  • update changelog.
  • update custom style guide hooks selector.
  • update dist with latest build.
  • update hooks docs in traits.
  • update lists spec.
  • update npm packages.
  • update stylelint rules.
  • update version in package.json to v1.0.0-beta.5.

Removed

  • remove skinSwitcher.

Pam 1.0 Beta 4

01 Nov 11:38
Compare
Choose a tag to compare
Pam 1.0 Beta 4 Pre-release
Pre-release

Add

  • add overflow trait
  • add size trait
  • add text trait
  • add .editorconfig file
  • add hide touch
  • add hide trait with responsive rules
  • add border trait
  • add shadow trait
  • add space trait
  • add gray-scale palette
  • add on-* selectors
  • add skin text selectors and variables
  • add position trait
  • add flex trait
  • add media-query mixin
  • add modifier-helper that makes it possible to use a colon
  • add more shadow variables
  • add position trait
  • add tables hover modifier
  • add variables docs for forms and tables
  • add opacity trait
  • remove old opacity variables

Update

  • update plumber for gulp css task
  • update style guide manifest
  • update media query mixins and docs
  • update naming of visibility trait
  • update npm packages
  • update PAM logo and ico
  • update skin documentation and non brand variables
  • update skin documentation and the overview example
  • update skin variables with new spec ones
  • update breakpoints values
  • update CHANGELOG.md structure to keepachangelog spec
  • update custom style guide css
  • update overlay to use position trait
  • update naming of opacity vars
  • update opacity variables

Refactor

  • refactor skin
  • refactor button
  • refactor menu
  • refactor table component

Fix

  • fix variables docs script to handle @media

Remove

  • remove old skin gray-scales
  • remove skin-text and old gray-scales
  • renamed danger to error

Newline at eof patch

19 Oct 08:57
e446619
Compare
Choose a tag to compare

This is a release patch for newline at eof for less import files. In some cases parsing the PAM import files in build will result in a not found issue. So correct new lines have been added to import files to ensure that a build process does not break.