Skip to content

Commit

Permalink
Merge branch 'docs' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesPong committed Jun 15, 2017
2 parents fd524da + a8dd5c4 commit f4edea9
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 6 deletions.
38 changes: 34 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,44 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- Post publish and draft status
- Soft delete support of models

### Changed
- Dashboard panel text

### Fixed
- Post editor full screen bug

## 0.2.0 - 2017-06-15
### Added
- Backend
- Post publish status and draft status
- Soft delete support of models
- Active menu support
- Flash session in route redirection
- Function str_slug compitable with Chinese
- Frontend
- Materialize css support
- materialize pagination blade
- Multi widgets
- Home page
- Article detail page

### Changed
- Backend
- Use dismissible alert component in alerts partial
- Route name with prefix
- Auto-generated slug could be repeated bug
- Repository concrete with adding method scopeBoot
- Default post scope with published status
- Rename multi views name
- Repository Contract&Concrete with adding withCount method
- Post table columns
- Refactor assets folder structure

### Fixed
- Backend
- Post editor full screen bug
- Post missing input fields
- Password is not required in user-update action
- Repository delete bug

## 0.1.0 - 2017-05-29
### Added
Expand Down
11 changes: 9 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@
- [ ] Wechat related
- [ ] Schedule(backup,stat,)
- [ ] I18N
- [ ] Highlight tab
- [ ] Links
- [ ] Settings
- [ ] File management
- [ ] Feature image
- [ ] Flash session

## Frontend

- [ ] Materialize css
- [x] Materialize css
- [ ] Search
- [ ] Websocket

Expand All @@ -25,4 +31,5 @@
- [ ] Refactor views with VueJs
- [ ] API
- [ ] Package
- [ ] Unit test
- [ ] Unit test
- [ ] Pjax

0 comments on commit f4edea9

Please sign in to comment.