Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.2.0 #177

Merged
merged 43 commits into from
Sep 16, 2019
Merged

Release 3.2.0 #177

merged 43 commits into from
Sep 16, 2019

Conversation

thinkh
Copy link
Member

@thinkh thinkh commented Sep 16, 2019

Changes

sgratzl and others added 30 commits October 30, 2018 13:31
based on level: basic, advanced
based on type: model, ranking, ui
# Conflicts:
#	src/ui/toolbar.ts
Rename "RegExp" into "Use regular expressions" (LineUp v3.1.8)
thinkh and others added 13 commits September 9, 2019 17:22
With the most recent typings assigning `null`
to these CSS properties is forbidden.
According to the most recent typings in lib.dom.ts the `HTMLElement` interface extends from the `GlobalEventHandlers` interface.
With TypeScript v3.7 the *.d.ts file contains a dynamic import for the return type, which breaks when using the *.d.ts file with Typescript v2.7.

Invalid return value for TypeScript v2.7:
```
group(row: IDataRow): import("./interfaces").IGroup;
```
By explicitly importing and declaring the return type it works.
…ning

 Allow `color` property in column description but show deprecated warning
…-values

Fix reset of filter for missing values
# Conflicts:
#	package-lock.json
@thinkh thinkh merged commit c22cf5b into master Sep 16, 2019
@thinkh thinkh deleted the release_3.2.0 branch September 16, 2019 15:07
@thinkh thinkh restored the release_3.2.0 branch September 16, 2019 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants