Sullivan SENECHAL 8 年之前
父節點
當前提交
7517f4f3de
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      CHANGELOG.md

+ 14 - 0
CHANGELOG.md

@@ -2,6 +2,20 @@
 All notable changes to this project will be documented in this file.
 This project adheres to [Semantic Versioning](http://semver.org/).
 
+## [3.15.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.14.0...3.15.0) - 2017-03-27
+### Added
+- Add polish translation of `title_show`
+- Added the ability to leave the label of a show field empty by passing `label => false` to `ShowMapper::add()`
+
+### Changed
+- Make sure Moment.js translations work for every locale
+- The `sonata/exporter` constraint has been bumped to `^1.7`
+
+### Fixed
+- Sanitize masked fields in `ChoiceFieldMaskType`
+- Whitespaces are not taken into account when rendering blocks on `standard_layout`
+- fixed boolean handling for `xEditableType`
+
 ## [3.14.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.13.0...3.14.0) - 2017-03-16
 ### Added
 - Added `label` and `translation_domain` fallback for batch actions