Skip to content

docs: Blog anouncing Fable 5 RC#224

Merged
MangelMaxime merged 3 commits intodevfrom
fable-5-rc
Mar 3, 2026
Merged

docs: Blog anouncing Fable 5 RC#224
MangelMaxime merged 3 commits intodevfrom
fable-5-rc

Conversation

@MangelMaxime
Copy link
Member

Hello @dbrattli @ncave,

Here is a blog post for announcing Fable 5 RC.

I tried to write a concise summary for each target of what happened and of the important features.

Can you please review or comment if I missed something?

```fs
open Fable.Core

[<Py.Decorator("dataclasses.dataclass")>]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks wrong. The Py.Decorate will not work with Records (already a dataclass) but for making "normal" classes a dataclass in Python. Ref: https://cardamomcode.dev/fable-python#heading-pydataclass

Copy link
Member Author

@MangelMaxime MangelMaxime Feb 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I took the example from https://fable.io/docs/python/features.html#python-decorators

Looks like we will need a pass on the official documentation at some point.

I should perhaps just "copy" the content from that section as it seems like you already made a summary of what happened for Python.

image

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, will take another look at the official docs this weekend 🏃🏻

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MangelMaxime I have updated the docs now

@ncave
Copy link
Collaborator

ncave commented Feb 27, 2026

@MangelMaxime Perhaps change to say .NET 10 and F# 9/10 support, or perhaps simply .NET 10 and F# 10 support.

@MangelMaxime MangelMaxime merged commit c7dce6b into dev Mar 3, 2026
2 checks passed
@MangelMaxime MangelMaxime deleted the fable-5-rc branch March 3, 2026 15:25
MangelMaxime added a commit that referenced this pull request Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants