Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Latest commit

 

History

History
88 lines (80 loc) · 9.33 KB

CHANGELOG.md

File metadata and controls

88 lines (80 loc) · 9.33 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.0 (2019-03-26)

Bug Fixes

  • added drupal page prop-types declaration (d6e60f4)
  • avoid calling Drupal when Next.js knows a route (75b4535)
  • avoid circular dependecy import on styleguide provider (7a395fb)
  • aways resolve on Drupal (not ideal) (d60b923)
  • Drupal route resolver when no route found (c5312c1)
  • financeiro link to contratacao (a00ead9)
  • fixed _app entry-point initial props hoisting (1fdddbb)
  • fixed admin page content overflow (f0e8e06)
  • fixed AdminPage component when no title providede (eacf2cf)
  • fixed bundle analyzer (960d7eb)
  • fixed linting warnings (83b0d48)
  • fixed React key prop warning (db741a1)
  • handle some undefined variables errors (7139e7d)
  • lint warnings (9f70f71)
  • recursive calls due to name clashing (a0d86b3)
  • removed default nully title from AdminPage component (4d9447e)
  • updated avatar column key to avoid conflict with name (06e643a)
  • wrong path on _app (93c3d9c)

Features

  • added _app entrypoint to inject antd scripts (fb39c48)
  • added a component for cursor based pagination. (d5db9ab)
  • added admin entrypoing page (cb15d44)
  • added AdminMenu to simplify menu item declaration (e7e7316)
  • added apollo stack dependencies (b01d3a4)
  • added avatar column to CandidatesList (a416d81)
  • added base Page component (e942cd1)
  • added block resolving system (9beea7c)
  • added BlockContentBasic as a proper sample of block content usage with fragmentation (d7be8f4)
  • added BlockRegion component to render multiple blocks (15b8aad)
  • added BlockRegionContainer to load the blocks of a given Drupal region (b96e8a4)
  • added BlockRegionContainer to node/article page sample (32516c5)
  • added BlockResolverContainer to resolve a given block to its rendering component (d5e1cf9)
  • added BlockSiteBranding block (49f065e)
  • added body field to node/article example (8fca6ff)
  • added BrandMark component (91fcafd)
  • added candidates link from candidates list compoent (2c726b4)
  • added CandidatesList component (e288861)
  • added CandidatesList to /contratacao page (a464dbc)
  • added config singleton (5cd968a)
  • added CSS import support (5fdfbf1)
  • added dataIdFromObject considering possible Drupal ids (c942fef)
  • added debug creator factory (d9c8b79)
  • added Drupal resolving urls (fc79d71)
  • added dynamic Drupal page resolution system (b443399)
  • added EntrancePage, for centralized, focused, unauthenticated pages (4d7acbb)
  • Added ErrorPage components (66aef40)
  • added fragment matcher to Apollo client (b5d003a)
  • added global styles and initiated styleguide (5bd045a)
  • added GraphQL mocking capability (5573833)
  • added initial AdminPage component (487f1b3)
  • added initial candidates page (134eb7e)
  • added initial GraphQL API client (c88c6aa)
  • added introspection data hydration (5d581a4)
  • added Link component to extend default next Link (637203d)
  • added LoadingPublicPage sample (23bc4bd)
  • added Logo styleguide component (975cacc)
  • added main /drupal page to resolve all Drupal related routes (577406d)
  • added menu links active states (bf76f87)
  • added MenuContainer for loading Drupal menu data (5d4f5d2)
  • added Next custom server (b509963)
  • added pipefy CursorPagination upperset to fix API failures (9c21027)
  • added routed info to MenuLink (bb57922)
  • added sample Drupal based routing pages (1cfb3f7)
  • added sample index hello world query (6a8bf6a)
  • added sample menu usage page (3813268)
  • added styled-components (acee8f9)
  • connected GraphQL client to App (5f4e8fa)
  • improved node pages to show an example of a query (ecf0046)
  • initiated /contratacao oage (4758aa6)
  • reset pages (4c82aef)
  • simplified CandidatesList styles (770ff7b)
  • updated @src alias to @source (ef8fef8)
  • updated AdminMenu to accept items as param (default to main menu_ (8726599)
  • updated Drupal main pages library to use dynamic imports (50e15dc)
  • updated node/article page to showcase build-time GraphQL parsing (0bd7538)
  • updated node/article page to showcase query fragmentation with imports (fc0dec7)