Skip to content

Commit

Permalink
Merge pull request #158 from break-stuff/update-jsx-types-messaging
Browse files Browse the repository at this point in the history
Update-jsx-types-messaging
  • Loading branch information
break-stuff authored Dec 8, 2024
2 parents 3da36e4 + 71d4c91 commit a896e1b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/deprecator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.2

- Fixed imported function name in `README.md`

## 1.1.1

- Prevent overriding CEM when Analyzer is used
Expand Down
2 changes: 1 addition & 1 deletion packages/deprecator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Ensure the following steps have been taken in your component library prior to us
```js
// custom-elements-manifest.config.js

import { cemInheritancePlugin } from "custom-elements-manifest-deprecator";
import { cemDeprecatorPlugin } from "custom-elements-manifest-deprecator";

const options = {
/* add options here */
Expand Down
2 changes: 1 addition & 1 deletion packages/deprecator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-elements-manifest-deprecator",
"version": "1.1.1",
"version": "1.1.2",
"description": "A tool for marking Custom Elements Manifest data as 'deprecated'",
"main": "index.js",
"module": "index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/jsx-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.5.4

- Updated messaging in `README.md` for react wrappers

## 1.5.3

- Updated to use intersection types rather than union types
Expand Down
2 changes: 1 addition & 1 deletion packages/jsx-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This package is designed to generate types for your custom elements in a project using [JSX](https://www.typescriptlang.org/docs/handbook/jsx.html). These types will generate inline documentation, autocomplete, and type-safe validation for your custom elements in non-react frameworks that use JSX like [Preact](https://preactjs.com/) and [StencilJS](https://stenciljs.com/).

> **_NOTE:_** THIS IS FOR NON-REACT PROJECTS THAT USE JSX/TSX TEMPLATES
> **_NOTE:_** If you are using react 18 or below, check out our [react wrappers](https://www.npmjs.com/package/custom-element-react-wrappers).
![demo of autocomplete features for custom elements in a solidjs project](https://github.com/break-stuff/cem-tools/blob/main/demo/images/solid-js-integration/solid-js-integration.gif?raw=true)

Expand Down
2 changes: 1 addition & 1 deletion packages/jsx-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-element-jsx-integration",
"version": "1.5.3",
"version": "1.5.4",
"description": "Tools for integrating custom elements into JSX projects",
"main": "index.js",
"module": "index.js",
Expand Down

0 comments on commit a896e1b

Please sign in to comment.