Skip to content

Commit

Permalink
ignoring custom tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jun 13, 2019
1 parent 2a2c6ff commit 7bf7216
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Framer Motion adheres to [Semantic Versioning](http://semver.org/).

## [0.18.6] 2019-06-13

### Added

- Production and prototype environment-specific tsdocs.

## [0.18.5] 2019-06-07

### Fixed
Expand Down
7 changes: 7 additions & 0 deletions api-extractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,12 @@
},
"dtsRollup": {
"enabled": true
},
"messages": {
"tsdocMessageReporting": {
"tsdoc-undefined-tag": {
"logLevel": "none"
}
}
}
}
4 changes: 2 additions & 2 deletions api/framer-motion.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ export const MotionContext: React.Context<MotionContextProps>;
// Warning: (ae-internal-missing-underscore) The name "MotionPluginContext" should be prefixed with an underscore because the declaration is marked as @internal
//
// @internal (undocumented)
export const MotionPluginContext: React.Context<Partial<MotionPlugins>>;
export const MotionPluginContext: React.Context<MotionPlugins>;

// Warning: (ae-forgotten-export) The symbol "MotionPluginProps" needs to be exported by the entry point index.d.ts
// Warning: (ae-internal-missing-underscore) The name "MotionPlugins" should be prefixed with an underscore because the declaration is marked as @internal
Expand All @@ -384,7 +384,7 @@ export function MotionPlugins({ children, ...props }: MotionPluginProps): JSX.El
// @internal (undocumented)
export interface MotionPlugins {
// (undocumented)
transformPagePoint?: (point: Point) => Point;
transformPagePoint: (point: Point) => Point;
}

// @public
Expand Down

0 comments on commit 7bf7216

Please sign in to comment.