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
8 changes: 0 additions & 8 deletions .changeset/calendar-dates-format-natively.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pretable/core

## 0.14.0

### Minor Changes

- **Breaking:** Make date columns strict RFC 3339 full-date values and add native, ([#480](https://github.com/cacheplane/pretable/pull/480))
locale-aware date formatting. Applications must project Date, epoch, date-time,
or localized values to `YYYY-MM-DD | null` to retain built-in date processing.

## 0.13.1

## 0.13.0
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pretable/core",
"version": "0.13.1",
"version": "0.14.0",
"description": "Framework-agnostic grid state primitives for Pretable.",
"license": "MIT",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @pretable/react

## 0.14.0

### Minor Changes

- **Breaking:** Make date columns strict RFC 3339 full-date values and add native, ([#480](https://github.com/cacheplane/pretable/pull/480))
locale-aware date formatting. Applications must project Date, epoch, date-time,
or localized values to `YYYY-MM-DD | null` to retain built-in date processing.

### Patch Changes

- Updated dependencies [[`1f1810a`](https://github.com/cacheplane/pretable/commit/1f1810aa98d4d1af640d5c06140bdd6202267076)]:
- @pretable/core@0.14.0
- @pretable/ui@0.14.0

## 0.13.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pretable/react",
"version": "0.13.1",
"version": "0.14.0",
"description": "React components and hooks for Pretable.",
"license": "MIT",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/stream-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @pretable/stream-adapter

## 0.14.0

## 0.13.1

## 0.13.0
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pretable/stream-adapter",
"version": "0.13.1",
"version": "0.14.0",
"description": "Streaming row adapters for Pretable.",
"license": "MIT",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @pretable/ui

## 0.14.0

## 0.13.1

## 0.13.0
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pretable/ui",
"version": "0.13.1",
"version": "0.14.0",
"description": "CSS themes, tokens, and grid styles for Pretable.",
"license": "MIT",
"repository": {
Expand Down