1. 13 Jan, 2021 1 commit
    • Bryn Ryans's avatar
      Improve npm packaging (#437) · ead4b39a
      Bryn Ryans authored
      * Improve npm packaging
      
      published npm packages now included commonjs and esm distributions.
      
      Further work needs to be done to expose both commonjs and esm in all packages but the packages that need to run in both node and the browser either expose both or commonjs rather than esm.
      ead4b39a
  2. 11 Jan, 2021 1 commit
  3. 08 Jan, 2021 1 commit
    • John Kaster's avatar
      Removed apiVersion from APIMethods constructor (#417) · 30c41449
      John Kaster authored
      * Removed apiVersion from APIMethods constructor
      * Added static ApiVersion to the SDK objects
      * Added README for sdk-rtl
      * Set the lerna master package version to 7.20.0
      * fixed build issues for unpublished package versions
      * Updated TS SDK readmes with jest config requirements
      30c41449
  4. 21 Dec, 2020 1 commit
    • Joseph Axisa's avatar
      Updated @looker/components, styled-components and related dependencies (#420) · 7d139dd5
      Joseph Axisa authored
      * Bump @looker/components and styled-components to the latest
      
      Consequently I also upgraded
       @testing-library/*
       jest-styled-components
      
       Also, marked @types/* as devDependencies in hack extension
      
      * Replaced ActionList with DataTable in hackathon extension
      
      This was required due to the @looker/components update.
      
      'variant' is no longer a valid prop, replaced with 'color'
      
      * Replaced ActionList with DataTable in API Explorer
      
      * Replaced maxWidth with width and assigned a size ramp value to it
      
      * Fixed broken DocMethodSummary tests
      
      Added aria-label for both accessibility and testing purposes
      
      * yarn.lock
      
      * Removed jsx syntax error which somehow made it through the build
      7d139dd5
  5. 13 Nov, 2020 1 commit
    • John Kaster's avatar
      Hackathon app Looker extension (#381) · 46debebb
      John Kaster authored
      * New WhollySheet port to Typescript
      * New Hackathon application looker extension
      * New Google service account access token server
      
      See packages/hackathon/README.md and packages/wholly-sheet/README.md for more information
      
      Co-authored-by: Joseph Axisa, Bryn Ryans, Izzy Miller
      46debebb