MyGit

v0.2.8

dream-num/univer

版本发布时间: 2024-08-16 17:06:12

dream-num/univer最新发布版本:v0.2.9(2024-08-23 19:56:49)

🎊 Univer@v0.2.8

Univer Banner

🚧 Important Note

This project is still in heavy development, and major API changes are expected. Your feedback is crucial! Please submit issues and suggestions to help us shape the future of Univer.

🚀 Getting Started

If you're eager to explore Univer, check out our getting started documentation. Dive into the world of collaborative document, spreadsheet, and presentation editing powered by Univer!

📊 Univer Sheet

🎉 Highlights

In this release, we are excited to introduce a new set of features and improvements to enhance your Univer experience. Here are the highlights:

🐞 Bug Fixes

💔 Breaking Changes

univer.registerPlugin(UniverSheetsPivotTablePlugin, {
  notExecuteFormula: true,
-  isServer: true,
+  registerInOneThread: true,
})

📝 Univer Doc

🎉 Highlights

In this release, we are excited to introduce a new set of features and improvements to enhance your Univer experience. Here are the highlights:

  1. Install the following packages:
pnpm add @univerjs-pro/exchange-client @univerjs-pro/docs-exchange-client
  1. Import the plugins:
import '@univerjs-pro/exchange-client/lib/index.css'

import { UniverExchangeClientPlugin } from '@univerjs-pro/exchange-client'
import { UniverDocsExchangeClientPlugin } from '@univerjs-pro/docs-exchange-client'
  1. Add locale resources:
import { LocaleType, Tools } from '@univerjs/core'
+ import UniverExchangeClientEnUS from '@univerjs-pro/exchange-client/locale/en-US'

const univer = new Univer({
  theme: defaultTheme,
  locale: LocaleType.EN_US,
  locales: {
    [LocaleType.EN_US]: Tools.deepMerge(
+      UniverExchangeClientEnUS,
    ),
  },
});
  1. Register the plugin:
univer.registerPlugin(UniverExchangeClientPlugin)
univer.registerPlugin(UniverDocsExchangeClientPlugin)

🌐 Univer Server

📢 Join the Conversation

We welcome your input and insights as we embark on this exciting journey. Connect with us on:

📝 Changelog

Full changelog (2024-08-16)

Bug Fixes

Features

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-08-16发行的版本