You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+44-22Lines changed: 44 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@
6
6
7
7
# Help!
8
8
9
-
Head to http://ui-grid.info for documentation and tutorials. Join https://gitter.im/angular-ui/ng-grid to discuss development of the 3.x codebase. We're always looking for new contributors, for pro-level contribution guidelines look at [Contributor](CONTRIBUTING.md), if you're more of a first-timer with open source (or just need a refresher), look at [First Time Open Source Contributor](FIRST_TIMER.md), also look at [Developer](DEVELOPER.md)
9
+
Head to http://ui-grid.info for documentation and tutorials. Join https://gitter.im/angular-ui/ng-grid to discuss development and ask for specific help.
10
+
11
+
We're always looking for new contributors, for pro-level contribution guidelines look at [Contributor.md](CONTRIBUTING.md), if you're more of a first-timer with open source (or just need a refresher), look at [First Time Open Source Contributor.md](FIRST_TIMER.md), also look at [Developer.md](DEVELOPER.md)
10
12
11
13
# Installing
12
14
@@ -32,26 +34,6 @@ Head to http://ui-grid.info for documentation and tutorials. Join https://gitter
You can use [rawgit.com](https://rawgit.com/)'s cdn url to access the files in the Bower repository. These files are hosted by [MaxCDN](https://www.maxcdn.com/). Just alter the version as you need.
@@ -61,7 +43,35 @@ You can use [rawgit.com](https://rawgit.com/)'s cdn url to access the files in t
61
43
62
44
# Angular Compatibility
63
45
64
-
UI-Grid is currently compatible with Angular versions ranging from 1.2.x to 1.3.x. 1.4.x+ support is coming soon.
46
+
UI-Grid is currently compatible with Angular versions ranging from 1.2.x to 1.3.x.
47
+
48
+
1.4.x+ support is coming soon. If you would like to help please see issue #3658.
49
+
50
+
# Feature Stability
51
+
52
+
UI-Grid comes bundled with several features. Not all of them are currently stable. See the list below for the stability of each:
53
+
54
+
Feature | Release state
55
+
------------------- | --------- |
56
+
auto-resize-grid | beta
57
+
cellnav | stable
58
+
edit | stable
59
+
expandable | alpha
60
+
exporter | stable
61
+
grouping | beta
62
+
importer | stable
63
+
infinite-scroll | beta
64
+
move-columns | alpha
65
+
pagination | alpha
66
+
pinning | stable
67
+
resize-columns | stable
68
+
row-edit | stable
69
+
saveState | stable
70
+
selection | stable
71
+
tree-base | beta
72
+
tree-view | beta
73
+
74
+
For more details on the features check the [Tutorials](http://ui-grid.info/docs/#/tutorial).
65
75
66
76
# Building
67
77
@@ -140,6 +150,18 @@ ui-grid is set up to run against SauceLabs. You must have the `SAUCE_ACCESS_KEY`
140
150
141
151
The full list of SauceLabs browsers can be seen by running `grunt saucebrowsers`. Usually it should suffice to let Travis do this testing automatically, unless you're trying to debug a browser-specific issue.
142
152
153
+
# What Happened to 2.x?
154
+
155
+
As of the 3.0 release, 2.x is officially deprecated. There will be no further releases. If for some reason you need to find the 2.x source please see the [2.x branch](https://github.com/angular-ui/ng-grid/tree/2.x).
156
+
157
+
# Repository Rename
158
+
159
+
With the 3.0 release, the repository has been renamed from "ng-grid" to "ui-grid".
160
+
161
+
All network traffic to GitHub should redirect automatically but they say you should update your git remote url:
Thanks to [Sauce Labs](http://saucelabs.com) and [BrowserStack](http://www.browserstack.com) for providing their testing platforms to open source projects for free.
0 commit comments