@airbnb/lunar-apollo
Version:
Apollo and GraphQL utilities.
295 lines (106 loc) • 8.07 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### 2.6.3 - 2019-11-14
#### 🛠 Internals
- Migrate to Travis CI. (#239) ([2a62442](https://github.com/airbnb/lunar/commit/2a62442)), closes [#239](https://github.com/airbnb/lunar/issues/239)
**Note:** Version bump only for package @airbnb/lunar-apollo
### 2.6.2 - 2019-10-31
#### 📦 Dependencies
- **[React]** Update to v16.11. ([07b80dc](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/07b80dc))
#### 🛠 Internals
- Fix lint and test failures. ([f2ccc7f](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/f2ccc7f))
**Note:** Version bump only for package @airbnb/lunar-apollo
### 2.6.1 - 2019-10-10
#### 📦 Dependencies
- Remove utility-types. ([8f9d0cc](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/8f9d0cc))
- Update [@types](https://github.com/types) to use star versions. ([96d2804](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/96d2804))
- **[React]** Update to v12. ([002d30c](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/002d30c))
**Note:** Version bump only for package @airbnb/lunar-apollo
## 2.6.0 - 2019-10-09
#### 🚀 Updates
- **[Apollo]** Add typeDefs to Apollo settings (#206) ([04b5e1d](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/04b5e1d)), closes [#206](https://github.com/airbnb/lunar/tree/master/packages/apollo/issues/206)
#### 🛠 Internals
- Migrate to Storybook v5.2. (#199) ([5b546fa](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/5b546fa)), closes [#199](https://github.com/airbnb/lunar/tree/master/packages/apollo/issues/199)
**Note:** Version bump only for package @airbnb/lunar-apollo
### 2.5.0 - 2019-09-26
**Note:** Version bump only for package @airbnb/lunar-apollo
## 2.5.0-alpha.1 - 2019-09-26
#### 🚀 Updates
- Migrate to Nimbus. Update to latest TypeScript, Babel, ESLint, and more. (#196) ([fe0962b](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/fe0962b)), closes [#196](https://github.com/airbnb/lunar/tree/master/packages/apollo/issues/196)
**Note:** Version bump only for package @airbnb/lunar-apollo
### 2.4.1 - 2019-09-24
#### 📦 Dependencies
- Update all types packages. ([b2ad9f5](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/b2ad9f5))
- **[React]** Test against v16.9. ([c3eafd4](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/c3eafd4))
- Update Apollo and GraphQL to latest. ([0150114](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/0150114))
**Note:** Version bump only for package @airbnb/lunar-apollo
## 2.4.0 - 2019-09-19
#### 🚀 Updates
- **[Apollo]** Add resolvers to Apollo settings (#187) ([c9d3abc](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/c9d3abc)), closes [#187](https://github.com/airbnb/lunar/tree/master/packages/apollo/issues/187)
#### 🎨 Styles
- Override native agent font styles. (#161) ([5b4d892](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/5b4d892)), closes [#161](https://github.com/airbnb/lunar/tree/master/packages/apollo/issues/161)
**Note:** Version bump only for package @airbnb/lunar-apollo
### 2.3.1 - 2019-08-07
#### 📦 Dependencies
- **[ESLint]** Update plugins and fix some rule violations. ([694e540](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/694e540))
- Update minor and patch versions. ([f2abbb0](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/f2abbb0))
- Update to react-apollo v3 stable. ([8845608](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/8845608))
**Note:** Version bump only for package @airbnb/lunar-apollo
## 2.3.0 - 2019-08-01
#### 🚀 Updates
- Upgrade `react-apollo` to latest beta. Support native hooks. (#143) ([3cc66f7](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/3cc66f7)), closes [#143](https://github.com/airbnb/lunar/tree/master/packages/apollo/issues/143)
**Note:** Version bump only for package @airbnb/lunar-apollo
### 2.2.1 - 2019-07-24
**Note:** Version bump only for package @airbnb/lunar-apollo
## 2.2.0 - 2019-07-24
#### 🚀 Updates
- Add useQuery, useMutation, and more hooks (#138) ([ef7cd21](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/ef7cd21)), closes [#138](https://github.com/airbnb/lunar/tree/master/packages/apollo/issues/138)
**Note:** Version bump only for package @airbnb/lunar-apollo
### 2.1.2 - 2019-07-16
#### 🛠 Internals
- Migrate to Yarn from NPM (#122) ([60c62c7](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/60c62c7)), closes [#122](https://github.com/airbnb/lunar/tree/master/packages/apollo/issues/122)
**Note:** Version bump only for package @airbnb/lunar-apollo
### 2.1.1 - 2019-07-16
**Note:** Version bump only for package @airbnb/lunar-apollo
## 2.1.0 - 2019-07-12
#### 🚀 Updates
- Use `React.memo` under the hood. Remove children/node prop type checks. (#120) ([30881c6](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/30881c6)), closes [#120](https://github.com/airbnb/lunar/tree/master/packages/apollo/issues/120)
**Note:** Version bump only for package @airbnb/lunar-apollo
### 2.0.1 - 2019-07-08
#### 🐞 Fixes
- Migrate to Aesthetic v4 official (#110) ([19e73dd](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/19e73dd)), closes [#110](https://github.com/airbnb/lunar/tree/master/packages/apollo/issues/110)
**Note:** Version bump only for package @airbnb/lunar-apollo
# 2.0.0 - 2019-06-26
#### 💥 Breaking
- Migrate to Aesthetic v4 (#86) ([1b9b3f6](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/1b9b3f6)), closes [#86](https://github.com/airbnb/lunar/tree/master/packages/apollo/issues/86)
- Update peer dependencies to v2. ([536607d](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/536607d))
#### 📦 Dependencies
- **[Apollo]** Update client to v2.6. ([6eece87](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/6eece87))
#### 🛠 Internals
- Update npmignore files. ([a2eda3f](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/a2eda3f))
- Update Storybook to v5.1 (#93) ([4ee8f83](https://github.com/airbnb/lunar/tree/master/packages/apollo/commit/4ee8f83)), closes [#93](https://github.com/airbnb/lunar/tree/master/packages/apollo/issues/93)
**Note:** Version bump only for package @airbnb/lunar-apollo
## 1.1.0 - 2019-05-28
#### 🚀 Updates
- **[Query,Mutation]** Limit error message to network errors (#55) ([e56e5fc](https://github.com/airbnb/lunar/commit/e56e5fc)), closes [#55](https://github.com/airbnb/lunar/issues/55)
**Note:** Version bump only for package @airbnb/lunar-apollo
### 1.0.6 - 2019-05-21
#### 🐞 Fixes
- Remove Babel runtime setup (#65) ([a58ade2](https://github.com/airbnb/lunar/commit/a58ade2)), closes [#65](https://github.com/airbnb/lunar/issues/65)
**Note:** Version bump only for package @airbnb/lunar-apollo
### 1.0.5 - 2019-04-24
#### 🐞 Fixes
- Remove package dev deps and bump root dev deps. (#44) ([4c26b33](https://github.com/airbnb/lunar/commit/4c26b33)), closes [#44](https://github.com/airbnb/lunar/issues/44)
**Note:** Version bump only for package @airbnb/lunar-apollo
### 1.0.4 - 2019-04-24
**Note:** Version bump only for package @airbnb/lunar-apollo
### 1.0.3 - 2019-04-24
**Note:** Version bump only for package @airbnb/lunar-apollo
### 1.0.2 - 2019-04-23
#### 🛠 Internals
- Switch to Storybook from Styleguidist (#19) ([129e5c7](https://github.com/airbnb/lunar/commit/129e5c7)), closes [#19](https://github.com/airbnb/lunar/issues/19)
**Note:** Version bump only for package @airbnb/lunar-apollo
# 1.0.0 - 2019-04-04
#### 🎉 Release
- Official first release!