Skip to content

Commit 1e408ed

Browse files
committed
Release v2.1.0
Signed-off-by: crynobone <[email protected]>
1 parent 7518482 commit 1e408ed

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To install through composer, simply put the following in your `composer.json` fi
1616
```json
1717
{
1818
"require": {
19-
"orchestra/html": "2.1.*@dev"
19+
"orchestra/html": "2.1.*"
2020
}
2121
}
2222
```

docs/changes.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,19 @@ title: HTML Change Log
55

66
## Version 2.1 {#v2-1}
77

8-
### v2.1.0@dev {#v2-1-0}
8+
### v2.1.0 {#v2-1-0}
99

1010
* `HTML::image()`, `HTML::link()`, `HTML::create()`, `HTML::ol()`, `HTML::ul()` and macro will utilize `HTML::raw()`.
1111
* Predefined package path to avoid additional overhead to guest package path.
1212
* Add `Orchestra\Html\Form\Grid::resource()` and `Orchestra\Html\Form\Grid::setup()` to simplify some code generation via `Orchestra\Html\Form\PresenterInterface` contract.
13+
* Implement [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) coding standard.
14+
* Allow creation of `Form::button` from Form Builder.
15+
* Add additional to array convertion as `Orchestra\Html\Table\Grid::with()` should be able to take any time of:
16+
- Array
17+
- `Illuminate\Support\Contracts\ArrayableInterface`
18+
- `Illuminate\Pagination\Paginator` instance
19+
- Database Query Builder (Fluent and Eloquent)
20+
* `Orchestra\Html\Table\Grid::with()` to convert array to `Illuminate\Support\Fluent` to provide an object-like usage.
1321

1422
## Version 2.0 {#v2-0}
1523

0 commit comments

Comments
 (0)