Skip to content

Releases: uiwjs/uiw

v1.3.2

23 Nov 03:48
Compare
Choose a tag to compare

uiw 1 3 2

Feature:

  • 🌟 feat(Timestamp): Add TZC props. e787e0c

Bug fixed:

  • 🐞 fix(Tree): The default expand menu. 92999b6
  • 🐞 fix(Timestamp): Spell TZC in lowercase zc. 063c00e
  • 🐞 fix(Radio): Controlled component problem. 8c6b125
  • 🐞 fix(Radio): Radio checked can not be undefined. 1319139
  • 🐞 fix(Tag/Carousel/HeatMap): remove string refs. d4857eb
  • 🐞 fix(Radio): fixed default cannot be selected. remove string refs. 287f945
  • 🎨 style(Select):Modify the drop-down style. b3775c9

Add Test Case:

Document Update:

  • 📝 Update recommendation.md 03516d7
  • 📝 doc: remove string refs in docs. e9fb6d4

v1.3.1

22 Nov 04:14
Compare
Choose a tag to compare

uiw1 3 1

Feature:

  • 🌟 feat(Timestamp): Add Timestamp Component. - 685b3de
  • 🌟 feat(Card): Card component add footer props. - 76e5303
  • 🌟 feat: Add CopyToClipboard component. - 9868d80

Bug fixed:

  • 🐞 fix(Carousel): fix syntax error. - 83da0fa
  • 👣 clean: Propper code formatting. - 9f220a6
  • 👣 clean(Input/Button): Code formatting. - 9039410
  • 🐞 style(TimePicker): Modify font size. - 5fd5c94

Bug fixed in React16.1.1:

Legacy API: String Refs removed in one of the react16.1.1+ releases.

  • 🐞 fix(TimePicker/TimeSelect): remove string refs. - d540992
  • 🐞 fix(Tooltip): remove string refs. - 7d12e32
  • 🐞 fix(Table): remove string refs. - 7177272
  • 🐞 fix(Slider): remove string refs. - 032ff34
  • 🐞 fix(Select/Progress/Notification):remove string refs. - 5ee106b
  • 🐞 fix(Modal): remove string refs. - 97a785d
  • 🐞 fix(Menu): fix syntax error. - 27b8519
  • 🐞 fix(Calendar.HeatMap): remove string refs. - 682a019
  • 🐞 fix(Affix): remove string refs. - 256fdd5
  • 🐞 fix(Checkbox): Remove String Refs. - 52e0e28
  • 🐞 fix(Input/InputNumber): Remove String Refs - 1551329
  • 🐞 fix: Refs Must Have Owner Warning in React 16.1.1 - bd3d8d8

Add Test Case:

Document Update:

  • 📝 doc(Icon): Add icon to copy. - c67652d
  • 📝 Add package.json in peerDependencies. - 91695e7

v1.3.0

21 Nov 03:42
Compare
Choose a tag to compare

uiw-v1 3 0

Bug fixed:

  • 🐞 fix(Tree): Fixed selectedKeys can not be changed. 9b4b828
  • 🐞 fix(Button): change Button component disabled style. 4a8c65f

Feature:

  • 🌟 feat(Tree): Add selected, and event. ebf7dd7
  • 🌟 feat(Progress): Circle text font style auto size. c4980bf
  • 🌟 feat(Progress): Add custom text formatting. 563e1b0
  • 🌟 feat(Tree): Add line display. 773b6d6

Add Test Case:

Document Update:

  • 👣 style: Input code formatting. 47cb6b8
  • 📝 docs(Tree): Add selectedKeys example. 99e9829
  • 📝 doc: Add selected and event example. 1fe5be7
  • 📝 docs: Circle text font style auto-size example. 7dab1e5
  • 📝 doc: Progress component to add the format attribute instance. 6304906
  • 📝 doc: Add showLine example. bc6848b
  • 📝 doc: modify markdown title id. 6d727ad

v1.2.18

17 Nov 17:35
Compare
Choose a tag to compare
  • 🐞 fix:Compile and exclude test files. - c910285

v1.2.17

17 Nov 11:29
Compare
Choose a tag to compare
v1.2.17 Pre-release
Pre-release

uiw1 2 17

v1.2.16

11 Nov 13:02
Compare
Choose a tag to compare

uiw v1 2 16

  • 👣 remove useless code : @Xing-He 1f9a409
  • ⛑ add test cases of Component Alert. : @Xing-He 3b19d4a
  • 👣 remove useless props function and format code : @Xing-He 8ef6cbf
  • 👣 Update .npmignore file. f3aa184
  • ⛑ test: Radio add a test case. 792d703
  • 📝 docs: Change docs style. 44021e5
  • 🐞 fixed(Radio): Fixed checked attribute error in jest. 15fb1f1
  • 📝 Update recommendation.md : @margox f6afa10
  • ⛑ test:Add color attribute and onHoverChange event to add a test case. a06685a
  • 📝 Add build Status icon. 2f1422c
  • ⛑ Update .travis.yml file. 5820f70
  • 👣 clean: Rate delete redundant commits. 862a497
  • ⛑ test: Rate add a test case. 2e5347e
  • ⛑ Update .gitignore. fe6b706
  • ⛑ Add a test framework. 6a21ffe
  • 🐞 fix(Rate): Fix the return value accuracy. fa01826
  • ⛑ Update .gitignore file. 86f6f75
  • 👣 website:Change website styles. 1379308
  • 📝 doc: Update change log. 6dd28a6
  • 📝 docs:Remove the space between the names. fbcb56f
  • 🐞 fix(Affix): Brower compatible bug. d8a726d

