-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v4.0.13 #492
Release v4.0.13 #492
Conversation
* Minimize search component * Minimize search component
* QOL-8843 Improvement: Multi-select (Form.io) component styles * QOL-8843 Improvement: Multi-select (Form.io) component styles * updated styles * updated styles * QOL-8843 Improvement: Multi-select (Form.io) component styles * QOL-8843 Improvement: Multi-select (Form.io) component styles * QOL-8843 Improvement: Multi-select (Form.io) component styles
* alert box spacing * alert box spacing
* add css helper class * add and expose global css variables * add spinner component * fix typo
* update component stories
* update card style * fix card style
* update spinners doc
* update spinner default style
* forms.io styles update * forms.io styles update * styles update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we have an example with bitdegree . org in the redirect?
@@ -33,7 +33,7 @@ module.exports = function (gulp, plugins, config, destFolder = 'assets', addSrc) | |||
browsers: plugins.supportedBrowser, | |||
cascade: false, | |||
})) | |||
.pipe(sourcemaps.write()) | |||
.pipe(sourcemaps.write('.')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does this do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
write maps file for debugging in the same folder for local development. Earlier it was outputting in the root, so Chrome could not detect it.
src/docs/examples/formioV2.html
Outdated
<meta http-equiv="refresh" content="2; URL=https://www.bitdegree.org/" /> | ||
</head> | ||
<body> | ||
<p>If you are not redirected in 2 seconds, <a href="https://www.bitdegree.org/">click here</a>.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whats this? this does not look right
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reverted the content, some test content got committed. Those are just examples for internal testing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whats this? this does not look right
I deleted those examples of specific forms as those might cause some issues if those are not live and in the examples folder if someone finds those.
src/docs/examples/formioV2.html
Outdated
} | ||
}; | ||
</script> | ||
<style> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@asifamingov this style tag has been removed in squiz matrix component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an example page copied from Squiz, some particular form. So this is present on some forms.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@asifamingov this style tag has been removed in squiz matrix component
I deleted those examples of specific forms as those might cause some issues if those are not live and in the examples folder if someone finds those.
sync master with v4.0.13