Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

Commit

Permalink
Merge branch '0.2.0-wip'
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho committed Mar 26, 2013
2 parents 48ba810 + f6de6b5 commit e103eee
Show file tree
Hide file tree
Showing 104 changed files with 6,835 additions and 1,996 deletions.
29 changes: 25 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
### 0.2.0
- SelectAll
extension. [Issue #18](https://github.com/wyuenho/backgrid/issues/18)
- Filter extension. [Issue #20](https://github.com/wyuenho/backgrid/issues/20)
- Fixed issue with $ conflict in the core
IIME. [Issue #61](https://github.com/wyuenho/backgrid/pull/61)
- Fixed issue with multiple invalid cells mutually steal
focus. [Issue #64](https://github.com/wyuenho/backgrid/issues/64)
- Fixed issue where the paginator's handlers are off by one when the
PageCollection's firstPage starts
at 0. [Issue #70](https://github.com/wyuenho/backgrid/issues/70)
- Fixed issue where grid components lost event handlers after
rendering. [Issue #71](https://github.com/wyuenho/backgrid/issues/71)
- Rectified decrepencies with the naming of various Backgrid Backbone
events. Now all Backgrid Backbone event names are prefixed with 'backgrid:'.
- `null` or `undefined` model values are now displayed as empty strings in the
table cells.
- Adjusted `CellEditor` inheritance hierachy, moved around a few DOM event
handler.
- `resolveNameToClass` can now take hyphenated names.
- `headerCell` definition can now be specified by a string alias.
- Upgraded dependencies. Backgrid now works with Backbone 1.0.0,
Underscore 1.4.4, backbone-pageable 1.2.0, jQuery 1.9.1, select2 3.3.1, and
lunrjs 0.2.3.

### 0.1.4
- Fixed text-overflow: ellipsis in backgrid.css.
[Issue #57](https://github.com/wyuenho/backgrid/pull/57)
Expand All @@ -7,13 +32,11 @@
detached. [Issue #60](https://github.com/wyuenho/backgrid/issues/60)

### 0.1.3

- Fixed 2 security vulnerabilities in SelectCellEditor and TextareaCellEditor.
- Fixed a paginator regression TypeError when a server mode PageableCollection
is supplied. [Issue #52](https://github.com/wyuenho/backgrid/issues/52)

### 0.1.2

- Grids can now be initialized synchronously under any pagination
mode. [Issue #44](https://github.com/wyuenho/backgrid/issues/44),
[Issue #45](https://github.com/wyuenho/backgrid/issues/45),
Expand Down Expand Up @@ -42,10 +65,8 @@
body. [Issue #26](https://github.com/wyuenho/backgrid/issues/26)

### 0.1.1

- Fix issue where the default comparator is sorting incorrectly for
models. [Issue #23](https://github.com/wyuenho/backgrid/issues/23)

### 0.1

- Initial Release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ Are you kidding me? This is a README file. Go to the [documentation](http://wyue
Copyright (c) 2013 Jimmy Yuen Ho Wong
Source code licensed under the [MIT license](LICENSE-MIT "MIT License").

Documentation licenses under [GPLv3](http://www.gnu.org/licenses/gpl-3.0.html "GPLv3")
Documentation licensed under [GPLv3](http://www.gnu.org/licenses/gpl-3.0.html "GPLv3")
1 change: 1 addition & 0 deletions api/app-20ea5717ade2476617d0305b69058533.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion api/app-c6fdef5b424714d909c92c47a65b7a8f.js

This file was deleted.

Loading

0 comments on commit e103eee

Please sign in to comment.