Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: psaren/taro-ui-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-alpha.12
Choose a base ref
...
head repository: psaren/taro-ui-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-alpha.13
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 23, 2020

  1. fix: #76

    psaren committed Nov 23, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    03f5d9f View commit details
  2. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    fea0fe7 View commit details
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.13](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-11-23)


### Bug Fixes

* [#76](https://github.com/psaren/taro-ui-vue/issues/76) ([03f5d9f](https://github.com/psaren/taro-ui-vue/commit/03f5d9f8d3bd80f4d580540ec7b6ebf8993894aa))






# [1.0.0-alpha.12](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2020-11-09)


2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"license": "MIT"
}
},
"version": "1.0.0-alpha.12",
"version": "1.0.0-alpha.13",
"npmClient": "yarn",
"useWorkspaces": true
}
9 changes: 9 additions & 0 deletions packages/taro-ui-vue-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.13](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-11-23)

**Note:** Version bump only for package taro-ui-vue-demo






# [1.0.0-alpha.12](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2020-11-09)

**Note:** Version bump only for package taro-ui-vue-demo
2 changes: 1 addition & 1 deletion packages/taro-ui-vue-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "taro-ui-vue-demo",
"version": "1.0.0-alpha.12",
"version": "1.0.0-alpha.13",
"description": "demo for Taro-UI-Vue",
"author": "psaren",
"repository": {
12 changes: 12 additions & 0 deletions packages/taro-ui-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.13](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-11-23)


### Bug Fixes

* [#76](https://github.com/psaren/taro-ui-vue/issues/76) ([03f5d9f](https://github.com/psaren/taro-ui-vue/commit/03f5d9f8d3bd80f4d580540ec7b6ebf8993894aa))






# [1.0.0-alpha.12](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2020-11-09)


2 changes: 1 addition & 1 deletion packages/taro-ui-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-ui-vue",
"version": "1.0.0-alpha.12",
"version": "1.0.0-alpha.13",
"description": "UI KIT for Taro/vue",
"browser": "src/index.js",
"module": "src/index.js",
2 changes: 1 addition & 1 deletion packages/taro-ui-vue/src/style/components/tabs.scss
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ $at-tabs-pane-min-height: 100px;
width: 100%;
height: 100%;
overflow: hidden;

font-size: 0;
/* elements */
&__item {
position: relative;