naive-ui/src
kevincoenegrachts 12d2c0997b
feat(locales): Added nl-NL language support (#2946)
* feat(locales): Added nl-NL language support

* fix(locale): updated the readme

Co-authored-by: Kevin Coenegrachts <kevinc@cevo.com>
2022-05-16 04:01:38 +08:00
..
_internal fix(select): can select option by pressing enter after options are cleared 2022-05-10 02:19:28 +08:00
_mixins fix(mention): inlineThemeDisabled 2022-02-24 02:34:57 +08:00
_styles refactor: remove useless code 2022-03-26 21:24:55 +08:00
_utils fix(back-top, theme-editor): compensate block scroll effect 2022-05-05 03:57:34 +08:00
affix docs: fix typo 2022-02-13 04:57:21 +08:00
alert refactor: clean rtl code 2022-04-10 20:07:13 +08:00
anchor docs: fix header case 2022-03-02 02:22:01 +08:00
auto-complete docs: add `to` prop for needed components 2022-04-19 04:23:55 +08:00
avatar refactor(avatar-group): discrete component 2022-03-09 02:02:53 +08:00
avatar-group refactor(avatar-group): discrete component 2022-03-09 02:02:53 +08:00
back-top fix(back-top, theme-editor): compensate block scroll effect 2022-05-05 03:57:34 +08:00
badge refactor(badge): custom content 2022-03-13 21:11:17 +08:00
breadcrumb fix: ci 2022-05-04 15:42:02 +08:00
button 2.28.3 2022-05-11 04:22:36 +08:00
button-group feat(button-group): add rtl support 2022-04-20 01:15:18 +08:00
calendar fix(time): throws error caused by `getTimezoneOffset` in SSR mode, closes #2545 (#2947) 2022-05-16 04:00:17 +08:00
card test(card): add test (#2663) 2022-03-22 15:08:22 +08:00
carousel fix: ci 2022-05-04 15:42:02 +08:00
cascader fix(cascader): sync position 2022-04-22 02:31:34 +08:00
checkbox feat(data-table): `DataTableBaseColumn` adds `tree` attr, closes #2757 2022-05-11 01:02:57 +08:00
code docs(log): fix typo 2022-04-10 19:05:19 +08:00
collapse docs: fix header case 2022-03-02 02:22:01 +08:00
collapse-transition feat(dynamic-input, table, collapse-transition): add rtl support (#2776) 2022-04-13 03:07:49 +08:00
color-picker test(color-picker): add test (#2835) 2022-04-22 08:01:02 +08:00
composables fix: remove cycle import 2022-01-29 02:04:06 +08:00
config-consumer/demos chore: let eslint respect prettier config (#1058) 2021-09-03 02:13:12 +08:00
config-provider feat(button-group): add rtl support 2022-04-20 01:15:18 +08:00
countdown fix(countdown): display value is 1s faster than actual left time when `precision=0`, closes #2910 2022-05-11 02:24:49 +08:00
data-table 2.28.3 2022-05-11 04:22:36 +08:00
date-picker fix(time): throws error caused by `getTimezoneOffset` in SSR mode, closes #2545 (#2947) 2022-05-16 04:00:17 +08:00
descriptions fix: missing props type 2022-05-11 01:09:43 +08:00
dialog 2.28.3 2022-05-11 04:22:36 +08:00
divider docs(divider): md to vue (#2432) 2022-02-18 22:00:06 +08:00
drawer 2.28.3 2022-05-11 04:22:36 +08:00
dropdown test: fix snapshot 2022-05-16 00:15:29 +08:00
dynamic-input feat(button-group): add rtl support 2022-04-20 01:15:18 +08:00
dynamic-tags test(dynamic-tags): add test (#2845) 2022-04-25 10:23:25 +08:00
element fix(element): style not mounted 2022-02-13 05:01:02 +08:00
ellipsis fix(ellipsis): can't show tooltip if content width is very close to container width, closes #1393, closes #2899 2022-05-09 01:14:26 +08:00
empty feat(empty): disable inline theme (#2484) 2022-02-22 00:37:28 +08:00
form fix(color-picker): `value` prop can't be `null` 2022-04-20 00:33:28 +08:00
global-style fix: remove cycle import 2022-01-29 02:04:06 +08:00
gradient-text docs: fix header case 2022-03-02 02:22:01 +08:00
grid docs: fix header case 2022-03-02 02:22:01 +08:00
icon fix: missing props type 2022-05-11 01:09:43 +08:00
icon-wrapper fix: missing props type 2022-05-11 01:09:43 +08:00
image docs: fix header case 2022-03-02 02:22:01 +08:00
input feat(input): optimize code (#2874) 2022-04-30 19:39:21 +08:00
input-number test(input-number): add test (#2881) 2022-05-03 20:24:00 +08:00
layout test(layout): add test (#2940) 2022-05-14 22:53:48 +08:00
legacy-grid docs: fix header case 2022-03-02 02:22:01 +08:00
list fix(data-table, list): style 2022-05-09 00:55:41 +08:00
loading-bar fix: ci eslint 2022-03-02 02:57:20 +08:00
locales feat(locales): Added nl-NL language support (#2946) 2022-05-16 04:01:38 +08:00
log docs(log): fix typo 2022-04-10 19:05:19 +08:00
mention docs: add `to` prop for needed components 2022-04-19 04:23:55 +08:00
menu fix(menu): render-icon function render incorrect when return true (#2923) 2022-05-15 02:54:50 +08:00
message fix(message): destroy throws error if message hides (#2898) 2022-05-09 00:54:36 +08:00
modal 2.28.3 2022-05-11 04:22:36 +08:00
notification fix(tabs): `tabFontWeightActive` theme varialbe applies to all tabs, closes #2926 2022-05-15 05:26:39 +08:00
number-animation test(number-animation): update test (#2524) 2022-03-01 17:56:28 +08:00
page-header test(page-header): add test (#2743) 2022-04-06 11:55:07 +08:00
pagination refactor: clean rtl code 2022-04-10 20:07:13 +08:00
popconfirm 2.28.0 2022-04-11 01:15:47 +08:00
popover fix(popselect): style may conflict with popover 2022-05-15 16:31:52 +08:00
popselect fix(popselect): style may conflict with popover 2022-05-15 16:31:52 +08:00
progress docs: fix header case 2022-03-02 02:22:01 +08:00
radio 2.28.0 2022-04-11 01:15:47 +08:00
rate docs: fix header case 2022-03-02 02:22:01 +08:00
result feat(result): add inlineThemeDisabled (#2475) 2022-02-22 00:48:45 +08:00
scrollbar docs: fix header case 2022-03-02 02:22:01 +08:00
select fix(popselect): style may conflict with popover 2022-05-15 16:31:52 +08:00
skeleton docs: fix header case 2022-03-02 02:22:01 +08:00
slider fix: many components' inlineThemeDisabled 2022-02-27 01:42:27 +08:00
space 2.28.3 2022-05-11 04:22:36 +08:00
spin docs: fix header case 2022-03-02 02:22:01 +08:00
statistic fix: theme class 2022-02-22 03:31:04 +08:00
steps fix(steps): displays uncorrectly when nested in vertical & horizontal mode 2022-04-10 15:33:11 +08:00
switch 2.28.3 2022-05-11 04:22:36 +08:00
table fix(table): border color shifts when switch bewteen different props 2022-04-20 01:35:36 +08:00
tabs fix(tabs): `tabFontWeightActive` theme varialbe applies to all tabs, closes #2926 2022-05-15 05:26:39 +08:00
tag feat: inlineThemeDisabled before carousel component 2022-02-13 01:39:07 +08:00
theme-editor fix(theme-editor): can't scroll 2022-05-11 05:09:40 +08:00
themes feat(button-group): add rtl support 2022-04-20 01:15:18 +08:00
thing docs: fix header case 2022-03-02 02:22:01 +08:00
time fix(time): throws error caused by `getTimezoneOffset` in SSR mode, closes #2545 (#2947) 2022-05-16 04:00:17 +08:00
time-picker fix(time): throws error caused by `getTimezoneOffset` in SSR mode, closes #2545 (#2947) 2022-05-16 04:00:17 +08:00
timeline test(timeline): test `lineType` prop (#2566) 2022-03-07 10:20:59 +08:00
tooltip docs: fix header case 2022-03-02 02:22:01 +08:00
transfer docs(transfer): md to vue (#2470) 2022-02-20 17:11:53 +08:00
tree 2.28.3 2022-05-11 04:22:36 +08:00
tree-select fix(tree-select): `default-expand-all` not working 2022-05-15 22:38:06 +08:00
typography feat(typography): inlineThemeDisabled 2022-02-13 04:54:41 +08:00
upload fix(upload): accept prop doesn't work in drag & drop mode, closes #2919 2022-05-16 00:12:00 +08:00
watermark test(watermark): add test (#2760) 2022-04-10 12:12:07 +08:00
components.ts feat(button-group): add rtl support 2022-04-20 01:15:18 +08:00
create.ts refactor(create): remove all legacy codes 2021-04-07 02:27:27 +08:00
global.d.ts deps: eslint-config-standard-with-typescript 20 2021-06-12 18:52:20 +08:00
index.ts feat: expose light theme (#2216) 2022-01-23 16:03:21 +08:00
jest-setup.ts fix: components with rtl support throws error in SSR 2021-09-25 18:09:54 +08:00
preset.ts refactor: remove service layout 2021-06-16 22:18:44 +08:00
shims-vue.d.ts docs: ts and js language switch (#1616) 2021-12-13 03:55:41 +08:00
styles.ts feat(button-group): add rtl support 2022-04-20 01:15:18 +08:00
tsconfig.cjs.json docs(drawer): caveat 2022-04-17 19:42:22 +08:00
tsconfig.demo.json fix: type error 2022-01-05 01:48:00 +08:00
tsconfig.esm.json docs(drawer): caveat 2022-04-17 19:42:22 +08:00
version.ts 2.28.4 2022-05-11 05:12:26 +08:00