🎉 Release v0.4.2 #3893
hexf00
announced in
Announcements | 公告
Replies: 1 comment
-
🎊 [email protected]🚧 重要提示该项目仍在积极开发中,预计会有重大 API 更改。您的反馈至关重要!请提交 issues 和建议,帮助我们塑造 Univer 的未来。 🚀 快速开始如果您希望了解 Univer,请查看我们的入门文档。 📊 Univer Sheets🎉 新功能
pnpm add @univerjs/watermark
import '@univerjs/watermark/lib/index.css'
import { UniverWatermarkPlugin } from '@univerjs/watermark';
import { LocaleType, Tools } from '@univerjs/core'
import { defaultTheme } from "@univerjs/design";
+ import UniverWatermarkEnUS from '@univerjs/watermark/locale/en-US'
const univer = new Univer({
theme: defaultTheme,
locale: LocaleType.EN_US,
locales: {
[LocaleType.EN_US]: Tools.deepMerge(
+ UniverWatermarkEnUS,
),
},
});
univer.registerPlugin(UniverWatermarkPlugin)
🐞 Bug 修复
📝 Univer Docs
🌐 Univer Server
📢 加入讨论我们欢迎您的参与和见解,一起踏上这个激动人心的旅程。请通过以下方式与我们联系: 📝 更新日志完整的更新日志 (2024-10-29) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🎊 [email protected]
🚧 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 Sheets
🎉 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:
@univerjs/watermark
plugin, Learn more feat: watermark #3751custom
properties for rows and columns:FWorksheet
addssetColumnCustom
,setRowCustom
methods feat(sheet): styles on rows and columns #3816FWorksheet
addssetDefaultStyle
,setColumnDefaultStyle
,setRowDefaultStyle
methods, Learn more feat(sheet): styles on rows and columns #3816FWorksheet
addssetHiddenGridlines
method feat(sheets): toggle gridlines #3805@univerjs/network
plugin, support request behavior override when registering plugins feat(network): network plugin support overrides #3870🐞 Bug Fixes
SUMIF
formula calculation with different range dimensions fix(formula): fix sumif formula range and sumRange different dimensions #3853 fix(formula): fix CELL_INVERTED_INDEX_CACHE range set #3807📝 Univer Docs
🌐 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-10-29)
Bug Fixes
Features
Performance Improvements
This discussion was created from the release 🎉 Release v0.4.2.
Beta Was this translation helpful? Give feedback.
All reactions