This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73558ca
commit ee17e1b
Showing
1 changed file
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
# Change Log | ||
|
||
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. | ||
|
||
# 0.1.0 (2019-03-26) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* added drupal page prop-types declaration ([d6e60f4](https://github.com/TallerWebSolutions/next-on-drupal/commit/d6e60f4)) | ||
* avoid calling Drupal when Next.js knows a route ([75b4535](https://github.com/TallerWebSolutions/next-on-drupal/commit/75b4535)) | ||
* avoid circular dependecy import on styleguide provider ([7a395fb](https://github.com/TallerWebSolutions/next-on-drupal/commit/7a395fb)) | ||
* aways resolve on Drupal (not ideal) ([d60b923](https://github.com/TallerWebSolutions/next-on-drupal/commit/d60b923)) | ||
* Drupal route resolver when no route found ([c5312c1](https://github.com/TallerWebSolutions/next-on-drupal/commit/c5312c1)) | ||
* financeiro link to contratacao ([a00ead9](https://github.com/TallerWebSolutions/next-on-drupal/commit/a00ead9)) | ||
* fixed _app entry-point initial props hoisting ([1fdddbb](https://github.com/TallerWebSolutions/next-on-drupal/commit/1fdddbb)) | ||
* fixed admin page content overflow ([f0e8e06](https://github.com/TallerWebSolutions/next-on-drupal/commit/f0e8e06)) | ||
* fixed AdminPage component when no title providede ([eacf2cf](https://github.com/TallerWebSolutions/next-on-drupal/commit/eacf2cf)) | ||
* fixed bundle analyzer ([960d7eb](https://github.com/TallerWebSolutions/next-on-drupal/commit/960d7eb)) | ||
* fixed linting warnings ([83b0d48](https://github.com/TallerWebSolutions/next-on-drupal/commit/83b0d48)) | ||
* fixed React key prop warning ([db741a1](https://github.com/TallerWebSolutions/next-on-drupal/commit/db741a1)) | ||
* handle some undefined variables errors ([7139e7d](https://github.com/TallerWebSolutions/next-on-drupal/commit/7139e7d)) | ||
* lint warnings ([9f70f71](https://github.com/TallerWebSolutions/next-on-drupal/commit/9f70f71)) | ||
* recursive calls due to name clashing ([a0d86b3](https://github.com/TallerWebSolutions/next-on-drupal/commit/a0d86b3)) | ||
* removed default nully title from AdminPage component ([4d9447e](https://github.com/TallerWebSolutions/next-on-drupal/commit/4d9447e)) | ||
* updated avatar column key to avoid conflict with name ([06e643a](https://github.com/TallerWebSolutions/next-on-drupal/commit/06e643a)) | ||
* wrong path on _app ([93c3d9c](https://github.com/TallerWebSolutions/next-on-drupal/commit/93c3d9c)) | ||
|
||
|
||
### Features | ||
|
||
* added _app entrypoint to inject antd scripts ([fb39c48](https://github.com/TallerWebSolutions/next-on-drupal/commit/fb39c48)) | ||
* added a component for cursor based pagination. ([d5db9ab](https://github.com/TallerWebSolutions/next-on-drupal/commit/d5db9ab)) | ||
* added admin entrypoing page ([cb15d44](https://github.com/TallerWebSolutions/next-on-drupal/commit/cb15d44)) | ||
* added AdminMenu to simplify menu item declaration ([e7e7316](https://github.com/TallerWebSolutions/next-on-drupal/commit/e7e7316)) | ||
* added apollo stack dependencies ([b01d3a4](https://github.com/TallerWebSolutions/next-on-drupal/commit/b01d3a4)) | ||
* added avatar column to CandidatesList ([a416d81](https://github.com/TallerWebSolutions/next-on-drupal/commit/a416d81)) | ||
* added base Page component ([e942cd1](https://github.com/TallerWebSolutions/next-on-drupal/commit/e942cd1)) | ||
* added block resolving system ([9beea7c](https://github.com/TallerWebSolutions/next-on-drupal/commit/9beea7c)) | ||
* added BlockContentBasic as a proper sample of block content usage with fragmentation ([d7be8f4](https://github.com/TallerWebSolutions/next-on-drupal/commit/d7be8f4)) | ||
* added BlockRegion component to render multiple blocks ([15b8aad](https://github.com/TallerWebSolutions/next-on-drupal/commit/15b8aad)) | ||
* added BlockRegionContainer to load the blocks of a given Drupal region ([b96e8a4](https://github.com/TallerWebSolutions/next-on-drupal/commit/b96e8a4)) | ||
* added BlockRegionContainer to node/article page sample ([32516c5](https://github.com/TallerWebSolutions/next-on-drupal/commit/32516c5)) | ||
* added BlockResolverContainer to resolve a given block to its rendering component ([d5e1cf9](https://github.com/TallerWebSolutions/next-on-drupal/commit/d5e1cf9)) | ||
* added BlockSiteBranding block ([49f065e](https://github.com/TallerWebSolutions/next-on-drupal/commit/49f065e)) | ||
* added body field to node/article example ([8fca6ff](https://github.com/TallerWebSolutions/next-on-drupal/commit/8fca6ff)) | ||
* added BrandMark component ([91fcafd](https://github.com/TallerWebSolutions/next-on-drupal/commit/91fcafd)) | ||
* added candidates link from candidates list compoent ([2c726b4](https://github.com/TallerWebSolutions/next-on-drupal/commit/2c726b4)) | ||
* added CandidatesList component ([e288861](https://github.com/TallerWebSolutions/next-on-drupal/commit/e288861)) | ||
* added CandidatesList to /contratacao page ([a464dbc](https://github.com/TallerWebSolutions/next-on-drupal/commit/a464dbc)) | ||
* added config singleton ([5cd968a](https://github.com/TallerWebSolutions/next-on-drupal/commit/5cd968a)) | ||
* added CSS import support ([5fdfbf1](https://github.com/TallerWebSolutions/next-on-drupal/commit/5fdfbf1)) | ||
* added dataIdFromObject considering possible Drupal ids ([c942fef](https://github.com/TallerWebSolutions/next-on-drupal/commit/c942fef)) | ||
* added debug creator factory ([d9c8b79](https://github.com/TallerWebSolutions/next-on-drupal/commit/d9c8b79)) | ||
* added Drupal resolving urls ([fc79d71](https://github.com/TallerWebSolutions/next-on-drupal/commit/fc79d71)) | ||
* added dynamic Drupal page resolution system ([b443399](https://github.com/TallerWebSolutions/next-on-drupal/commit/b443399)) | ||
* added EntrancePage, for centralized, focused, unauthenticated pages ([4d7acbb](https://github.com/TallerWebSolutions/next-on-drupal/commit/4d7acbb)) | ||
* Added ErrorPage components ([66aef40](https://github.com/TallerWebSolutions/next-on-drupal/commit/66aef40)) | ||
* added fragment matcher to Apollo client ([b5d003a](https://github.com/TallerWebSolutions/next-on-drupal/commit/b5d003a)) | ||
* added global styles and initiated styleguide ([5bd045a](https://github.com/TallerWebSolutions/next-on-drupal/commit/5bd045a)) | ||
* added GraphQL mocking capability ([5573833](https://github.com/TallerWebSolutions/next-on-drupal/commit/5573833)) | ||
* added initial AdminPage component ([487f1b3](https://github.com/TallerWebSolutions/next-on-drupal/commit/487f1b3)) | ||
* added initial candidates page ([134eb7e](https://github.com/TallerWebSolutions/next-on-drupal/commit/134eb7e)) | ||
* added initial GraphQL API client ([c88c6aa](https://github.com/TallerWebSolutions/next-on-drupal/commit/c88c6aa)) | ||
* added introspection data hydration ([5d581a4](https://github.com/TallerWebSolutions/next-on-drupal/commit/5d581a4)) | ||
* added Link component to extend default next Link ([637203d](https://github.com/TallerWebSolutions/next-on-drupal/commit/637203d)) | ||
* added LoadingPublicPage sample ([23bc4bd](https://github.com/TallerWebSolutions/next-on-drupal/commit/23bc4bd)) | ||
* added Logo styleguide component ([975cacc](https://github.com/TallerWebSolutions/next-on-drupal/commit/975cacc)) | ||
* added main /drupal page to resolve all Drupal related routes ([577406d](https://github.com/TallerWebSolutions/next-on-drupal/commit/577406d)) | ||
* added menu links active states ([bf76f87](https://github.com/TallerWebSolutions/next-on-drupal/commit/bf76f87)) | ||
* added MenuContainer for loading Drupal menu data ([5d4f5d2](https://github.com/TallerWebSolutions/next-on-drupal/commit/5d4f5d2)) | ||
* added Next custom server ([b509963](https://github.com/TallerWebSolutions/next-on-drupal/commit/b509963)) | ||
* added pipefy CursorPagination upperset to fix API failures ([9c21027](https://github.com/TallerWebSolutions/next-on-drupal/commit/9c21027)) | ||
* added routed info to MenuLink ([bb57922](https://github.com/TallerWebSolutions/next-on-drupal/commit/bb57922)) | ||
* added sample Drupal based routing pages ([1cfb3f7](https://github.com/TallerWebSolutions/next-on-drupal/commit/1cfb3f7)) | ||
* added sample index hello world query ([6a8bf6a](https://github.com/TallerWebSolutions/next-on-drupal/commit/6a8bf6a)) | ||
* added sample menu usage page ([3813268](https://github.com/TallerWebSolutions/next-on-drupal/commit/3813268)) | ||
* added styled-components ([acee8f9](https://github.com/TallerWebSolutions/next-on-drupal/commit/acee8f9)) | ||
* connected GraphQL client to App ([5f4e8fa](https://github.com/TallerWebSolutions/next-on-drupal/commit/5f4e8fa)) | ||
* improved node pages to show an example of a query ([ecf0046](https://github.com/TallerWebSolutions/next-on-drupal/commit/ecf0046)) | ||
* initiated /contratacao oage ([4758aa6](https://github.com/TallerWebSolutions/next-on-drupal/commit/4758aa6)) | ||
* reset pages ([4c82aef](https://github.com/TallerWebSolutions/next-on-drupal/commit/4c82aef)) | ||
* simplified CandidatesList styles ([770ff7b](https://github.com/TallerWebSolutions/next-on-drupal/commit/770ff7b)) | ||
* updated [@src](https://github.com/src) alias to [@source](https://github.com/source) ([ef8fef8](https://github.com/TallerWebSolutions/next-on-drupal/commit/ef8fef8)) | ||
* updated AdminMenu to accept items as param (default to main menu_ ([8726599](https://github.com/TallerWebSolutions/next-on-drupal/commit/8726599)) | ||
* updated Drupal main pages library to use dynamic imports ([50e15dc](https://github.com/TallerWebSolutions/next-on-drupal/commit/50e15dc)) | ||
* updated node/article page to showcase build-time GraphQL parsing ([0bd7538](https://github.com/TallerWebSolutions/next-on-drupal/commit/0bd7538)) | ||
* updated node/article page to showcase query fragmentation with imports ([fc0dec7](https://github.com/TallerWebSolutions/next-on-drupal/commit/fc0dec7)) |