[Doppins] Upgrade dependency semantic-ui-css to 2.2.9 #273
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.
Hi!
A new version was just released of
semantic-ui-css
, so Doppinshas upgraded your project's dependency ranges.
Make sure that it doesn't break anything, and happy merging!
Upgraded semantic-ui-css from
2.2.1
to2.2.9
Changelog:
Version 2.2.9
Build Tools
2.2.8
npm install script failing due to incorrect path inrequire
statementVersion 2.2.8
Important Note
Form Validation
If you are using form validation, previous to
2.2.8
callingis valid
would trigger UI updates. This behavior now no longer triggers UI updates, and will only return aboolean
whether form is valid,To trigger UI updates you can call
validate form
. Additional form behaviors have been added as well. See the new documentation on programmatic validation for more examples.Dropdown
multiple selection dropdown
no longer automatically adds the currently selected value when you "alt-tab" or blur the field, even whenforceSelection: true
is set.Major Enhancements
4.7.0
Always the man@BreadMaker
#4766
(https://github.com/Semantic-Org/Semantic-UI/pull/4766
)filterRemoteData
, when set totrue
API will be expected to return the complete result set, which will then be filtered clientside to only display matching results. Thanks@enix223
#4815
(https://github.com/Semantic-Org/Semantic-UI/pull/4815
)\
could cause dropdowns to not work.#4688
](https://github.com/Semantic-Org/Semantic-UI/pull/4688
) [#4692
(https://github.com/Semantic-Org/Semantic-UI/pull/4692
)loadOnce
, which when enabled only calls remote endpoint for tab data on first load and leaves the DOM undisturbed afterwards.#2534
(https://github.com/Semantic-Org/Semantic-UI/pull/2534
)Critical Bugs
forceSelection
setting will no longer cause highlighted value in multiselect to be selected on blur when using amultiple selection dropdown
#4041
](https://github.com/Semantic-Org/Semantic-UI/pull/4041
) [#4516
(https://github.com/Semantic-Org/Semantic-UI/pull/4516
)#4490
(https://github.com/Semantic-Org/Semantic-UI/pull/4490
)showNoResults: false
#4616
(https://github.com/Semantic-Org/Semantic-UI/pull/4616
)iOS
would show incorrect background when opening sidebar if page is less than 100% height#4264
(https://github.com/Semantic-Org/Semantic-UI/pull/4264
)Critical Doc Fixes
onOnscreen
andonOffScreen
, two very important callbacks that occur when an element is or isn't in currently scrolled view.Enhancements
unstackable
variation to prevent items from stacking on mobile#2901
(https://github.com/Semantic-Org/Semantic-UI/pull/2901
)callback
to behaviorsquery
,show results
,hide results
, andsearch remote
to allow a function to be called after completion.name="username]"
Thanks@mzygmunt
[#4163
(https://github.com/Semantic-Org/Semantic-UI/pull/4163
)esc
key now hides results and prevents them from being displayed again until form field is blurredBuild Tools
Bugs
icon buttons
to not center correctly#4487
(https://github.com/Semantic-Org/Semantic-UI/pull/4487
)dropdown icon
when using remote data would not open menu#4041
(https://github.com/Semantic-Org/Semantic-UI/pull/4041
)dispatchEvent
DOM APIs for generating simulated eventsleft pointing dropdown
andright pointing dropdown
appear styled incorrectly when openingupward
#4896
(https://github.com/Semantic-Org/Semantic-UI/pull/4896
)fullTextSearch: 'exact'
would still fuzzy search on value Thanks @ rminnett#4651
](https://github.com/Semantic-Org/Semantic-UI/pull/4651
) [#3424
(https://github.com/Semantic-Org/Semantic-UI/pull/3424
)scrolling menu
orscrolling dropdown
would have excessive right padding by removing scrollbar width from calculation (no longer necessary in modern browsers)small
,large
and other comment sizes now default to global size variables.selectOnKeydown
withhtml
content would cause only non html content to display intext
until blur.
in value#4497
](https://github.com/Semantic-Org/Semantic-UI/pull/4497
) [#4547
(https://github.com/Semantic-Org/Semantic-UI/pull/4457
) Thanks@cbxp
image icon
orimage outline icon
would cause incorrect display withinui header
due to namespace collision withui image
#4145
(https://github.com/Semantic-Org/Semantic-UI/pull/4145
)dropdown
,search
,input
to sometimes appear off by 1 pixel#4279
(https://github.com/Semantic-Org/Semantic-UI/pull/4279
)padded vertical segment
very padded vertical segment
mistakenly receives horizontal padding#3012
(https://github.com/Semantic-Org/Semantic-UI/pull/3012
)$('img').visibility({ type: 'image'})
will no longer animate a second time if re-initialized.#4163
](https://github.com/Semantic-Org/Semantic-UI/pull/4163
) [#4164
(https://github.com/Semantic-Org/Semantic-UI/pull/4164
)Documentation
size
variations to comments docs#4450
(https://github.com/Semantic-Org/Semantic-UI/pull/4450
)Version 2.2.7
Build Tools
autoinstall: true
was not copying build files duringnpm install
Thanks@AnsonT
#4430
(https://github.com/Semantic-Org/Semantic-UI/pull/4430
)package.json
Version 2.2.4
Critical Bug
2.2.3
due to regression#4469
(https://github.com/Semantic-Org/Semantic-UI/issues/4469
)Bugs
gulp-minify-css
package from deps#4463
(https://github.com/Semantic-Org/Semantic-UI/issues/4463
)Enhancements
@padding
Version 2.2.3
Enhancements
value
parameter#3313
(https://github.com/Semantic-Org/Semantic-UI/issues/3313
)search selection
withselectOnKeydown
will now highlight the partial search matching the currently keyboard selected valueinput
#4370
(https://github.com/Semantic-Org/Semantic-UI/issues/4370
)Bugs
@ilanus
#4408
(https://github.com/Semantic-Org/Semantic-UI/issues/4408
)package.json
to allow either jQuery2.x
or3.x
#4254
(https://github.com/Semantic-Org/Semantic-UI/issues/4254
)ui dropdown button
could have incorrect spacing for dropdown icon Thanks@ilanus
#4408
(https://github.com/Semantic-Org/Semantic-UI/issues/4408
)pointer-events: none
no to work onloading segment
andloading form
*_Thanks@YamiOdymel
and@ilanus_
#4403
(https://github.com/Semantic-Org/Semantic-UI/issues/4403
)icons
can now receivelink
styling Thanks@tbracken
#4399
(https://github.com/Semantic-Org/Semantic-UI/issues/4399
)vertical buttons
with only 1 button having incorrect border radius Thanks@Denhai
#4107
(https://github.com/Semantic-Org/Semantic-UI/issues/4107
)(x) aligned column
inside a(x) aligned row
would not properly apply thecolumn
alignmentdisabled fields
with radio inputs would not correctly dim the label Thanks@louwers
#4366
(https://github.com/Semantic-Org/Semantic-UI/issues/4366
)dropdown
invertical menu
would not correctly openupward
when no space below Thanks@gdaunton
#4150
[#4156
(https://github.com/Semantic-Org/Semantic-UI/issues/4156
)search selection with
selectOnKeydown` and text content that includes html, will not apply html content (like images) to the text until dropdown blur, making sure that content can align correctly with the partial search content of the search input (which cannot include HTML)clear
would not remove active state whenuseLabels: true
and multiple dropdown Thanks vinh123456789#4275
](https://github.com/Semantic-Org/Semantic-UI/issues/4275
) [#4366
(https://github.com/Semantic-Org/Semantic-UI/issues/89**
)dropdown icon
no longer relies on stopping event propagation. This means using the dropdown icon will now cause other dropdowns to correctly hide.#3998
(https://github.com/Semantic-Org/Semantic-UI/issues/3998
)action: select
not working correctly since2.2
due to incorrect use of new function signature.#4183
(https://github.com/Semantic-Org/Semantic-UI/issues/4183
)@Paklausk
#4311
(https://github.com/Semantic-Org/Semantic-UI/issues/4311
)dribbble
icon due to incorrect count of "b" (should be 3).#4185
(https://github.com/Semantic-Org/Semantic-UI/issues/4185
)grab icon
andtelevision icon
not appearing correctly#4178
(https://github.com/Semantic-Org/Semantic-UI/issues/4178
)input
styles now apply totype="file"
thanks@coldfire79
#4074
(https://github.com/Semantic-Org/Semantic-UI/issues/4074
)talk
icon not working correctly Thanks@anantogosh
#4354
(https://github.com/Semantic-Org/Semantic-UI/issues/4354
)@basarat
#4225
(https://github.com/Semantic-Org/Semantic-UI/issues/4225
)centered justified grid*\* **Thanks
@bretto36**
#4224(
https://github.com/Semantic-Org/Semantic-UI/issues/4224`)observeChanges: false
setting in popup would not prevent mutation observersVersion 2.2.2
Bugs
width
are calculated on elements withtransform
search selection
, now all input area will appear with "text" input cursorinverted: true
orblurring: true
when initializing modals with then afterwards without either setting.