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

Master #4391

Closed
wants to merge 2,596 commits into from
Closed

Master #4391

wants to merge 2,596 commits into from

Conversation

htettwin
Copy link

Fixes #4389

JLLeitschuh and others added 30 commits June 17, 2015 15:47
The docs can now run using angular 1.3.16.
This didn't work before because the grunt-ngdocs version that was being used did not support angular 1.3
There was a warning when defaulting to using "string" as a type for a
column. It was causing more confusion than the help it was providing so
it's been removed.

Closes #3662
The headerRowHeight option hasn't done anything for a long time. This
change removes it from the docs and specifies how to alter header height
with CSS.

Closes #3665
Adds ui-grid-one-bind directive set to core
GridApi.suppressEvents should suppress all the handlers
thanks to @500tech-user and @Jacquelin for PR's that led to this fix
The param string on uiGridOneBindIdGrid was wrong
Otherwise some character patterns would have unexpected behaviour.
For example, '$$' would be replaced with a '$'.
…pure-string

Ensure cellFilters in gridClassFactory are passed without modifications
Fixes queue refresh api registration
Adds information about Jasmine and Protractor tests and how to run single tests.
208 was disabled because the cancelFilterInColumn method wasn't working
correctly however it seems to be working fine now.
The $scope.$watch used `===` for equality comparisons by default and 1.3
uses `angular.equals`. The desired behaior is acheived using
`angular.equals`.
Fixes one bind tests failing with Angular 1.2
For some reason Bower won't install 1.3.x when the version spec says
'>=1.2.16 <=1.3.x'. It installs 1.2.28 instead. This change explicitly
states 1.3.14 as the latest allowable.

Closes #3865
Should download pdf similar to downloading a csv when in IE, whereas
all other browsers should open the pdf in place in a new tab (something
that pdfMake cannot do in IE).
Export pdf in IE, extend tutorials to link to API doco
 #3795 raise sortChanged with proper arguments when grid state is restored
swalters and others added 25 commits August 31, 2015 10:02
fix(gridUtil): Fixes gridUtil.off.mousewheel event handler
Partially fix jumpy infiniteScroll scrolling
missing colon in site.css
docs(typo): fix typo in pagination docs
fix(grouping): #4318 fixes the moveGroupColumn bug, return original columns instead of null
Makes the gitter chat buttons to more prominent locations.
This will hopefully help mitigate the number of issues and increase the
number of questions asked in chat.
docs: Adds Gitter badge readme and site Homepage
…ator

feat(core): Adds sort priority number to header
Adds some guidelines around git messages.
This will help get more commits into the changelog.
Added "expandedRowHeight" property to the expanded row.
If it is not defined, the grid's default is used.
Changed the template files to use the "expandedRowHeight" instead of the
grid's default.

Added "rowExpandedBeforeStateChanged" event to "expandable" feature

Can now hook to the event before the change. One scenario this can be
helpful is to dynamically change the expandedRowHeight
Adds Commit Message Guidelines to Changelog
This option allows you to specify how a column's sort direction should
be cycled as the heading is repeatedly clicked. The default value,
[null,ASC,DESC], preserves the existing behavior.
feat(core): add sortDirectionCycle column option
Fix bug: expectRowCount will get doubled row count if there're pinned columns
IE9 wasn't aligning the column headers properly. Not really worried about
a permanent pretty fix here given IE9's age. This just hacks around the
problem.

Thanks to @chuge for the CSS.

Fixes #3854
If your data  is completely replaced by another array, then you need to call clearSelectedRows and it wasn't resetting the selectionCount
@JLLeitschuh
Copy link
Contributor

I'm really not sure what this is for?

@JLLeitschuh
Copy link
Contributor

I'm not sure what the purpose of this commit is. Is this for 2.0.x?

@swalters
Copy link
Contributor

Much, much too complicated of a PR to consider merging. A PR should contain ONLY the change you are making

@swalters swalters closed this Sep 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.