v1.2.15

09 Nov 05:00
Compare
Choose a tag to compare

uiw v1 2 15

  • 🐞 fix(Affix): Brower compatible bug. d8a726d
  • 📝 docs: Document add version information display. 40295b6
  • 🌟 feat(version):add version get api. fe3b6fb
  • 🌟 feat: Add Affix component. d33921b
  • 🌟 feat(Progress): Add activation animation. 8a33e21
  • 🐞 style(Select):Change search filter style. 53c0405
  • 🐞 fix(Select): Select search filter problem. 452b32d
  • 📝 docs(Form): Add line display example. fe7af41
  • 📝 style(Form): Modify Form component inline display style. 6b4fa2f
  • 🐞 fix(Form): Form component add reset props. 40620b1
  • 🐞 fix(Tags): Fix tabs position style issue. a607a40
  • 📝 doc: Change scroll to top style. 957f37b
  • 📝 doc: Update docs style. 39de351
  • 🐞 fix(Transition):Change ref name. 158cd0c
  • 🐞 fix(Tabs): Tabs component selected style problems. 26436ca
  • 🌟 Update uiw-iconfont, Add swap-left icon.. 149fbae
  • 📝 docs:Update English document file. 6d92bc7

v1.2.14

07 Nov 02:33
Compare
Choose a tag to compare

uiw-1 2 14

  • 🌟 feat(Paging): Add a mini show. - 17d6fea
  • 📝 docs(Paging): Add alignment parameter example. - 6d208d4
  • 🌟 feat(Paging): Add alignment parameters. - a136b2d
  • 🐞 Style(Paging):Adjust the Paging component arrow style. - c9c3f56
  • 🐞 Style(Paging): Adjust the paging component style. - 901e511
  • 🐞 Optimize Tag.Group status updates [4
  • 🐞 TagGroup 动态添加数据 点击删除无法获取相应数据问题 - 1e5b350 - kooff88
  • 📝 Update README.md - 65d4e6d
  • 📝 docs: Change docs style. - f773502
  • 🐞 fix: Controls the initial font size of all components. - daeda01
  • 📝 docs:Change style. - 6285282
  • 🐞 fix(Tag.Group):Repair Tag Change parameter assignment. - df8bd1a
  • 🐞 fix(Checkbox): Change style. - e7b9824
  • 📝 Change website style. - 3a864aa
  • 🌟 Add change log. - ba95928

v1.2.13

05 Nov 16:42
Compare
Choose a tag to compare

uiw-1 2 13

  • b8adc03 - Update collapse component docs.
  • 038cd4d - Update carousel example.
  • 6476e90 - Update iconfont.
  • 691cf41 - doc: update collapse.md.
  • 6a12e81 - Collapse component to add onChange event.
  • 56e4823 - Add Collapes complonent example.
  • 668080a - Repair Collapse icon animation problem.
  • 16e5401 - Collapse component enhances showArrow.
  • 022c767 - Collapse component to add a borderless effect.
  • f33d88c - feat: Add Collapse component.
  • 302c1fa - Update quick-start.md
  • 9339873 - Update tag.md @gonghengda
  • 7055441 - fix(Icon): Icon alignment.
  • 5b55136 - doc(Icon): Modify description.
  • 3b20427 - chore(Icon): Stripped Icon font file.
  • f1e5ee0 - revert(Avatar): Remove useless parameters.
  • a239184 - style(Modal): Modify the Modal style.
  • c1f4281 - style(Modal): Modify the mask style.

v1.2.12

02 Nov 09:14
Compare
Choose a tag to compare

uiw-ss

  • 6fabe0b - docs: Menu add icon.
  • 229d216 - style(TimePicker): Change icon.
  • a852216 - fix(Button):Icon alignment.
  • 5137e8b - refactor(Icon):Add 104 icons.Icon name Change.
  • 9bb36e2 - docs(Transition):Add height width animation example.
  • f4d8712 - feat(Transition): Add high width animation.
  • 15c6a68 - fix(Modal): Modify the button color.
  • 637e5e0 - refactor(Transition): Change the event trigger mode.
  • 65159bd - modify(Button): modify style.
  • 29226f1 - feat(Select): add reset props.
  • 4f3e2a1 - docs(Card): Modify description.
  • 3ae7070 - Feat(Card): Add Card component.
  • fd388fa - fix(Modal):Scroll bar overlap.
  • b60183d - doc(Icon): Add description.
  • 9af4ed3 - fix(Icon): Change the icon name upload1 => cloud-upload.
  • 2986a3d - 修改直接从 github 安装的命令 : @52cik
  • d599d7b - fix(Icon): Change the icon name.

Icon

  • Change name view -> search
  • Change name caret-top ->caret-up
  • Change name caret-bottom -> caret-down
  • Delete date1 icon.