Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .changeset/tender-grapes-kneel.md

This file was deleted.

28 changes: 28 additions & 0 deletions packages/propel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @makeplane/propel

## 0.2.0

### Minor Changes

- 4c65678: First installable release. `0.1.0` was published with unresolved pnpm `catalog:` specifiers in
its `dependencies`, so both `npm install` and `pnpm add` fail on it outright
(`EUNSUPPORTEDPROTOCOL: Unsupported URL Type "catalog:"`). This release ships a correct manifest
with real semver ranges.

**Added**

- `@makeplane/propel/icons` — a new subpath exporting 737 icons, tree-shakeable per icon. Icons
render as static SVG with no client boundary, so they stay server-rendered in RSC.
- `elements/button-group` and `components/button-group`
- `elements/split-button` and `components/split-button`
- `elements/expandable-search` and `components/expandable-search`
- `components/icon`
- `components/shortcut`

**Removed**

- `elements/menubar` and `components/menubar`
- `elements/meter` and `components/meter`
- `elements/toggle-group` and `components/toggle-group`

Anything importing the removed subpaths must migrate before upgrading. propel is pre-1.0, so
removals ship in the minor slot.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/propel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@makeplane/propel",
"version": "0.1.0",
"version": "0.2.0",
"description": "Plane's React component library built on Base UI and Tailwind CSS v4.",
"keywords": [
"base-ui",
Expand Down
Loading