Skip to content

Commit

Permalink
"chore(release): 2.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
easen-amp committed Jul 22, 2020
1 parent 76acaf8 commit 622e0b5
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 2 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,64 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/amplience/dc-static-blog-nextjs/compare/v1.2.0...v2.0.0) (2020-07-22)


### ⚠ BREAKING CHANGES

* **search results:** moved the declaration of the number of search results into a environment variable

Co-authored-by: paulgturner <[email protected]>
* **keyword search:** added search box into the header (#31)
* content delivery 2 support (#25)

### Features

* **blog page:** loading linked blog pages dynamically ([#30](https://github.com/amplience/dc-static-blog-nextjs/issues/30)) ([59430d0](https://github.com/amplience/dc-static-blog-nextjs/commit/59430d0df384d01f6b8f6ff9d364f571012d3cf1))
* **index page:** using instant search to populate the index blog list ([#26](https://github.com/amplience/dc-static-blog-nextjs/issues/26)) ([d84ac4e](https://github.com/amplience/dc-static-blog-nextjs/commit/d84ac4ee23ea31b2c85e962c007b6e71ee87015d))
* **index search:** algolia sort by dropdown ([#33](https://github.com/amplience/dc-static-blog-nextjs/issues/33)) ([3d23ec1](https://github.com/amplience/dc-static-blog-nextjs/commit/3d23ec196950f65796bc4ac1caf1b0e28d737398))
* **keyword search:** added search box into the header ([#31](https://github.com/amplience/dc-static-blog-nextjs/issues/31)) ([8a7d060](https://github.com/amplience/dc-static-blog-nextjs/commit/8a7d060dedc4e19e98aecc111b019b84f88efafb))
* **pages/index.tsx:** load the algolia index client side on load ([#29](https://github.com/amplience/dc-static-blog-nextjs/issues/29)) ([27fc551](https://github.com/amplience/dc-static-blog-nextjs/commit/27fc55107016cf69ca7f7e0aba8a25f3d1300ef6))
* **preview/visualization:** updated to use a staging index data and restructured components ([#32](https://github.com/amplience/dc-static-blog-nextjs/issues/32)) ([e7cc19e](https://github.com/amplience/dc-static-blog-nextjs/commit/e7cc19e7dea30b00f450cd411cc4ec7e1aafc985))
* **schemas:** add delivery key to the content form to enable validation ([#54](https://github.com/amplience/dc-static-blog-nextjs/issues/54)) ([bec6552](https://github.com/amplience/dc-static-blog-nextjs/commit/bec65527956df424bd8a641ceb95d170637551aa))
* **search faceting:** added facet selection to the header bar ([#46](https://github.com/amplience/dc-static-blog-nextjs/issues/46)) ([f113642](https://github.com/amplience/dc-static-blog-nextjs/commit/f11364245decf4ba9351d328bac6cf1d536c7f66))
* **search list:** hero card no longer shown on search results ([#49](https://github.com/amplience/dc-static-blog-nextjs/issues/49)) ([d843650](https://github.com/amplience/dc-static-blog-nextjs/commit/d843650ad1de23efd5ff58814147a4eae9a1535e))
* **search list pagination:** adding index page pagination to the search list ([#34](https://github.com/amplience/dc-static-blog-nextjs/issues/34)) ([47f44c0](https://github.com/amplience/dc-static-blog-nextjs/commit/47f44c01240b15d1835142c1b40785a79fe5f5c4))
* **search urls:** adding search state to url query string ([#44](https://github.com/amplience/dc-static-blog-nextjs/issues/44)) ([96f3ddf](https://github.com/amplience/dc-static-blog-nextjs/commit/96f3ddf3da85cf0388a7dffbe582e590c4cc321f))
* **tag facets:** added chip style facetable tags to blog posts and cards ([#59](https://github.com/amplience/dc-static-blog-nextjs/issues/59)) ([067924d](https://github.com/amplience/dc-static-blog-nextjs/commit/067924da471f881c1db36b54f9f6c329fdd3a8e8))
* content delivery 2 support ([#25](https://github.com/amplience/dc-static-blog-nextjs/issues/25)) ([15ad88f](https://github.com/amplience/dc-static-blog-nextjs/commit/15ad88f23323890861dc92da0761f32f0b62785b))
* content-delivery-2 - part 2, clean up ([#28](https://github.com/amplience/dc-static-blog-nextjs/issues/28)) ([c0c3a73](https://github.com/amplience/dc-static-blog-nextjs/commit/c0c3a73a6d1d0c148a79608d8df97c1ea558ea06))


### Bug Fixes

* **hero banner:** adding additional spacing to elements in the hero banner ([#71](https://github.com/amplience/dc-static-blog-nextjs/issues/71)) ([2112e50](https://github.com/amplience/dc-static-blog-nextjs/commit/2112e502bc3ee2d7428f05aae596b105ef061dca))
* custom payload limit has been reduced to support large blog posts ([#70](https://github.com/amplience/dc-static-blog-nextjs/issues/70)) ([fef2061](https://github.com/amplience/dc-static-blog-nextjs/commit/fef206120c9729d31358e82921fa878388351435))
* **blog card:** fixing the width of blog card tags ([#67](https://github.com/amplience/dc-static-blog-nextjs/issues/67)) ([353c922](https://github.com/amplience/dc-static-blog-nextjs/commit/353c922fd2089547e102a8fc8f5c5cc80d5930ba))
* **blog post:** updating build process and blog links to fallback to object id on missing key ([#52](https://github.com/amplience/dc-static-blog-nextjs/issues/52)) ([492575d](https://github.com/amplience/dc-static-blog-nextjs/commit/492575d538701431ca6ca5fa3d69b8be009ae44f))
* **default layout:** moving font import into the document header to avoid 404 ([#50](https://github.com/amplience/dc-static-blog-nextjs/issues/50)) ([bc3f4f1](https://github.com/amplience/dc-static-blog-nextjs/commit/bc3f4f174b9bab4029989461dd63ab7656a2b22e))
* **header facet bar:** adding media query styles to facet bar for smaller devices ([#60](https://github.com/amplience/dc-static-blog-nextjs/issues/60)) ([b59cd66](https://github.com/amplience/dc-static-blog-nextjs/commit/b59cd66b535f7eb3e4f7672f9c50877c3e895023))
* **header search:** adding media query smaller device styles for search box and sort by ([#42](https://github.com/amplience/dc-static-blog-nextjs/issues/42)) ([fe62206](https://github.com/amplience/dc-static-blog-nextjs/commit/fe6220652fe10bcf6625a45a8efe274e5f06b1e5))
* **header search box:** removing search input box shadow to resolve chrome bug ([#45](https://github.com/amplience/dc-static-blog-nextjs/issues/45)) ([51cfde3](https://github.com/amplience/dc-static-blog-nextjs/commit/51cfde349b8f3386338cbce28e1b76adf31f0ab2))
* **index:** preventing flicker by only using build time data server-side ([#66](https://github.com/amplience/dc-static-blog-nextjs/issues/66)) ([40ae891](https://github.com/amplience/dc-static-blog-nextjs/commit/40ae8914e2b0a0549702fde495731a0a1d490a13))
* **index:** scrolling to page top when tag chips are clicked ([#68](https://github.com/amplience/dc-static-blog-nextjs/issues/68)) ([5769308](https://github.com/amplience/dc-static-blog-nextjs/commit/57693086ffaa2f05859429a0762f1c1359714434))
* **keyword search:** added the default refinement to the sortby ([#38](https://github.com/amplience/dc-static-blog-nextjs/issues/38)) ([a9d70cc](https://github.com/amplience/dc-static-blog-nextjs/commit/a9d70ccf61552aa3581b9d9ae2b7119ddb4a1e7c))
* **menu select component:** updated the styling to match across browsers ([#53](https://github.com/amplience/dc-static-blog-nextjs/issues/53)) ([acf7ae3](https://github.com/amplience/dc-static-blog-nextjs/commit/acf7ae3963491511ab166b08015544c2df40e5a3))
* **pagination:** scroll to top of page when pagination link clicked ([#43](https://github.com/amplience/dc-static-blog-nextjs/issues/43)) ([adf1615](https://github.com/amplience/dc-static-blog-nextjs/commit/adf1615d80eb91a1dd46bd66ad7d01e8a888af51))
* **pagination:** set correct number of blog articles to show on listing page and when searching ([#58](https://github.com/amplience/dc-static-blog-nextjs/issues/58)) ([70bd898](https://github.com/amplience/dc-static-blog-nextjs/commit/70bd898e3dae61a9cf102369a1efdef93d55e3f6))
* **preview:** checking for vse via router aspath to construct next links for preview ([#48](https://github.com/amplience/dc-static-blog-nextjs/issues/48)) ([6ee2521](https://github.com/amplience/dc-static-blog-nextjs/commit/6ee2521f5f1ff0c862b1a599c3c290133935f14f))
* **search box:** fixed input/button styles in chrome, safari & ie ([#37](https://github.com/amplience/dc-static-blog-nextjs/issues/37)) ([c8fced1](https://github.com/amplience/dc-static-blog-nextjs/commit/c8fced1b1c7134392d3da0817147f5cd033e8b5e))
* **search-list:** filters out any non blog-post items ([#35](https://github.com/amplience/dc-static-blog-nextjs/issues/35)) ([63f3aaa](https://github.com/amplience/dc-static-blog-nextjs/commit/63f3aaa03113651b3231e67f2fc4c48ff644f2fd))
* **sort by:** fixed alignment in chrome & safari ([#39](https://github.com/amplience/dc-static-blog-nextjs/issues/39)) ([478047d](https://github.com/amplience/dc-static-blog-nextjs/commit/478047db965804e5aad360c8246c28e7c529af6b))
* **sort by:** set date desc as default sort by ([#41](https://github.com/amplience/dc-static-blog-nextjs/issues/41)) ([3c04c25](https://github.com/amplience/dc-static-blog-nextjs/commit/3c04c25fe44746bc5e81e155abe13011dbedbc1c))
* **sort by:** updated the sort by to show the main index by default ([#63](https://github.com/amplience/dc-static-blog-nextjs/issues/63)) ([b6bfe8a](https://github.com/amplience/dc-static-blog-nextjs/commit/b6bfe8af274ea6d648b740ede4aab9cd38122eda))
* **sortby menu:** updates default sort options and labels ([#57](https://github.com/amplience/dc-static-blog-nextjs/issues/57)) ([a716b6c](https://github.com/amplience/dc-static-blog-nextjs/commit/a716b6c2c2149918674af2e0060aa249ded3148a))
* **tag chips:** adding overflow ellipsis and setting a max width for tag chips ([#61](https://github.com/amplience/dc-static-blog-nextjs/issues/61)) ([937c2e2](https://github.com/amplience/dc-static-blog-nextjs/commit/937c2e25f88e5eb75bc412a24345e276ced1f86a))
* **tag chips:** corrected the cursor property value to be a pointer ([#64](https://github.com/amplience/dc-static-blog-nextjs/issues/64)) ([cef8837](https://github.com/amplience/dc-static-blog-nextjs/commit/cef88379c2672a29e8c9156d12cf4afde363b51e))


* **search results:** removed hero card component and added hits per page as configurable ([#62](https://github.com/amplience/dc-static-blog-nextjs/issues/62)) ([a80d53b](https://github.com/amplience/dc-static-blog-nextjs/commit/a80d53b963b655e6d45455113da5f062a97136cd))

## [1.2.0](https://github.com/amplience/dc-static-blog-nextjs/compare/v1.1.1...v1.2.0) (2020-02-12)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dc-static-blog-nextjs",
"version": "1.2.0",
"version": "2.0.0",
"description": "Amplience Dynamic Content Static Site with NextJS",
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 622e0b5

Please sign in to comment.