Permalink
Commits on Jun 1, 2017
  1. Typos in syntax fixed (#103)

    TextStyle → TextStyles
    TKAB committed with jongold Jun 1, 2017
Commits on May 24, 2017
  1. Update README.md

    jongold committed on GitHub May 24, 2017
Commits on May 10, 2017
  1. Fix typo

    jongold committed on GitHub May 10, 2017
  2. Examples basic form (#59)

    * initial commit
    
    * add type checking for session
    
    * add dummy session data
    
    * add register component
    
    * create design system
    
    * add nwb as dependency for web rendering
    
    * add web entry point
    
    * add button component
    
    * add strength meter component
    
    * add border-box to button styles
    
    * add prop-types package
    
    * add a few more states to sessions
    
    * add default font family to design system and components
    
    * unifying styling between sketch and web
    
    * add spacing component
    
    * layout set of components in sketch and web
    
    * add password state to web component
    
    * all textbox primitives to render child components
    
    * remove render targets from the Register component into their corresponding entry points
    
    * remove unnecessary dependencies
    
    * remove destructing of styles
    
    * remove magic numbers from text box styling
    
    * remove whitespace
    
    * add some basic instructions
    
    * add border to textbox
    
    * remove magic numbers from strength meter
    
    * fix margin bug on web version
    
    * update heading
    
    * add screenshot of example
    
    * update skpm dependency
    
    * ensure button has props
    
    * ensure strength meter has props
    
    * remove explicit importing of TextBox web and sketch components
    
    * update password checker lengths
    
    * avoid duplicate defining of register component
    
    * add proptypes
    
    * add default state to web
    
    * add props
    
    * detach strength meter from TextBox and render it directly from form
    
    * ensure props where required
    
    * improve contrast of yellow
    
    * use flexbox when rendering to sketch only
    
    * add default props to Register
    
    * fix linting issues
    
    * update readme
    
    * rename to form-validation
    
    * nwb seems to need explicit extract-text-webpack-plugin
    lloydwheeler committed with jongold May 10, 2017
Commits on May 9, 2017
  1. Remove unneeded dependencies

    jongold committed May 9, 2017
  2. Airtable API example (#91)

    * Airtable example
    
    * Remove unused dependencies from package.json
    
    * Code style fix
    dchen committed with jongold May 9, 2017
Commits on May 5, 2017
  1. Update README.md

    jongold committed on GitHub May 5, 2017
Commits on May 3, 2017
Commits on May 2, 2017
  1. 0.10.3

    jongold committed May 2, 2017
  2. update all skpm imports to ^0.9.0 (#66)

    jongold committed on GitHub May 2, 2017
  3. Fix opacity couldn't be zero (#61)

    dchen committed with jongold May 2, 2017
Commits on May 1, 2017
  1. Support for opacity (#60)

    * Support for opacity style
    
    * Add test for opacity
    
    * Remove TODO comment for opacity
    dchen committed with jongold May 1, 2017
Commits on Apr 29, 2017
  1. Merge pull request #55 from petetnt/handle-string-only-errors

    Handle string only errors in RedBox.js
    jongold committed on GitHub Apr 29, 2017
  2. Handle string only errors in RedBox.js

    Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
    petetnt committed Apr 29, 2017
Commits on Apr 27, 2017
  1. Merge pull request #45 from patrickhpan/patch-1

    Change link to Flow to absolute link
    jongold committed on GitHub Apr 27, 2017
  2. Change link to Flow to absolute link

    Currently the link lacks https:// so it's relative and 404s.
    patrickhpan committed on GitHub Apr 27, 2017
  3. Merge pull request #35 from BillyZac/patch-1

    Typo
    jongold committed on GitHub Apr 27, 2017
Commits on Apr 26, 2017
  1. Typo

    BillyZac committed on GitHub Apr 26, 2017
  2. Merge pull request #30 from HugoGiraudel/patch-1

    Removed glitch from styling documentation
    jongold committed on GitHub Apr 26, 2017
  3. Removed glitch from styling documentation

    HugoGiraudel committed on GitHub Apr 26, 2017
  4. Merge pull request #24 from airbnb/justjake-patch-1

    Suggest `tail -F` instead of `tail -f`
    jongold committed on GitHub Apr 26, 2017
  5. Suggest `tail -F` instead of `tail -f`

    The -F option implies the -f option, but tail will also check to see if the file being followed has been renamed or rotated.  The
    file is closed and reopened when tail detects that the filename being read from has a new inode number.  The -F option is ignored
    if reading from standard input rather than a file.
    justjake committed on GitHub Apr 26, 2017
  6. Merge pull request #21 from jkastl/api-doc-update

    update API doc language
    jongold committed on GitHub Apr 26, 2017
Commits on Apr 25, 2017
  1. Merge pull request #22 from markdalgleish/fix-react-with-styles-examp…

    …le-link
    
    Fix link to react-with-styles example
    jongold committed on GitHub Apr 25, 2017
  2. Fix link to react-with-styles example

    markdalgleish committed on GitHub Apr 25, 2017
  3. update API doc language

    jkastl committed on GitHub Apr 25, 2017
  4. Update README.md

    jongold committed on GitHub Apr 25, 2017
  5. 0.10.2

    jongold committed Apr 25, 2017
  6. remove stray symlink-plugin

    jongold committed Apr 25, 2017