# Change Log

## [2.0.0-beta1](https://github.com/dynamic/silverstripe-elemental-blocks/tree/2.0.0-beta1) (2018-05-11)
[Full Changelog](https://github.com/dynamic/silverstripe-elemental-blocks/compare/2.0.0-alpha5...2.0.0-beta1)

**Closed issues:**

- REFACTOR break out elements into separate modules [\#86](https://github.com/dynamic/silverstripe-elemental-blocks/issues/86)
- BaseElementObject not extending Element problematic for sorting [\#70](https://github.com/dynamic/silverstripe-elemental-blocks/issues/70)

**Merged pull requests:**

- bugfix - update Countdown block name [\#103](https://github.com/dynamic/silverstripe-elemental-blocks/pull/103) ([jsirish](https://github.com/jsirish))
- changelog - 1.0.0-alpha5 [\#101](https://github.com/dynamic/silverstripe-elemental-blocks/pull/101) ([jsirish](https://github.com/jsirish))

## [2.0.0-alpha5](https://github.com/dynamic/silverstripe-elemental-blocks/tree/2.0.0-alpha5) (2018-05-10)
[Full Changelog](https://github.com/dynamic/silverstripe-elemental-blocks/compare/2.0.0-alpha4...2.0.0-alpha5)

**Implemented enhancements:**

- QuickAddNew [\#41](https://github.com/dynamic/silverstripe-elemental-blocks/issues/41)

**Merged pull requests:**

- composer - update accordion block name [\#100](https://github.com/dynamic/silverstripe-elemental-blocks/pull/100) ([jsirish](https://github.com/jsirish))
- refactor - convert to recipe [\#99](https://github.com/dynamic/silverstripe-elemental-blocks/pull/99) ([jsirish](https://github.com/jsirish))
- refactor - migrate section navigation [\#98](https://github.com/dynamic/silverstripe-elemental-blocks/pull/98) ([jsirish](https://github.com/jsirish))
- refactor - migrate Customer Service [\#97](https://github.com/dynamic/silverstripe-elemental-blocks/pull/97) ([jsirish](https://github.com/jsirish))
- refactor - migrate Embedded Code [\#96](https://github.com/dynamic/silverstripe-elemental-blocks/pull/96) ([jsirish](https://github.com/jsirish))
- refactor - migrate Features [\#95](https://github.com/dynamic/silverstripe-elemental-blocks/pull/95) ([jsirish](https://github.com/jsirish))
- refactor - migrate Promos [\#94](https://github.com/dynamic/silverstripe-elemental-blocks/pull/94) ([jsirish](https://github.com/jsirish))
- refactor -  migrate photo gallery [\#93](https://github.com/dynamic/silverstripe-elemental-blocks/pull/93) ([jsirish](https://github.com/jsirish))
- refactor - remove Oembed template [\#92](https://github.com/dynamic/silverstripe-elemental-blocks/pull/92) ([jsirish](https://github.com/jsirish))
- Refactor - remove CallToAction [\#91](https://github.com/dynamic/silverstripe-elemental-blocks/pull/91) ([jsirish](https://github.com/jsirish))
- refactor - migrate oEmbed block to separate repo [\#90](https://github.com/dynamic/silverstripe-elemental-blocks/pull/90) ([jsirish](https://github.com/jsirish))
- refactor - migrate BaseElementObject to separate module [\#89](https://github.com/dynamic/silverstripe-elemental-blocks/pull/89) ([jsirish](https://github.com/jsirish))
- REFACTOR decouple ElementCountDown [\#88](https://github.com/dynamic/silverstripe-elemental-blocks/pull/88) ([muskie9](https://github.com/muskie9))
- REFACTOR decouple ElementalAccordion [\#87](https://github.com/dynamic/silverstripe-elemental-blocks/pull/87) ([muskie9](https://github.com/muskie9))

## [2.0.0-alpha4](https://github.com/dynamic/silverstripe-elemental-blocks/tree/2.0.0-alpha4) (2018-04-19)
[Full Changelog](https://github.com/dynamic/silverstripe-elemental-blocks/compare/2.0.0-alpha3...2.0.0-alpha4)

**Merged pull requests:**

- Removed delete button on gridfields [\#85](https://github.com/dynamic/silverstripe-elemental-blocks/pull/85) ([mak001](https://github.com/mak001))

## [2.0.0-alpha3](https://github.com/dynamic/silverstripe-elemental-blocks/tree/2.0.0-alpha3) (2018-03-27)
[Full Changelog](https://github.com/dynamic/silverstripe-elemental-blocks/compare/2.0.0-alpha2...2.0.0-alpha3)

**Fixed bugs:**

- Quick Add New doesn't seem to be working in all cases [\#72](https://github.com/dynamic/silverstripe-elemental-blocks/issues/72)

**Closed issues:**

- ElementChildPages - remove in favor of SectionNavigation [\#81](https://github.com/dynamic/silverstripe-elemental-blocks/issues/81)
- REFACTOR remove link existing for element GridField [\#73](https://github.com/dynamic/silverstripe-elemental-blocks/issues/73)

**Merged pull requests:**

- changelog for 2.0.0-alpha3 [\#84](https://github.com/dynamic/silverstripe-elemental-blocks/pull/84) ([jsirish](https://github.com/jsirish))
- README - requires Geocoder [\#83](https://github.com/dynamic/silverstripe-elemental-blocks/pull/83) ([jsirish](https://github.com/jsirish))
- refactor - remove ElementChildPages [\#82](https://github.com/dynamic/silverstripe-elemental-blocks/pull/82) ([jsirish](https://github.com/jsirish))
- README updates [\#80](https://github.com/dynamic/silverstripe-elemental-blocks/pull/80) ([jsirish](https://github.com/jsirish))
- refactor - migrate Slideshow to separate module [\#79](https://github.com/dynamic/silverstripe-elemental-blocks/pull/79) ([jsirish](https://github.com/jsirish))
- GalleryImage - remove Link field [\#78](https://github.com/dynamic/silverstripe-elemental-blocks/pull/78) ([jsirish](https://github.com/jsirish))
- Fixed hard path to icon.css [\#77](https://github.com/dynamic/silverstripe-elemental-blocks/pull/77) ([mak001](https://github.com/mak001))
- refactor - remove ElementEmailSignup [\#76](https://github.com/dynamic/silverstripe-elemental-blocks/pull/76) ([jsirish](https://github.com/jsirish))
- BaseElementObject - refactor permissions [\#75](https://github.com/dynamic/silverstripe-elemental-blocks/pull/75) ([jsirish](https://github.com/jsirish))
- update requirement for display logic [\#74](https://github.com/dynamic/silverstripe-elemental-blocks/pull/74) ([jsirish](https://github.com/jsirish))
- Basic countdown element [\#68](https://github.com/dynamic/silverstripe-elemental-blocks/pull/68) ([mak001](https://github.com/mak001))

## [2.0.0-alpha2](https://github.com/dynamic/silverstripe-elemental-blocks/tree/2.0.0-alpha2) (2018-02-02)
[Full Changelog](https://github.com/dynamic/silverstripe-elemental-blocks/compare/2.0.0-alpha1...2.0.0-alpha2)

**Implemented enhancements:**

- Missing blocks [\#34](https://github.com/dynamic/silverstripe-elemental-blocks/issues/34)

**Closed issues:**

- Submit module to Packagist [\#32](https://github.com/dynamic/silverstripe-elemental-blocks/issues/32)

**Merged pull requests:**

- ElementPermissions [\#71](https://github.com/dynamic/silverstripe-elemental-blocks/pull/71) ([jsirish](https://github.com/jsirish))
- refactor - don’t apply ElementContentDataExtension by default [\#69](https://github.com/dynamic/silverstripe-elemental-blocks/pull/69) ([jsirish](https://github.com/jsirish))
- changelog - initial [\#66](https://github.com/dynamic/silverstripe-elemental-blocks/pull/66) ([jsirish](https://github.com/jsirish))
- README - remove links to docs/en/index.md [\#65](https://github.com/dynamic/silverstripe-elemental-blocks/pull/65) ([jsirish](https://github.com/jsirish))
- composer - remove elemental-blocks requirement [\#64](https://github.com/dynamic/silverstripe-elemental-blocks/pull/64) ([jsirish](https://github.com/jsirish))
- poser badges [\#63](https://github.com/dynamic/silverstripe-elemental-blocks/pull/63) ([jsirish](https://github.com/jsirish))
- Added customer service element [\#57](https://github.com/dynamic/silverstripe-elemental-blocks/pull/57) ([mak001](https://github.com/mak001))

## [2.0.0-alpha1](https://github.com/dynamic/silverstripe-elemental-blocks/tree/2.0.0-alpha1) (2018-01-14)
**Implemented enhancements:**

- Add icons for gridfield [\#40](https://github.com/dynamic/silverstripe-elemental-blocks/issues/40)
- Content Block additions [\#38](https://github.com/dynamic/silverstripe-elemental-blocks/issues/38)
- Features Block alternating rows option [\#37](https://github.com/dynamic/silverstripe-elemental-blocks/issues/37)
- Headlines for ElementAreas in CMS [\#36](https://github.com/dynamic/silverstripe-elemental-blocks/issues/36)
- Photo Gallery Block updates [\#35](https://github.com/dynamic/silverstripe-elemental-blocks/issues/35)
- PageLink decode json [\#30](https://github.com/dynamic/silverstripe-elemental-blocks/issues/30)
- ElementBlogPosts - don't require Blog in composer [\#20](https://github.com/dynamic/silverstripe-elemental-blocks/issues/20)
- ElementAccordion.ss - functional JS for base template [\#17](https://github.com/dynamic/silverstripe-elemental-blocks/issues/17)
- Elements with supporting DataObjects - make the object interface more consistant [\#14](https://github.com/dynamic/silverstripe-elemental-blocks/issues/14)
- Element DataObjects - standardarize the name/title/headline DB fields [\#13](https://github.com/dynamic/silverstripe-elemental-blocks/issues/13)
- Element DataObjects - add ability to link [\#12](https://github.com/dynamic/silverstripe-elemental-blocks/issues/12)
- SectionElement - add link button [\#1](https://github.com/dynamic/silverstripe-elemental-blocks/issues/1)
- Hero vs. Banner [\#48](https://github.com/dynamic/silverstripe-elemental-blocks/issues/48)

**Fixed bugs:**

- Some of the images don't seem to be loading [\#46](https://github.com/dynamic/silverstripe-elemental-blocks/issues/46)
- Photo Gallery Block updates [\#35](https://github.com/dynamic/silverstripe-elemental-blocks/issues/35)
- PageLink decode json [\#30](https://github.com/dynamic/silverstripe-elemental-blocks/issues/30)

**Closed issues:**

- Switch link fields back to Linkable [\#51](https://github.com/dynamic/silverstripe-elemental-blocks/issues/51)
- New Accordion Panel - Save and Publish browser error [\#33](https://github.com/dynamic/silverstripe-elemental-blocks/issues/33)
- UPDATE add database name config in DataObject descendants [\#26](https://github.com/dynamic/silverstripe-elemental-blocks/issues/26)

**Merged pull requests:**

- update README [\#62](https://github.com/dynamic/silverstripe-elemental-blocks/pull/62) ([jsirish](https://github.com/jsirish))
- Remove ElementHero [\#61](https://github.com/dynamic/silverstripe-elemental-blocks/pull/61) ([jsirish](https://github.com/jsirish))
- update paths to required css/js after rename [\#60](https://github.com/dynamic/silverstripe-elemental-blocks/pull/60) ([jsirish](https://github.com/jsirish))
- Update composer.json [\#59](https://github.com/dynamic/silverstripe-elemental-blocks/pull/59) ([jsirish](https://github.com/jsirish))
- update ghost button to use bootstrap outline classes [\#58](https://github.com/dynamic/silverstripe-elemental-blocks/pull/58) ([korthjp17](https://github.com/korthjp17))
- ElementCallToAction - migration [\#56](https://github.com/dynamic/silverstripe-elemental-blocks/pull/56) ([jsirish](https://github.com/jsirish))
- Bugfix/section nav type summary [\#55](https://github.com/dynamic/silverstripe-elemental-blocks/pull/55) ([jsirish](https://github.com/jsirish))
- GalleryImage - update upload path [\#54](https://github.com/dynamic/silverstripe-elemental-blocks/pull/54) ([jsirish](https://github.com/jsirish))
- oEmbed Block migration [\#53](https://github.com/dynamic/silverstripe-elemental-blocks/pull/53) ([jsirish](https://github.com/jsirish))
- Models - use Linkable instead of Link DB [\#52](https://github.com/dynamic/silverstripe-elemental-blocks/pull/52) ([jsirish](https://github.com/jsirish))
- Adds ability to alternate images and text in a list of features [\#50](https://github.com/dynamic/silverstripe-elemental-blocks/pull/50) ([mak001](https://github.com/mak001))
- initial icon work [\#49](https://github.com/dynamic/silverstripe-elemental-blocks/pull/49) ([korthjp17](https://github.com/korthjp17))
- elements and objects that have images now own them [\#47](https://github.com/dynamic/silverstripe-elemental-blocks/pull/47) ([mak001](https://github.com/mak001))
- Photo gallery images no longer show a page link field [\#44](https://github.com/dynamic/silverstripe-elemental-blocks/pull/44) ([mak001](https://github.com/mak001))
- ElementContent - additional fields [\#43](https://github.com/dynamic/silverstripe-elemental-blocks/pull/43) ([jsirish](https://github.com/jsirish))
- set table\_name for models [\#42](https://github.com/dynamic/silverstripe-elemental-blocks/pull/42) ([jsirish](https://github.com/jsirish))
- adds json decoding for PageLink in templates [\#31](https://github.com/dynamic/silverstripe-elemental-blocks/pull/31) ([korthjp17](https://github.com/korthjp17))
- Made blog element into separate module [\#29](https://github.com/dynamic/silverstripe-elemental-blocks/pull/29) ([mak001](https://github.com/mak001))
- Accordion now works on the front end [\#28](https://github.com/dynamic/silverstripe-elemental-blocks/pull/28) ([mak001](https://github.com/mak001))
- Added email signup element [\#27](https://github.com/dynamic/silverstripe-elemental-blocks/pull/27) ([mak001](https://github.com/mak001))
- Added embed, image, and hero elements [\#25](https://github.com/dynamic/silverstripe-elemental-blocks/pull/25) ([mak001](https://github.com/mak001))
- Added a photo gallery element [\#24](https://github.com/dynamic/silverstripe-elemental-blocks/pull/24) ([mak001](https://github.com/mak001))
- custom elements - CMS Design [\#23](https://github.com/dynamic/silverstripe-elemental-blocks/pull/23) ([jsirish](https://github.com/jsirish))
- ElementSlideshow - Content setRows [\#22](https://github.com/dynamic/silverstripe-elemental-blocks/pull/22) ([jsirish](https://github.com/jsirish))
- Element DataObjects - misc cleanup [\#21](https://github.com/dynamic/silverstripe-elemental-blocks/pull/21) ([jsirish](https://github.com/jsirish))
- Increase test coverage [\#19](https://github.com/dynamic/silverstripe-elemental-blocks/pull/19) ([jsirish](https://github.com/jsirish))
- readme update [\#18](https://github.com/dynamic/silverstripe-elemental-blocks/pull/18) ([jsirish](https://github.com/jsirish))
- PHP CS cleanup and testing [\#16](https://github.com/dynamic/silverstripe-elemental-blocks/pull/16) ([jsirish](https://github.com/jsirish))
- Supporting objects - versioning [\#15](https://github.com/dynamic/silverstripe-elemental-blocks/pull/15) ([jsirish](https://github.com/jsirish))
- Added elements for listing child pages and section navigation [\#10](https://github.com/dynamic/silverstripe-elemental-blocks/pull/10) ([mak001](https://github.com/mak001))
- misc cleanup [\#9](https://github.com/dynamic/silverstripe-elemental-blocks/pull/9) ([jsirish](https://github.com/jsirish))
- Scrutinizer fix [\#8](https://github.com/dynamic/silverstripe-elemental-blocks/pull/8) ([mak001](https://github.com/mak001))
- misc cleanup [\#6](https://github.com/dynamic/silverstripe-elemental-blocks/pull/6) ([jsirish](https://github.com/jsirish))
- Converted it into a silverstripe vendor module [\#5](https://github.com/dynamic/silverstripe-elemental-blocks/pull/5) ([mak001](https://github.com/mak001))
- refactor all the things [\#4](https://github.com/dynamic/silverstripe-elemental-blocks/pull/4) ([jsirish](https://github.com/jsirish))
- Refactor/ss4 [\#3](https://github.com/dynamic/silverstripe-elemental-blocks/pull/3) ([jsirish](https://github.com/jsirish))
- CI initial setup [\#2](https://github.com/dynamic/silverstripe-elemental-blocks/pull/2) ([jsirish](https://github.com/jsirish))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*