- [!] Fixed newline at eof for import files.
- Updated grid component wit the -webkit-flex property value to support iOS 8.1-8.4.
- Removed all star hacks and grid styling support for <ie8.
- Updated autoprefixer to support 3 latest browser versions instead of 2.
- Added
flex-flow
property to grid component to fix Firefox wrapping issues for flexbox elements.
- Added git repo url to bower.json.
- Updated pam-Select-Box with the
select::-ms-expand
which removes the select arrow for IE. - Added pam-Divider component.
- Added postCSS task with autoprefix plugin.
- global radius variable
@border-radius-base
. - border-radius variable for inputs
@form-border-radius
. - border-radius variable for buttons
@button-border-radius
. - Changed focus and hover styles for buttons.
- Added attribute to control font color in buttons
pam-Button="text:[primary|secondary]"
. - Updated styleguide documentation for lists, hooks, inputs, buttons and divider.
- Implemented styleguide skin with a indexed menu.
- Added favicon for stylguide.
- Implemented use of font-family variable.
- Removed uppercase text-transforms.
- Updated typography trait with variables and hooks.
- Buttons update with text selectors and new variables.
- Theme trait selector has moved into its own core file.
- Grid units default font-family have been set to Roboto.
- Added borderless input type (pam-Input="borderless").
- Fixed styleguide documentation for pam-Select-Box.
- Added borderless input hook.
- Updated pam-Input-Icon spacing according to material design.
- Added hook and selectors for placeholder styling.
- Implemented PAM variables for pam-Lists, pam-Item and pam-Tiles.
- Adjusted list, item and tiles spaces.
- Update styleguide documentation with pam-Lists, pam-Item and pam-Tiles.
- Updated PAM utility with pam-util="hidden" and pam-util="group".
- Added support for landscape orientation in grid units.
- Added trait for theming (pam-theme).
- Added trait for default typographies (pam-typography).
- Added menus styleguide documentation.
- PAM has been extended with a round button.
- Updated styleguide documentation for hooks styling.
- Updated pam-Form styleguide documentation.
- Added styleguide documentation for grids.
- Included the responsive pam css in the styleguide build.
- Updated path for pam.css in styleguide config
- Added grunt-cli as prerequisite in README "Build from source"
- [!] Import Roboto font from https instead of http.
- Added thin (100) and light (300) to Roboto font family.
- [!] The less release package has been moved from
/release
to/release/less
. - [!] The task
grunt manual_tests
has been renamed togrunt tests
. - Added styledown and styleguide automation.
- Fixed a misnamed form hook.
- Added variables for skin, layout, topography, typography and breakpoints.
- Updated browser-sync to 2.0.0.
- Implemented lesshat mixin library.
- Updated component hooks.
- Minimized complexity of file structure.
- Updated folder structure.
- Added pam-Select-Box to forms component.
- Adjusted pam-Input-Icon padding.
- [!] Replaced Pure grids with PAM grids.
- [!] Replaced Pure tables with PAM tables.
- [!] Replaced Pure menus with PAM menus.
- Added PAM lists.
- Updated documentation.
- [!] Replaced Pure forms with PAM forms.
- [!] Replaced Pure buttons with PAM buttons.
- New release package structure (LESS package).
- Implemented LESS in build flow.
- Initial commit.