Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
Fix merge#2

fix merge#3

Fix IE test

Fix events declaration (DevExpress#12515)

Refactor icon condition in button (DevExpress#12478)

Renovation: Preparations for jQuery generation (DevExpress#12527)

Renovation: add SSR for Button (DevExpress#12488)

Renovation: save custom classes on type changes (DevExpress#12547)

Renovation: provide custom sizes from styles (DevExpress#12580)

Renovation: add anonymous template (DevExpress#12599)

Renovation: render or remove Ink Ripple on useInkRipple change (DevExpress#12554)

Renovation: merge 20_1 into preact-button (DevExpress#12705)

Renovation: add checking of parent node on render (DevExpress#12676)

Renovation: add setAria method into preact wrapper (DevExpress#12703)

Renovation: implement registerKeyHandler (DevExpress#12748)

Renovation: rename onKeyPress property to onKeyDown (DevExpress#12759)

Prepare to JQuery generation (DevExpress#12750)

Renovation: add gulp tasks to build react and angular (DevExpress#12777)

add @types/enzyme (DevExpress#12789)

Renovation: Add the ability to test declaration, fix react warnings (DevExpress#12755)

* Renovation: Add the ability to test declaration, fix react warnings

* fix tests, rename Input --> Props

Co-authored-by: Andrey Churkin <[email protected]>

Add capability to spread rest attributes (DevExpress#12455)

Changed `hasClass` to `includes` because I removed `className` property.

See documentation of [hasClass](https://enzymejs.github.io/enzyme/docs/api/ShallowWrapper/hasClass.html)
> Returns whether or not the wrapped node has a `className` prop including the passed in class name.

Renovation. Turn on jQuery generator (DevExpress#12793)

Fix missed extend issue (DevExpress#12807)

jQuery based selectbox and numberbox (DevExpress#12794)

Remove using $ and onValueChanged (DevExpress#12847)

Remove restAttributes prop from widget (DevExpress#12840)

jQuery generator. Add Actions for Events (DevExpress#12884)

Renovation: extract common props from the widget component (DevExpress#12886)

Create base component for legacy button (DevExpress#12914)

Renovation: Get rid of tslint (DevExpress#12897)

* get rid of tslint

* merge

* fix linter

* fix jest tests

* fix jest tests

* fix button.d.ts

Co-authored-by: Andrey Churkin <[email protected]>

use eslint-config-devextreme package (DevExpress#12946)

Co-authored-by: Andrey Churkin <[email protected]>

use global event mock (DevExpress#12955)

Fix lint warnings in the jest tests (DevExpress#12951)

Co-authored-by: Andrey Churkin <[email protected]>

App vue playground (DevExpress#13107)

* Add vue app into playground

* Fix gulp file

* update readme

* disable eslint

Renovation: Pass original event into onClick (DevExpress#13127)

Renovation: Add CRA in playground (DevExpress#13159)

* remove system js app

* Add react cra in playground

* Update generator

* Fix tests

* try to disable eslint
  • Loading branch information
roman-simionov authored and Andrey Churkin committed May 22, 2020
1 parent 20feb4c commit 078d6c5
Show file tree
Hide file tree
Showing 342 changed files with 107,072 additions and 77,447 deletions.
5 changes: 5 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ js/viz/docs/*
node_modules/*
testing/helpers/sinon/*
/themebuilder/data/metadata/*
*.p.js
*.j.js
*.p.d.ts
*.j.d.ts
playground/react/*
Loading

0 comments on commit 078d6c5

Please sign in to comment.