Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@baloise/[email protected]
Major Changes
#806
95f127928
Thanks @hirsch88! - improved scroll handler blocks scrolling with only CSS.With that we are able to remember the last scroll position of the user.
before
after
Rename the handler to
ScrollHandler
and call theconnect
function toconnect the handler to the target element (Default is document).
block
andallow
have beenrenamed to
disable
andenable
. The new functiondisconnect
removes allthe defined event listeners and resets the handler.
#806
95f127928
Thanks @hirsch88! - The namespaces Props and Events are renamed to BalProps and BalEvents.As long as the packages
@baloise/design-system-components
is imported into your projectyou have direct access to the new namespaces.
With Props
before
after
With Events
before
after
All component types are now located in the component folders
*.interfaces.ts
file.#806
95f127928
Thanks @hirsch88! - add newsteps
component with options property and overflow solutionbefore
after
The interface of the components are the same as before.
Only the tag names of the component changed and to pass the
interface
property is not needed anymore.#806
95f127928
Thanks @hirsch88! - update dependency stencil to v3.#806
95f127928
Thanks @hirsch88! - Remove inverted property from bal-stage, bal-datepicker, bal-input, bal-textarea.Inverted property is removed because is not supported in our new rebranded style.
Components that are affected are:
bal-stage
bal-datepicker
bal-input
bal-textarea
#806
95f127928
Thanks @hirsch88! - accordion & popover renamed propertyvalue
toactive
, since they are not considered as a form control component.before
after
#806
95f127928
Thanks @hirsch88! - remove deprecated global component styles.Component styles will be loaded lazy to optimize the speed of the first render, there for only import the needed CSS files.
Global import
The global import of the main styles and his utility classes move to the CSS framework.
before
after
With the solution we are able to add only what we need.
Component utilities import
The location of the
variable
&mixins
has changed to@baloise/design-system-css/sass/mixins
.before
after
#806
95f127928
Thanks @hirsch88! - .title, bal-heading, bal-text and bal-label inherit default color#806
95f127928
Thanks @hirsch88! - remove deprecated partsDesign Token Removal
small
x-large
is-blog
Component Property Renaming
right
position="right"
link-target
target
has-shape
shape
is-empty
label-hidden
Component Property Removal
no-border
has-movement
Minor Changes
#806
95f127928
Thanks @hirsch88! - addborder
property to bal-carousel to show a light border at the bottom.#806
95f127928
Thanks @hirsch88! - add more alignment options and add padding properties to the bal-stack#806
95f127928
Thanks @hirsch88! - add no-wrap option to typography components to cut long text with ellipse#806
95f127928
Thanks @hirsch88! - add new component dividerPatch Changes
95f127928
,95f127928
,95f127928
]:@baloise/[email protected]
Major Changes
#806
95f127928
Thanks @hirsch88! - Remove Angular component modules, because of Zone.js optimization.Tree-shaking is given by Stencil and therefor to have Angular component modules
does not have any advantages anymore.
before
after
Import the new module
BaloiseDesignSystemModule
, which adds all the components.After remove all old component modules like
BalButtonModule
from your project.Patch Changes
95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
]:@baloise/[email protected]
Major Changes
#806
95f127928
Thanks @hirsch88! - upgrade toAG-Grid
v29. Breaking changes are the theming that changed from SASS variables to CSS variables.Moreover, our styles are just an extension to the
AG-Grid
styles.Therefor please import them before the Baloise styles also check out our documentation
before
after
Patch Changes
95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
]:@baloise/[email protected]
Major Changes
#806
95f127928
Thanks @hirsch88! - remove deprecated global component styles.Component styles will be loaded lazy to optimize the speed of the first render, there for only import the needed CSS files.
Global import
The global import of the main styles and his utility classes move to the CSS framework.
before
after
With the solution we are able to add only what we need.
Component utilities import
The location of the
variable
&mixins
has changed to@baloise/design-system-css/sass/mixins
.before
after
#806
95f127928
Thanks @hirsch88! - .title, bal-heading, bal-text and bal-label inherit default colorPatch Changes
95f127928
]:@baloise/[email protected]
Major Changes
#806
95f127928
Thanks @hirsch88! - remove deprecated partsDesign Token Removal
small
x-large
is-blog
Component Property Renaming
right
position="right"
link-target
target
has-shape
shape
is-empty
label-hidden
Component Property Removal
no-border
has-movement
@baloise/[email protected]
Patch Changes
95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
]:@baloise/[email protected]
Patch Changes
95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
]:@baloise/[email protected]
Patch Changes
95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
,95f127928
]:@baloise/[email protected]
@baloise/[email protected]
@baloise/[email protected]
@baloise/[email protected]
@baloise/[email protected]
@baloise/[email protected]
@baloise/[email protected]