aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
...
| | * fix: correct linting errors :rotating_light:eug-vs2020-04-03-3/+3
| | |
| | * feat: support Markdown by urleug-vs2020-04-03-9/+42
| | |
| | * feat: implement initial markdown componentEug-VS2020-04-03-13/+112
| | |
| * | Merge pull request #6 from eug-vs/button-stylesEugene Sokolov2020-03-28-8/+10
| |\ \ | | |/ | |/| Update styles
| | * refactor!: rename BenzinThemeProvider -> Benzinbutton-stylesEug-VS2020-03-28-6/+6
| | |
| | * refactor: import material colorsEug-VS2020-03-28-2/+4
| |/
| * style: transfer .eslintignore to .eslintrc.jsonEug-VS2020-02-10-1/+1
| |
| * style: rename tsconfig.release.jsonEug-VS2020-02-10-1/+1
| |
* | Merge pull request #4 from eug-vs/developv3.0.0Eugene Sokolov2020-02-08-1984/+4644
|\| | | | | Release 3.0.0
| * chore: Release 3.0.0Eug-VS2020-02-08-2/+2
| |
| * feat: add Button componentEug-VS2020-02-08-5/+25
| |
| * docs: add screenshot to README.mdEugene Sokolov2020-02-07-0/+2
| |
| * feat: improve library previewEug-VS2020-02-07-8/+41
| |
| * docs: improve badgesEugene Sokolov2020-02-06-2/+2
| |
| * chore: v2.2.3v2.2.3Eug-VS2020-02-06-2/+2
| |
| * docs: improve heading, remove logo.pngEugene Sokolov2020-02-06-3/+4
| |
| * docs: add shelds.io badges to README :fire:Eugene Sokolov2020-02-06-0/+6
| |
| * docs: add building and deploying infoEugene Sokolov2020-02-06-0/+9
| |
| * docs: update README.mdEugene Sokolov2020-02-06-2/+43
| |
| * docs: add logo imageEug-VS2020-02-06-0/+0
| |
| * feat!: configure lint script to fail on warningsEug-VS2020-02-06-1/+1
| |
| * fix: get rid of all ESlint warningsEug-VS2020-02-06-7/+12
| |
| * feat: configure ESlint for TypescriptEug-VS2020-02-06-20/+55
| |
| * feat: migrate BenzinThemeProvider to TypescriptEug-VS2020-02-06-1/+10
| |
| * fix: change package entry point back to index.jsv2.2.2Eug-VS2020-02-04-3/+2
| |
| * chore: release v2.2.1v2.2.1Eugene Sokolov2020-02-04-1/+1
| |
| * ci: update configurationEug-VS2020-02-04-14/+40
| |
| * chore: release v2.2.0Eug-VS2020-02-03-1/+1
| |
| * fix: add docker image versionEug-VS2020-02-03-0/+2
| |
| * fix: attach workspace to deploy jobEug-VS2020-02-03-0/+2
| |
| * feat: add deploy job to circleCIEug-VS2020-02-03-2/+16
| |
| * Merge pull request #3 from eug-vs/headerEugene Sokolov2020-02-03-6/+18
| |\ | | | | | | feat: migrate Header to TypeScript
| | * fix: correct setPage typeasketonim2020-02-03-1/+1
| | |
| | * fix: correct handleChange prop typesasketonim2020-02-03-2/+2
| | |
| | * fix: correct icon typeEug-VS2020-02-03-15/+9
| | | | | | | | | | | | This partially reverts last commit
| | * feat: separate HeaderTab componentEug-VS2020-02-03-11/+17
| | | | | | | | | | | | @asketonim, feel free to correct these changes
| | * fix: add missing propasketonim2020-02-03-3/+3
| | |
| | * feat: migrate Header to TypeScriptasketonim2020-02-03-3/+15
| | |
| * | fix: npm test in circleCIEug-VS2020-02-03-1/+1
| | |
| * | feat: check types on npm testEug-VS2020-02-03-1/+1
| |/
| * feat: configure circleCI :construction_worker:Eug-VS2020-02-03-0/+29
| |
| * feat: migrate ContentSection to TypescriptEug-VS2020-02-03-1/+5
| |
| * feat!: remove icons, simplify lib previewEug-VS2020-02-03-1840/+4151
| |
| * feat: migrate SmartList to TypescriptEug-VS2020-02-03-75/+82
| |
| * feat: change src structureEug-VS2020-02-03-7/+7
| |
| * Merge pull request #2 from eug-vs/typescriptEugene Sokolov2020-02-03-28/+121
| |\ | | | | | | Add Typescript support
| | * feat: use React.FC<PropTypes> syntaxEug-VS2020-02-03-6/+2
| | | | | | | | | | | | | | | | | | This approach is better because it allows to use destructuring right in a function declaration without explicitly defining children propety in PropTypes
| | * feat: delete unused .babelrcEug-VS2020-02-03-7/+0
| | |
| | * feat: setup deploy-ready typescript configEug-VS2020-02-03-16/+52
| | |
| | * feat!: install Typescript, migrate Window to .tsxEug-VS2020-02-03-8/+76
| |/