Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  dist
  src
  package.json
  jest.config.js
  README.md
  tsconfig.json
  tslint.json
  yarn.lock
Size: Mime:
  README.md

CHANGELOG

1.2.14 (because monorepo)

  • all tests pass

2.0.0-alpha.1

  • drop monorepo version
  • 1dep (unify dependency updates)

2.0.0-beta.1

  • fix typings for all styled.

2.0.0-beta.2

  • fix typings for withComponent

3.0.0

  • breaking change on using styled() will now use styleh-components instead of styleh.old
    • reduce size by not having to copy elements
    • removed transpiling of styles for styled.todo on client side
    • remove uxui-modules dep
    • import tslib instead of helpers
  • removed styled.local, styled.global, styled.xxx only styled.mixin & styled.todo are available in the old api
  • react 16.6.0
  • move out old/unusued into __unused
  • all styled-component elements are now available (prev some were missing like .dialog)
  • typings
    • updated typings export
    • add data-qa as a prop

TODO

  1. add required meta config files (tests, jest, jest.config, Makefile, package.json, README, tsconfig, tslint)

  2. make it compile with ts

  3. setup ts tests

  4. write basic tests

  5. fix .tsx files

  6. remove unused files

  7. stricter types

  8. add missing typings

  9. fix 'modules' imports

  10. cleanup unused

  11. more tests

  12. createElementWithStyle typings ....

  • use newer styled-components