kibana/style_guides
CJ Cenizal 720297d8da [UI Framework] Reorganize UI Framework and add Yeoman generator (#13172)
* Reorganize documentation styles so they all live in doc_site/components directory. (#12809)
  - Remove global styles, e.g. body and html element selectors.
* Create global_styles dir with sub-directories. (#12833)
* Add SCSS style guide. (#12850)
* Refactor UI Framework directory structure to house everything in a src directory. (#12880)
  - Add components/index.js and services/index.js files to continue to export JS modules from the root.
* Add KUI Yeoman generator.
* Support creation of components.
* Add documentation generator for main page, demo, and sandbox.
  - Add additional documentation snippets to KUI generator. (#13076)
  - Fix incorrect use of double quotes in KUI generator snippet. (#13086)
  - Remove infrequently used imports from the KUI generator test template. (#13110)
* Mock assets files for Jest. (#13060)
* Fix broken coverage report paths in Jest config. (#13082)
* Update eslint config to lint the new UI Framework directory structure. (#13102)
* Fix positioning of doc site pagination buttons. (#13203)
* Support hasReact prop for sandboxes. (#13270)
* Remove deprecated used of component mixin from KUI generator's SCSS template. (#13377)
* Fix rebasing errors.
  - Add dashboard back to Jest config.
  - Add missing form and tool_bar variables.
* Rename tasks to createComponent and documentComponent.
* Reference correct src paths in README.
* Add children and className to templates' propTypes.
* Add default folder name for page demo.
* Add suffix to sandbox routes.
* Specify testPathIgnorePatterns more clearly.
* Rename component.test.js to test.js so that Jenkins won't try to run it.
* Update npm scripts to depend on local yo dependency, not global.
* Add ui_framework/src to copy task.
* Simplify npm scripts and remove requirement for installing Yeoman from README.
* Add services to moduleNameMapper in jest config.
* Clean up Button and Gallery examples.
2017-08-11 08:48:48 -07:00
..
angular_style_guide.md Current styleguide conventions with modern JS (#7435) 2016-11-01 21:22:59 -04:00
api_style_guide.md Update API and HTML style guides. 2016-06-09 15:32:03 -07:00
architecture_style_guide.md Adds subdirectories section to architecture style guide (#11187) 2017-04-12 13:53:08 -05:00
css_style_guide.md [UI Framework] Reorganize UI Framework and add Yeoman generator (#13172) 2017-08-11 08:48:48 -07:00
html_style_guide.md Add rule about tabindex > 0 to the styleguide (#12981) 2017-07-22 07:48:02 +02:00
js_style_guide.md Fix link syntax 2017-01-12 13:30:04 -05:00
react_style_guide.md Moving React styleguide next to other style guides (#12361) 2017-06-15 07:42:35 -07:00
scss_style_guide.md [UI Framework] Reorganize UI Framework and add Yeoman generator (#13172) 2017-08-11 08:48:48 -07:00